Searched refs:hblank_end (Results 1 - 14 of 14) sorted by relevance

/openbsd-current/sys/dev/pci/drm/i915/display/
H A Dintel_tv.c321 u16 hblank_start, hblank_end, htotal; member in struct:tv_mode
394 .hsync_end = 64, .hblank_end = 124,
436 .hsync_end = 64, .hblank_end = 124,
479 .hsync_end = 64, .hblank_end = 124,
522 .hsync_end = 64, .hblank_end = 124,
565 .hsync_end = 64, .hblank_end = 128,
610 .hsync_end = 64, .hblank_end = 142,
652 .hsync_end = 64, .hblank_end = 122,
676 .hsync_end = 64, .hblank_end = 139,
700 .hsync_end = 80, .hblank_end
[all...]
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_rq_dlg_calc_32.c231 unsigned int hblank_end = dst->hblank_end; local
334 dlg_regs->refcyc_h_blank_end = (unsigned int) ((double) hblank_end * ref_freq_to_pix_freq);
341 dlg_regs->refcyc_h_blank_end = (unsigned int) (((double) hblank_end
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dml/
H A Ddisplay_mode_structs.h513 unsigned int hblank_end; member in struct:_vcs_dpi_display_pipe_dest_params_st
H A Ddisplay_mode_lib.c226 dml_print("DML PARAMS: hblank_end = %d\n", pipe_dest->hblank_end);
H A Ddml1_display_rq_dlg_calc.c1011 unsigned int hblank_end = e2e_pipe_param->pipe.dest.hblank_end; local
1157 disp_dlg_regs->refcyc_h_blank_end = (unsigned int) ((double) hblank_end
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dml/dcn21/
H A Ddisplay_rq_dlg_calc_21.c854 unsigned int hblank_end = dst->hblank_end; local
980 disp_dlg_regs->refcyc_h_blank_end = (unsigned int) ((double) hblank_end
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dml/dcn20/
H A Ddisplay_rq_dlg_calc_20v2.c808 unsigned int hblank_end = dst->hblank_end; local
934 disp_dlg_regs->refcyc_h_blank_end = (unsigned int) ((double) hblank_end
H A Ddisplay_rq_dlg_calc_20.c808 unsigned int hblank_end = dst->hblank_end; local
934 disp_dlg_regs->refcyc_h_blank_end = (unsigned int) ((double) hblank_end
H A Ddcn20_fpu.c1383 pipes[pipe_cnt].pipe.dest.hblank_end = pipes[pipe_cnt].pipe.dest.hblank_start
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dml/dcn314/
H A Ddisplay_rq_dlg_calc_314.c964 unsigned int hblank_end = dst->hblank_end; local
1178 disp_dlg_regs->refcyc_h_blank_end = (unsigned int) ((double) hblank_end * ref_freq_to_pix_freq);
1183 disp_dlg_regs->refcyc_h_blank_end = (unsigned int) (((double) hblank_end + odm_pipe_index * (double) dst->hactive / odm_combine_factor) * ref_freq_to_pix_freq);
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dml/dcn31/
H A Ddisplay_rq_dlg_calc_31.c879 unsigned int hblank_end = dst->hblank_end; local
1091 disp_dlg_regs->refcyc_h_blank_end = (unsigned int) ((double) hblank_end * ref_freq_to_pix_freq);
1095 disp_dlg_regs->refcyc_h_blank_end = (unsigned int) (((double) hblank_end + odm_pipe_index * (double) dst->hactive / odm_combine_factor) * ref_freq_to_pix_freq);
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dml/dcn30/
H A Ddisplay_rq_dlg_calc_30.c919 unsigned int hblank_end = dst->hblank_end; local
1219 disp_dlg_regs->refcyc_h_blank_end = (unsigned int)((double) hblank_end * ref_freq_to_pix_freq);
1223 disp_dlg_regs->refcyc_h_blank_end = (unsigned int)(((double) hblank_end + odm_pipe_index * (double) dst->hactive / odm_combine_factor) * ref_freq_to_pix_freq);
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dml/calcs/
H A Ddcn_calcs.c433 input->dest.hblank_end = input->dest.hblank_start
/openbsd-current/sys/dev/pci/drm/i915/
H A Di915_reg.h1935 #define HBLANK_END(hblank_end) REG_FIELD_PREP(HBLANK_END_MASK, (hblank_end))

Completed in 346 milliseconds