Searched refs:v_sync_off_width (Results 1 - 4 of 4) sorted by relevance

/drivers/gpu/drm/gma500/
H A Dpsb_intel_sdvo_regs.h80 u8 v_sync_off_width; member in struct:psb_intel_sdvo_dtd::__anon538
H A Dpsb_intel_sdvo.c748 dtd->part2.v_sync_off_width = (v_sync_offset & 0xf) << 4 |
780 mode->vsync_start += (dtd->part2.v_sync_off_width >> 4) & 0xf;
784 (dtd->part2.v_sync_off_width & 0xf);
/drivers/gpu/drm/i915/
H A Dintel_sdvo_regs.h85 u8 v_sync_off_width; member in struct:intel_sdvo_dtd::__anon552
H A Dintel_sdvo.c765 dtd->part2.v_sync_off_width = (v_sync_offset & 0xf) << 4 |
799 mode->vsync_start += (dtd->part2.v_sync_off_width >> 4) & 0xf;
803 (dtd->part2.v_sync_off_width & 0xf);

Completed in 44 milliseconds