Need to do the force wake poll then wait for thread C0 before knowing we're out of RC6: http://dt.igk.intel.com/wa_database/DetailsView/Show?wa_name_id=1141
Created attachment 62224 [details] [review] Bump the CPU to C0 Something like the attached should do the trick.
Created attachment 62225 [details] [review] Bump the CPU to C0
Created attachment 62980 [details] [review] Implement w/a for sporadic read failures
commit c4de7b0ffda2bb4843fd7f1052d0a2bb90bd08a5 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Mon Jul 2 11:51:03 2012 -0300 drm/i915: Implement w/a for sporadic read failures on waking from rc6 As a w/a to prevent reads sporadically returning 0, we need to wait for the GT thread to return to TC0 before proceeding to read the registers. v2: adapt for Haswell changes (Eugeni). v3: use wait_for_atomic_us for thread status polling. v3: *really* use wait_for_atomic for polling. Note reveals side-effect bug 51738.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.