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

/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn20/
H A Damdgpu_display_rq_dlg_calc_20.c199 unsigned int detile_buf_plane1_addr = 0; local
229 detile_buf_plane1_addr = (detile_buf_size_in_bytes / 2.0 / 64.0); // half to chroma
231 detile_buf_plane1_addr = dml_round_to_multiple((unsigned int) ((2.0 * detile_buf_size_in_bytes) / 3.0),
236 rq_regs->plane1_base_address = detile_buf_plane1_addr;
H A Damdgpu_display_rq_dlg_calc_20v2.c199 unsigned int detile_buf_plane1_addr = 0; local
229 detile_buf_plane1_addr = (detile_buf_size_in_bytes / 2.0 / 64.0); // half to chroma
231 detile_buf_plane1_addr = dml_round_to_multiple((unsigned int) ((2.0 * detile_buf_size_in_bytes) / 3.0),
236 rq_regs->plane1_base_address = detile_buf_plane1_addr;
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn21/
H A Damdgpu_display_rq_dlg_calc_21.c177 unsigned int detile_buf_plane1_addr = 0; local
209 detile_buf_plane1_addr = (detile_buf_size_in_bytes / 2.0 / 64.0); // half to chroma
211 detile_buf_plane1_addr = dml_round_to_multiple(
217 rq_regs->plane1_base_address = detile_buf_plane1_addr;
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/
H A Damdgpu_dml1_display_rq_dlg_calc.c242 unsigned int detile_buf_plane1_addr = 0; local
266 detile_buf_plane1_addr = (detile_buf_size_in_bytes / 2.0 / 64.0); /* half to chroma */
268 detile_buf_plane1_addr = dml_round_to_multiple(
274 rq_regs->plane1_base_address = detile_buf_plane1_addr;

Completed in 145 milliseconds