Home
last modified time | relevance | path

Searched refs:hsync_end_x (Results 1 – 5 of 5) sorted by relevance

/drivers/gpu/drm/msm/disp/mdp4/
Dmdp4_dsi_encoder.c46 uint32_t hsync_start_x, hsync_end_x; in mdp4_dsi_encoder_mode_set() local
62 hsync_end_x = mode->htotal - (mode->hsync_start - mode->hdisplay) - 1; in mdp4_dsi_encoder_mode_set()
76 MDP4_DSI_DISPLAY_HCTRL_END(hsync_end_x)); in mdp4_dsi_encoder_mode_set()
Dmdp4_dtv_encoder.c92 uint32_t hsync_start_x, hsync_end_x; in mdp4_dtv_encoder_mode_set() local
112 hsync_end_x = mode->htotal - (mode->hsync_start - mode->hdisplay) - 1; in mdp4_dtv_encoder_mode_set()
126 MDP4_DTV_DISPLAY_HCTRL_END(hsync_end_x)); in mdp4_dtv_encoder_mode_set()
Dmdp4_lcdc_encoder.c263 uint32_t hsync_start_x, hsync_end_x; in mdp4_lcdc_encoder_mode_set() local
283 hsync_end_x = mode->htotal - (mode->hsync_start - mode->hdisplay) - 1; in mdp4_lcdc_encoder_mode_set()
297 MDP4_LCDC_DISPLAY_HCTRL_END(hsync_end_x)); in mdp4_lcdc_encoder_mode_set()
/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_hw_intf.c88 u32 hsync_start_x, hsync_end_x; in dpu_hw_intf_setup_timing_engine() local
114 hsync_end_x = hsync_period - p->h_front_porch - 1; in dpu_hw_intf_setup_timing_engine()
143 display_hctl = (hsync_end_x << 16) | hsync_start_x; in dpu_hw_intf_setup_timing_engine()
/drivers/gpu/drm/msm/disp/mdp5/
Dmdp5_encoder.c104 uint32_t hsync_start_x, hsync_end_x; in mdp5_vid_encoder_mode_set() local
148 hsync_end_x = mode->htotal - (mode->hsync_start - mode->hdisplay) - 1; in mdp5_vid_encoder_mode_set()
174 MDP5_INTF_DISPLAY_HCTL_END(hsync_end_x)); in mdp5_vid_encoder_mode_set()