Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/i2c/
Dadv7511.c671 unsigned int vsync_offset, vsync_len; in adv7511_encoder_mode_set() local
675 vsync_offset = adj_mode->crtc_vsync_start - in adv7511_encoder_mode_set()
683 vsync_offset += 1; in adv7511_encoder_mode_set()
694 ((vsync_offset >> 6) & 0xf)); in adv7511_encoder_mode_set()
696 ((vsync_offset & 0x3f) << 2) | in adv7511_encoder_mode_set()
/linux-4.4.14/drivers/gpu/drm/
Ddrm_edid.c1880 …unsigned vsync_offset = (pt->hsync_vsync_offset_pulse_width_hi & 0xc) << 2 | pt->vsync_offset_puls… in drm_mode_detailed() local
1925 mode->vsync_start = mode->vdisplay + vsync_offset; in drm_mode_detailed()