Home
last modified time | relevance | path

Searched refs:hsync_offset (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/i2c/
Dadv7511.c670 unsigned int hsync_offset, hsync_len; in adv7511_encoder_mode_set() local
673 hsync_offset = adj_mode->crtc_hsync_start - in adv7511_encoder_mode_set()
686 ((hsync_offset >> 10) & 0x7) << 5); in adv7511_encoder_mode_set()
688 (hsync_offset >> 2) & 0xff); in adv7511_encoder_mode_set()
690 ((hsync_offset & 0x3) << 6) | in adv7511_encoder_mode_set()
/linux-4.1.27/drivers/gpu/drm/
Ddrm_edid.c1826 unsigned hsync_offset = (pt->hsync_vsync_offset_pulse_width_hi & 0xc0) << 2 | pt->hsync_offset_lo; in drm_mode_detailed() local
1868 mode->hsync_start = mode->hdisplay + hsync_offset; in drm_mode_detailed()