Home
last modified time | relevance | path

Searched refs:hsync_pos (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/vc4/
A Dvc4_hdmi.c720 bool hsync_pos = mode->flags & DRM_MODE_FLAG_PHSYNC; in vc4_hdmi_set_timings() local
740 (hsync_pos ? VC4_HDMI_HORZA_HPOS : 0) | in vc4_hdmi_set_timings()
766 bool hsync_pos = mode->flags & DRM_MODE_FLAG_PHSYNC; in vc5_hdmi_set_timings() local
790 (hsync_pos ? VC5_HDMI_HORZA_HPOS : 0) | in vc5_hdmi_set_timings()
1014 bool hsync_pos = mode->flags & DRM_MODE_FLAG_PHSYNC; in vc4_hdmi_encoder_post_crtc_enable() local
1024 (hsync_pos ? 0 : VC4_HD_VID_CTL_HSYNC_LOW)); in vc4_hdmi_encoder_post_crtc_enable()
/linux/drivers/video/fbdev/
A Dsh_mobile_lcdcfb.c729 unsigned long h_total, hsync_pos, display_h_total; in sh_mobile_lcdc_geometry() local
753 hsync_pos = mode->xres + mode->right_margin; in sh_mobile_lcdc_geometry()
754 tmp = hsync_pos / 8; /* HSYNP */ in sh_mobile_lcdc_geometry()
772 | ((mode->hsync_len & 7) << 8) | (hsync_pos & 7); in sh_mobile_lcdc_geometry()
/linux/drivers/media/i2c/
A Dtda1997x.c1103 u16 hper, hsync_pos, hsper, interlaced; in tda1997x_detect_std() local
1114 hsync_pos = hper & MASK_HPER_SYNC_POS; in tda1997x_detect_std()
1136 htot, hact, hfront, hsync, hback, hsync_pos ? '+' : '-', in tda1997x_detect_std()
1153 timings->bt.polarities |= hsync_pos ? V4L2_DV_HSYNC_POS_POL : 0; in tda1997x_detect_std()

Completed in 17 milliseconds