https://bugs.freedesktop.org/show_bug.cgi?id=66812
--- Comment #4 from Andriy Gapon <[email protected]> --- Looking at eb6d769a087b2ed5952f477fc3f0b0625810a287 it seems that it does a little bit more than the commit message says. Whereas previously there was an early return from radeon_crtc_dpms(): if ((mode == DPMSModeOn) && radeon_crtc->enabled) return; now there isn't one in radeon_*do*_crtc_dpms(). So now, when radeon_do_crtc_dpms is called RADEONRestore() it's always executed to the completion even when mode == DPMSModeOn && radeon_crtc->enabled already. Note sure if this was intended. -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ xorg-driver-ati mailing list [email protected] http://lists.x.org/mailman/listinfo/xorg-driver-ati
