/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn21/ |
amdgpu_dcn21_hubp.c | 465 REFCYC_PER_HTOTAL, &dlg_attr.refcyc_per_htotal); 481 if (dlg_attr.refcyc_per_htotal != dml_dlg_attr->refcyc_per_htotal) 482 DC_LOG_DEBUG("DML Validation | DST_DIMENSIONS:REFCYC_PER_HTOTAL - Expected: %u Actual: %u\n", 483 dml_dlg_attr->refcyc_per_htotal, dlg_attr.refcyc_per_htotal);
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/ |
amdgpu_display_rq_dlg_helpers.c | 213 "DML_RQ_DLG_CALC: refcyc_per_htotal = 0x%0x\n", 214 dlg_regs.refcyc_per_htotal);
|
display_mode_structs.h | 423 unsigned int refcyc_per_htotal; member in struct:_vcs_dpi_display_dlg_regs_st
|
amdgpu_dml1_display_rq_dlg_calc.c | 1142 disp_dlg_regs->refcyc_per_htotal = (unsigned int) (ref_freq_to_pix_freq * (double) htotal
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/ |
amdgpu_dcn20_hubp.c | 100 REFCYC_PER_HTOTAL, dlg_attr->refcyc_per_htotal); 1075 REFCYC_PER_HTOTAL, &dlg_attr->refcyc_per_htotal); 1367 REFCYC_PER_HTOTAL, &dlg_attr.refcyc_per_htotal); 1383 if (dlg_attr.refcyc_per_htotal != dml_dlg_attr->refcyc_per_htotal) 1384 DC_LOG_DEBUG("DML Validation | DST_DIMENSIONS:REFCYC_PER_HTOTAL - Expected: %u Actual: %u\n", 1385 dml_dlg_attr->refcyc_per_htotal, dlg_attr.refcyc_per_htotal) [all...] |
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/ |
amdgpu_dcn10_hw_sequencer_debug.c | 266 dlg_regs->refcyc_per_htotal, dlg_regs->refcyc_x_after_scaler, dlg_regs->dst_y_after_scaler,
|
amdgpu_dcn10_hubp.c | 595 REFCYC_PER_HTOTAL, dlg_attr->refcyc_per_htotal); 883 REFCYC_PER_HTOTAL, &dlg_attr->refcyc_per_htotal);
|
amdgpu_dcn10_hw_sequencer.c | 233 dlg_regs->refcyc_per_htotal, dlg_regs->refcyc_x_after_scaler, dlg_regs->dst_y_after_scaler, 1729 "refcyc_per_htotal: %d, \n" 1745 pipe_ctx->dlg_regs.refcyc_per_htotal,
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn20/ |
amdgpu_display_rq_dlg_calc_20.c | 923 disp_dlg_regs->refcyc_per_htotal = (unsigned int) (ref_freq_to_pix_freq * (double) htotal
|
amdgpu_display_rq_dlg_calc_20v2.c | 923 disp_dlg_regs->refcyc_per_htotal = (unsigned int) (ref_freq_to_pix_freq * (double) htotal
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn21/ |
amdgpu_display_rq_dlg_calc_21.c | 969 disp_dlg_regs->refcyc_per_htotal = (unsigned int) (ref_freq_to_pix_freq * (double) htotal
|