CVSROOT: /cvs Module name: xenocara Changes by: j...@cvs.openbsd.org 2013/02/01 04:09:26
Modified files: driver/xf86-video-intel/src: i830_display.c Log message: Several changes to resolve screen corruption sometimes seen with dpms on ivy bridge, mostly based on upstream drm code: - remove a workaround which was in itself causing issues - switch the order of disabling fdi rx & tx - disable DPLL_SEL when disabling the crtc - add a few extra delays Most of this concerns the gen5+ crtc disable function, and thanks to a bunch of testers this is known to still work fine on gen 5/6/7. ok kettenis@ matthieu@