[Bug 52411] [snb] intel gpu never go in rc6 after suspend

bugzilla-daemon at bugzilla.kernel.org bugzilla-daemon at bugzilla.kernel.org
Thu Jan 10 02:48:50 PST 2013


https://bugzilla.kernel.org/show_bug.cgi?id=52411





--- Comment #8 from Alexander Bersenev <bay at hackerdom.ru>  2013-01-10 10:48:50 ---
May be, how follows from commit:

  I915_WRITE_NOTRACE(FORCEWAKE, 1);
- POSTING_READ(ECOBUS); /* something from same cacheline, but !FORCEWAKE */
+ POSTING_READ(FORCEWAKE);

driver should read something from same cacheline after writing to FORCEWAKE
register, but in another place:

- /* gen6_gt_check_fifodbg doubles as the POSTING_READ */
+ POSTING_READ(FORCEWAKE); 
  gen6_gt_check_fifodbg(dev_priv);

it is said that gen6_gt_check_fifodbg doing POSING_READ, but
gen6_gt_check_fifodbg is reading from GTFIFODBG register and it is not on the
same cacheline

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
You are the assignee for the bug.


More information about the intel-gfx-bugs mailing list