Home
last modified time | relevance | path

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

/drivers/gpu/drm/msm/mdp/mdp4/
Dmdp4_dsi_encoder.c55 uint32_t dsi_hsync_skew, vsync_period, vsync_len, ctrl_pol; in mdp4_dsi_encoder_mode_set() local
82 vsync_period = mode->vtotal * mode->htotal; in mdp4_dsi_encoder_mode_set()
85 …display_v_end = vsync_period - ((mode->vsync_start - mode->vdisplay) * mode->htotal) + dsi_hsync_s… in mdp4_dsi_encoder_mode_set()
90 mdp4_write(mdp4_kms, REG_MDP4_DSI_VSYNC_PERIOD, vsync_period); in mdp4_dsi_encoder_mode_set()
Dmdp4_dtv_encoder.c102 uint32_t dtv_hsync_skew, vsync_period, vsync_len, ctrl_pol; in mdp4_dtv_encoder_mode_set() local
133 vsync_period = mode->vtotal * mode->htotal; in mdp4_dtv_encoder_mode_set()
136 …display_v_end = vsync_period - ((mode->vsync_start - mode->vdisplay) * mode->htotal) + dtv_hsync_s… in mdp4_dtv_encoder_mode_set()
141 mdp4_write(mdp4_kms, REG_MDP4_DTV_VSYNC_PERIOD, vsync_period); in mdp4_dtv_encoder_mode_set()
Dmdp4_lcdc_encoder.c270 uint32_t lcdc_hsync_skew, vsync_period, vsync_len, ctrl_pol; in mdp4_lcdc_encoder_mode_set() local
301 vsync_period = mode->vtotal * mode->htotal; in mdp4_lcdc_encoder_mode_set()
304 …display_v_end = vsync_period - ((mode->vsync_start - mode->vdisplay) * mode->htotal) + lcdc_hsync_… in mdp4_lcdc_encoder_mode_set()
309 mdp4_write(mdp4_kms, REG_MDP4_LCDC_VSYNC_PERIOD, vsync_period); in mdp4_lcdc_encoder_mode_set()
/drivers/gpu/drm/msm/mdp/mdp5/
Dmdp5_encoder.c124 uint32_t dtv_hsync_skew, vsync_period, vsync_len, ctrl_pol; in mdp5_encoder_mode_set() local
179 vsync_period = mode->vtotal * mode->htotal; in mdp5_encoder_mode_set()
182 …display_v_end = vsync_period - ((mode->vsync_start - mode->vdisplay) * mode->htotal) + dtv_hsync_s… in mdp5_encoder_mode_set()
199 mdp5_write(mdp5_kms, REG_MDP5_INTF_VSYNC_PERIOD_F0(intf), vsync_period); in mdp5_encoder_mode_set()
/drivers/media/platform/blackfin/
Dppi.c287 u32 hsync_width, vsync_width, vsync_period; in ppi_set_params() local
292 vsync_period = samples_per_line * params->frame; in ppi_set_params()
296 bfin_write32(&reg->fs2_palpf, vsync_period); in ppi_set_params()