Searched refs:hsync_end_x (Results 1 – 4 of 4) sorted by relevance
36 uint32_t hsync_start_x, hsync_end_x; in mdp4_dsi_encoder_mode_set() local52 hsync_end_x = mode->htotal - (mode->hsync_start - mode->hdisplay) - 1; in mdp4_dsi_encoder_mode_set()66 MDP4_DSI_DISPLAY_HCTRL_END(hsync_end_x)); in mdp4_dsi_encoder_mode_set()
36 uint32_t hsync_start_x, hsync_end_x; in mdp4_dtv_encoder_mode_set() local56 hsync_end_x = mode->htotal - (mode->hsync_start - mode->hdisplay) - 1; in mdp4_dtv_encoder_mode_set()70 MDP4_DTV_DISPLAY_HCTRL_END(hsync_end_x)); in mdp4_dtv_encoder_mode_set()
30 uint32_t hsync_start_x, hsync_end_x; in mdp5_vid_encoder_mode_set() local74 hsync_end_x = mode->htotal - (mode->hsync_start - mode->hdisplay) - 1; in mdp5_vid_encoder_mode_set()100 MDP5_INTF_DISPLAY_HCTL_END(hsync_end_x)); in mdp5_vid_encoder_mode_set()
302 u32 hsync_start_x, hsync_end_x; in msm_dp_panel_tpg_enable() local321 hsync_end_x = hsync_period - (drm_mode->hsync_start - in msm_dp_panel_tpg_enable()328 display_hctl = (hsync_end_x << 16) | hsync_start_x; in msm_dp_panel_tpg_enable()