Summary: | gen2 regression] Current i915 DRM driver fails on GEN2 hardware (i845). | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | DRI | Reporter: | Egbert Eich <eich> | ||||||
Component: | DRM/Intel | Assignee: | Daniel Vetter <daniel> | ||||||
Status: | CLOSED FIXED | QA Contact: | |||||||
Severity: | normal | ||||||||
Priority: | medium | CC: | ben, chris, daniel, jbarnes, rodrigo.vivi | ||||||
Version: | XOrg git | ||||||||
Hardware: | x86 (IA32) | ||||||||
OS: | Linux (All) | ||||||||
Whiteboard: | |||||||||
i915 platform: | i915 features: | ||||||||
Attachments: |
|
Description
Egbert Eich
2012-10-10 10:14:28 UTC
Created attachment 68396 [details] [review] Patch for solution b. Not all gen2 are affected, the wc mapping works on 855gm. But disabling it is the simplest patch.. :| (In reply to comment #2) > Not all gen2 are affected, the wc mapping works on 855gm. But disabling it > is the simplest patch.. :| This only seems to happen when PAT support is enabled. Chris, could you please check if you get a "PAT not supported by CPU" on your system? This is at least what happens here on my i855 test system where I don't see the issue either. No PAT on my gen2 systems either. Okay, now that is bizarre. Yeah, my i855gm also doesn't support PAT. I guess we simply need to disable the wc gtt pte mapping on gen2, not worth the trouble. What's behind door number 2? commit 9169d3a88072b20f42e68a946e916bd7dfbc7f2c Author: Daniel Vetter <daniel.vetter@ffwll.ch> Date: Wed Oct 10 23:14:01 2012 +0200 drm/i915: disable wc gtt pte mappings on gen2 It doesn't work since the gtt pte range sits in the middle of the mmio bar. We didn't notice that since both my and Chris' gen2 machines don't support PAT and hence all wc io mapping request will automatically be demoted to uc. This regression has been introduce in commit edef7e685da05c13cce50c0126189c80fe2c8f71 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Fri Sep 14 11:57:47 2012 +0100 agp/intel: Use a write-combining map for updating PTEs Reported-by: Egbert Eich <eich@pdx.freedesktop.org> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=55834 Acked-by: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> |
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.