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::__anon682
H A Dpsb_intel_sdvo.c753 dtd->part2.v_sync_off_width = (v_sync_offset & 0xf) << 4 |
785 mode->vsync_start += (dtd->part2.v_sync_off_width >> 4) & 0xf;
789 (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::__anon729
H A Dintel_sdvo.c840 dtd->part2.v_sync_off_width = (v_sync_offset & 0xf) << 4 |
874 mode.vsync_start += (dtd->part2.v_sync_off_width >> 4) & 0xf;
878 (dtd->part2.v_sync_off_width & 0xf);

Completed in 67 milliseconds