Searched refs:refcyc_x_after_scaler (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/ |
H A D | amdgpu_dcn20_hubp.c | 103 REFCYC_X_AFTER_SCALER, dlg_attr->refcyc_x_after_scaler, in hubp2_program_deadline() 1078 REFCYC_X_AFTER_SCALER, &dlg_attr->refcyc_x_after_scaler, in hubp2_read_state_common() 1369 REFCYC_X_AFTER_SCALER, &dlg_attr.refcyc_x_after_scaler, in hubp2_validate_dml_output() 1386 if (dlg_attr.refcyc_x_after_scaler != dml_dlg_attr->refcyc_x_after_scaler) in hubp2_validate_dml_output() 1388 dml_dlg_attr->refcyc_x_after_scaler, dlg_attr.refcyc_x_after_scaler); in hubp2_validate_dml_output()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn21/ |
H A D | amdgpu_dcn21_hubp.c | 467 REFCYC_X_AFTER_SCALER, &dlg_attr.refcyc_x_after_scaler, in hubp21_validate_dml_output() 484 if (dlg_attr.refcyc_x_after_scaler != dml_dlg_attr->refcyc_x_after_scaler) in hubp21_validate_dml_output() 486 dml_dlg_attr->refcyc_x_after_scaler, dlg_attr.refcyc_x_after_scaler); in hubp21_validate_dml_output()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/ |
H A D | amdgpu_display_rq_dlg_helpers.c | 217 dlg_regs.refcyc_x_after_scaler); in print__dlg_regs_st()
|
H A D | display_mode_structs.h | 424 unsigned int refcyc_x_after_scaler; member
|
H A D | amdgpu_dml1_display_rq_dlg_calc.c | 1431 …disp_dlg_regs->refcyc_x_after_scaler = dst_x_after_scaler * ref_freq_to_pix_freq; /* in terms of r… in dml1_rq_dlg_get_dlg_params() 1432 ASSERT(disp_dlg_regs->refcyc_x_after_scaler < (unsigned int) dml_pow(2, 13)); in dml1_rq_dlg_get_dlg_params() 1440 disp_dlg_regs->refcyc_x_after_scaler); in dml1_rq_dlg_get_dlg_params()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/ |
H A D | amdgpu_dcn10_hubp.c | 598 REFCYC_X_AFTER_SCALER, dlg_attr->refcyc_x_after_scaler, in hubp1_program_deadline() 886 REFCYC_X_AFTER_SCALER, &dlg_attr->refcyc_x_after_scaler, in hubp1_read_state_common()
|
H A D | amdgpu_dcn10_hw_sequencer_debug.c | 266 dlg_regs->refcyc_per_htotal, dlg_regs->refcyc_x_after_scaler, dlg_regs->dst_y_after_scaler, in dcn10_get_dlg_states()
|
H A D | amdgpu_dcn10_hw_sequencer.c | 233 dlg_regs->refcyc_per_htotal, dlg_regs->refcyc_x_after_scaler, dlg_regs->dst_y_after_scaler, in dcn10_log_hubp_states()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn20/ |
H A D | amdgpu_display_rq_dlg_calc_20v2.c | 1407 …disp_dlg_regs->refcyc_x_after_scaler = dst_x_after_scaler * ref_freq_to_pix_freq; // in terms of r… in dml20v2_rq_dlg_get_dlg_params() 1408 ASSERT(disp_dlg_regs->refcyc_x_after_scaler < (unsigned int) dml_pow(2, 13)); in dml20v2_rq_dlg_get_dlg_params()
|
H A D | amdgpu_display_rq_dlg_calc_20.c | 1406 …disp_dlg_regs->refcyc_x_after_scaler = dst_x_after_scaler * ref_freq_to_pix_freq; // in terms of r… in dml20_rq_dlg_get_dlg_params() 1407 ASSERT(disp_dlg_regs->refcyc_x_after_scaler < (unsigned int) dml_pow(2, 13)); in dml20_rq_dlg_get_dlg_params()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn21/ |
H A D | amdgpu_display_rq_dlg_calc_21.c | 1479 …disp_dlg_regs->refcyc_x_after_scaler = dst_x_after_scaler * ref_freq_to_pix_freq; // in terms of r… in dml_rq_dlg_get_dlg_params() 1480 ASSERT(disp_dlg_regs->refcyc_x_after_scaler < (unsigned int)dml_pow(2, 13)); in dml_rq_dlg_get_dlg_params()
|