Searched refs:crtc_hsync_start (Results 1 – 4 of 4) sorted by relevance
117 p->crtc_hsync_start = p->hsync_start; in drm_mode_set_crtcinfo()169 p->crtc_hblank_start = min(p->crtc_hsync_start, p->crtc_hdisplay); in drm_mode_set_crtcinfo()
207 u16 hact_st = mode->crtc_htotal - mode->crtc_hsync_start; in vop_post_config()322 u16 hsync_len = mode->crtc_hsync_end - mode->crtc_hsync_start; in rockchip_vop_init()325 u16 hact_st = mode->crtc_htotal - mode->crtc_hsync_start; in rockchip_vop_init()869 dsp_stx = crtc_x + mode->crtc_htotal - mode->crtc_hsync_start; in rockchip_vop_set_plane()
2149 u16 hsync_len = mode->crtc_hsync_end - mode->crtc_hsync_start; in vop2_setup_dly_for_vp()2178 u16 hsync_len = mode->crtc_hsync_end - mode->crtc_hsync_start; in vop3_setup_pipe_dly()2205 u16 hact_st = mode->crtc_htotal - mode->crtc_hsync_start; in vop2_post_config()4542 u16 hsync_len = mode->crtc_hsync_end - mode->crtc_hsync_start; in vop2_dsc_enable()4545 u16 hact_st = mode->crtc_htotal - mode->crtc_hsync_start; in vop2_dsc_enable()4935 u16 hsync_len = mode->crtc_hsync_end - mode->crtc_hsync_start; in rockchip_vop2_init()4938 u16 hact_st = mode->crtc_htotal - mode->crtc_hsync_start; in rockchip_vop2_init()6112 mode->crtc_hsync_start += align; in rockchip_vop2_mode_fixup()6146 mode->crtc_hsync_start = mode->hdisplay + 10; in rockchip_vop2_mode_fixup()6147 mode->crtc_hsync_end = mode->crtc_hsync_start + 10; in rockchip_vop2_mode_fixup()[all …]
248 int crtc_hsync_start; member