Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/display/dc/dml/dcn31/
Ddisplay_rq_dlg_calc_31.c202 unsigned int detile_buf_plane1_addr = 0; in extract_rq_regs() local
230 detile_buf_plane1_addr = (detile_buf_size_in_bytes / 2.0 / 1024.0); // half to chroma in extract_rq_regs()
232 …t("DML_DLG: %s: detile_buf_plane1_addr = %0d (1/2 to chroma)\n", __func__, detile_buf_plane1_addr); in extract_rq_regs()
235detile_buf_plane1_addr = dml_round_to_multiple((unsigned int) ((2.0 * detile_buf_size_in_bytes) / … in extract_rq_regs()
237 …rint("DML_DLG: %s: detile_buf_plane1_addr = %0d (1/3 chroma)\n", __func__, detile_buf_plane1_addr); in extract_rq_regs()
241 rq_regs->plane1_base_address = detile_buf_plane1_addr; in extract_rq_regs()
245 dml_print("DML_DLG: %s: detile_buf_plane1_addr = %0d\n", __func__, detile_buf_plane1_addr); in extract_rq_regs()
/drivers/gpu/drm/amd/display/dc/dml/dcn20/
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()
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()
/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()
/drivers/gpu/drm/amd/display/dc/dml/dcn21/
Ddisplay_rq_dlg_calc_21.c172 unsigned int detile_buf_plane1_addr = 0; in extract_rq_regs() local
204 detile_buf_plane1_addr = (detile_buf_size_in_bytes / 2.0 / 64.0); // half to chroma in extract_rq_regs()
206 detile_buf_plane1_addr = dml_round_to_multiple( in extract_rq_regs()
212 rq_regs->plane1_base_address = detile_buf_plane1_addr; in extract_rq_regs()
/drivers/gpu/drm/amd/display/dc/dml/dcn30/
Ddisplay_rq_dlg_calc_30.c119 unsigned int detile_buf_plane1_addr = 0; in extract_rq_regs() local
149 detile_buf_plane1_addr = (detile_buf_size_in_bytes / 2.0 / 64.0); // half to chroma in extract_rq_regs()
151detile_buf_plane1_addr = dml_round_to_multiple((unsigned int)((2.0 * detile_buf_size_in_bytes) / 3… in extract_rq_regs()
156 rq_regs->plane1_base_address = detile_buf_plane1_addr; in extract_rq_regs()