Home
last modified time | relevance | path

Searched refs:detile_buf_plane1_addr (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dml/dcn20/
Ddisplay_rq_dlg_calc_20.c194 unsigned int detile_buf_plane1_addr = 0; in extract_rq_regs() local
224 detile_buf_plane1_addr = (detile_buf_size_in_bytes / 2.0 / 64.0); // half to chroma in extract_rq_regs()
226detile_buf_plane1_addr = dml_round_to_multiple((unsigned int) ((2.0 * detile_buf_size_in_bytes) / … in extract_rq_regs()
231 rq_regs->plane1_base_address = detile_buf_plane1_addr; in extract_rq_regs()
Ddisplay_rq_dlg_calc_20v2.c194 unsigned int detile_buf_plane1_addr = 0; in extract_rq_regs() local
224 detile_buf_plane1_addr = (detile_buf_size_in_bytes / 2.0 / 64.0); // half to chroma in extract_rq_regs()
226detile_buf_plane1_addr = dml_round_to_multiple((unsigned int) ((2.0 * detile_buf_size_in_bytes) / … in extract_rq_regs()
231 rq_regs->plane1_base_address = detile_buf_plane1_addr; in extract_rq_regs()
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dml/dcn21/
Ddisplay_rq_dlg_calc_21.c173 unsigned int detile_buf_plane1_addr = 0; in extract_rq_regs() local
205 detile_buf_plane1_addr = (detile_buf_size_in_bytes / 2.0 / 64.0); // half to chroma in extract_rq_regs()
207 detile_buf_plane1_addr = dml_round_to_multiple( in extract_rq_regs()
213 rq_regs->plane1_base_address = detile_buf_plane1_addr; in extract_rq_regs()
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dml/
Ddml1_display_rq_dlg_calc.c237 unsigned int detile_buf_plane1_addr = 0; in dml1_extract_rq_regs() local
261 detile_buf_plane1_addr = (detile_buf_size_in_bytes / 2.0 / 64.0); /* half to chroma */ in dml1_extract_rq_regs()
263 detile_buf_plane1_addr = dml_round_to_multiple( in dml1_extract_rq_regs()
269 rq_regs->plane1_base_address = detile_buf_plane1_addr; in dml1_extract_rq_regs()