HomeSort by: relevance | last modified time | path
    Searched defs:detile_buf_plane1_addr (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/
amdgpu_dml1_display_rq_dlg_calc.c 242 unsigned int detile_buf_plane1_addr = 0; local in function:dml1_extract_rq_regs
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;
amdgpu_dml1_display_rq_dlg_calc.c 242 unsigned int detile_buf_plane1_addr = 0; local in function:dml1_extract_rq_regs
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;
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn20/
amdgpu_display_rq_dlg_calc_20.c 199 unsigned int detile_buf_plane1_addr = 0; local in function:extract_rq_regs
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;
amdgpu_display_rq_dlg_calc_20v2.c 199 unsigned int detile_buf_plane1_addr = 0; local in function:extract_rq_regs
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;
amdgpu_display_rq_dlg_calc_20.c 199 unsigned int detile_buf_plane1_addr = 0; local in function:extract_rq_regs
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;
amdgpu_display_rq_dlg_calc_20v2.c 199 unsigned int detile_buf_plane1_addr = 0; local in function:extract_rq_regs
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;
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn21/
amdgpu_display_rq_dlg_calc_21.c 177 unsigned int detile_buf_plane1_addr = 0; local in function:extract_rq_regs
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;
amdgpu_display_rq_dlg_calc_21.c 177 unsigned int detile_buf_plane1_addr = 0; local in function:extract_rq_regs
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;

Completed in 35 milliseconds