Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/msm/mdp/mdp4/
Dmdp4_dtv_encoder.c110 uint32_t dtv_hsync_skew, vsync_period, vsync_len, ctrl_pol; in mdp4_dtv_encoder_mode_set() local
141 vsync_period = mode->vtotal * mode->htotal; in mdp4_dtv_encoder_mode_set()
144 …display_v_end = vsync_period - ((mode->vsync_start - mode->vdisplay) * mode->htotal) + dtv_hsync_s… in mdp4_dtv_encoder_mode_set()
149 mdp4_write(mdp4_kms, REG_MDP4_DTV_VSYNC_PERIOD, vsync_period); in mdp4_dtv_encoder_mode_set()
Dmdp4_lcdc_encoder.c276 uint32_t lcdc_hsync_skew, vsync_period, vsync_len, ctrl_pol; in mdp4_lcdc_encoder_mode_set() local
307 vsync_period = mode->vtotal * mode->htotal; in mdp4_lcdc_encoder_mode_set()
310 …display_v_end = vsync_period - ((mode->vsync_start - mode->vdisplay) * mode->htotal) + lcdc_hsync_… in mdp4_lcdc_encoder_mode_set()
315 mdp4_write(mdp4_kms, REG_MDP4_LCDC_VSYNC_PERIOD, vsync_period); in mdp4_lcdc_encoder_mode_set()
/linux-4.1.27/drivers/gpu/drm/msm/mdp/mdp5/
Dmdp5_encoder.c129 uint32_t dtv_hsync_skew, vsync_period, vsync_len, ctrl_pol; in mdp5_encoder_mode_set() local
180 vsync_period = mode->vtotal * mode->htotal; in mdp5_encoder_mode_set()
183 …display_v_end = vsync_period - ((mode->vsync_start - mode->vdisplay) * mode->htotal) + dtv_hsync_s… in mdp5_encoder_mode_set()
200 mdp5_write(mdp5_kms, REG_MDP5_INTF_VSYNC_PERIOD_F0(intf), vsync_period); in mdp5_encoder_mode_set()
/linux-4.1.27/drivers/media/platform/blackfin/
Dppi.c285 u32 hsync_width, vsync_width, vsync_period; in ppi_set_params() local
290 vsync_period = samples_per_line * params->frame; in ppi_set_params()
294 bfin_write32(&reg->fs2_palpf, vsync_period); in ppi_set_params()