Searched refs:refcyc_h_blank_end (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 | 93 REFCYC_H_BLANK_END, dlg_attr->refcyc_h_blank_end, in hubp2_program_deadline() 1068 REFCYC_H_BLANK_END, &dlg_attr->refcyc_h_blank_end, in hubp2_read_state_common() 1362 REFCYC_H_BLANK_END, &dlg_attr.refcyc_h_blank_end, in hubp2_validate_dml_output() 1374 if (dlg_attr.refcyc_h_blank_end != dml_dlg_attr->refcyc_h_blank_end) in hubp2_validate_dml_output() 1376 dml_dlg_attr->refcyc_h_blank_end, dlg_attr.refcyc_h_blank_end); in hubp2_validate_dml_output()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn21/ |
H A D | amdgpu_dcn21_hubp.c | 460 REFCYC_H_BLANK_END, &dlg_attr.refcyc_h_blank_end, in hubp21_validate_dml_output() 472 if (dlg_attr.refcyc_h_blank_end != dml_dlg_attr->refcyc_h_blank_end) in hubp21_validate_dml_output() 474 dml_dlg_attr->refcyc_h_blank_end, dlg_attr.refcyc_h_blank_end); 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 | 205 dlg_regs.refcyc_h_blank_end); in print__dlg_regs_st()
|
H A D | display_mode_structs.h | 420 unsigned int refcyc_h_blank_end; member
|
H A D | amdgpu_dml1_display_rq_dlg_calc.c | 1144 disp_dlg_regs->refcyc_h_blank_end = (unsigned int) ((double) hblank_end in dml1_rq_dlg_get_dlg_params() 1146 ASSERT(disp_dlg_regs->refcyc_h_blank_end < (unsigned int) dml_pow(2, 13)); 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 | 588 REFCYC_H_BLANK_END, dlg_attr->refcyc_h_blank_end, in hubp1_program_deadline() 876 REFCYC_H_BLANK_END, &dlg_attr->refcyc_h_blank_end, in hubp1_read_state_common()
|
H A D | amdgpu_dcn10_hw_sequencer_debug.c | 265 …pool->hubps[i]->inst, dlg_regs->refcyc_h_blank_end, dlg_regs->dlg_vblank_end, dlg_regs->min_dst_y_… in dcn10_get_dlg_states()
|
H A D | amdgpu_dcn10_hw_sequencer.c | 232 …pool->hubps[i]->inst, dlg_regs->refcyc_h_blank_end, dlg_regs->dlg_vblank_end, dlg_regs->min_dst_y_… 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 | 926 disp_dlg_regs->refcyc_h_blank_end = (unsigned int) ((double) hblank_end in dml20v2_rq_dlg_get_dlg_params() 928 ASSERT(disp_dlg_regs->refcyc_h_blank_end < (unsigned int) dml_pow(2, 13)); in dml20v2_rq_dlg_get_dlg_params()
|
H A D | amdgpu_display_rq_dlg_calc_20.c | 926 disp_dlg_regs->refcyc_h_blank_end = (unsigned int) ((double) hblank_end in dml20_rq_dlg_get_dlg_params() 928 ASSERT(disp_dlg_regs->refcyc_h_blank_end < (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 | 972 disp_dlg_regs->refcyc_h_blank_end = (unsigned int) ((double) hblank_end in dml_rq_dlg_get_dlg_params() 974 ASSERT(disp_dlg_regs->refcyc_h_blank_end < (unsigned int)dml_pow(2, 13)); in dml_rq_dlg_get_dlg_params()
|