/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/ |
amdgpu_display_rq_dlg_helpers.c | 240 "DML_RQ_DLG_CALC: vratio_prefetch = 0x%0x\n", 241 dlg_regs.vratio_prefetch);
|
display_mode_structs.h | 432 unsigned int vratio_prefetch; member in struct:_vcs_dpi_display_dlg_regs_st
|
amdgpu_dml1_display_rq_dlg_calc.c | 1511 disp_dlg_regs->vratio_prefetch = (unsigned int) dml_pow(2, 21) - 1; 1513 disp_dlg_regs->vratio_prefetch = (unsigned int) (vratio_pre_l * dml_pow(2, 19));
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/ |
amdgpu_dcn10_hubp.c | 691 VRATIO_PREFETCH, dlg_attr->vratio_prefetch); 892 VRATIO_PREFETCH, &dlg_attr->vratio_prefetch); 896 VRATIO_PREFETCH, &dlg_attr->vratio_prefetch);
|
amdgpu_dcn10_hw_sequencer_debug.c | 269 dlg_regs->vratio_prefetch, dlg_regs->vratio_prefetch_c, dlg_regs->refcyc_per_pte_group_vblank_l,
|
amdgpu_dcn10_hw_sequencer.c | 236 dlg_regs->vratio_prefetch, dlg_regs->vratio_prefetch_c, dlg_regs->refcyc_per_pte_group_vblank_l, 1736 "vratio_prefetch: %d, \n" 1752 pipe_ctx->dlg_regs.vratio_prefetch,
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/ |
amdgpu_dcn20_hubp.c | 256 VRATIO_PREFETCH, dlg_attr->vratio_prefetch); 1084 VRATIO_PREFETCH, &dlg_attr->vratio_prefetch); 1088 VRATIO_PREFETCH, &dlg_attr->vratio_prefetch);
|
amdgpu_dcn20_hwseq.c | 1265 old_dlg_attr.vratio_prefetch != new_dlg_attr->vratio_prefetch || 1283 old_dlg_attr.vratio_prefetch = new_dlg_attr->vratio_prefetch;
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn20/ |
amdgpu_display_rq_dlg_calc_20.c | 1414 disp_dlg_regs->vratio_prefetch = (unsigned int) (vratio_pre_l * dml_pow(2, 19));
|
amdgpu_display_rq_dlg_calc_20v2.c | 1415 disp_dlg_regs->vratio_prefetch = (unsigned int) (vratio_pre_l * dml_pow(2, 19));
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn21/ |
amdgpu_display_rq_dlg_calc_21.c | 1487 disp_dlg_regs->vratio_prefetch = (unsigned int) (vratio_pre_l * dml_pow(2, 19));
|