]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: don't implement WaDisableEarlyCull for Haswell
authorPaulo Zanoni <paulo.r.zanoni@intel.com>
Wed, 10 Oct 2012 21:09:59 +0000 (18:09 -0300)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 10 Oct 2012 21:46:16 +0000 (23:46 +0200)
commitfa1433820ea27cf243a77bf6a2a2a4cb96c37ee6
tree9da08f6c1432e3a2f257b9f42ecceb3891c63ea2
parenta47aea8c117f2bde7d421f8bf262c60f5285d470
drm/i915: don't implement WaDisableEarlyCull for Haswell

Introduced in commit a4183f1f7414c274c5d9a2b5e8c50568a814a237:
  drm/i915: implement WaDisableEarlyCull for VLV and IVB

Notice that the original patch sent to the mailing list did not
include the Haswell chunk, it was added later.

The bit set by the commit does not exist on Haswell machines (at least
that's what the documentation says). Also, the commit gives me a GPU
hang every time we're loading the driver. So let's revert the Haswell
chunk, making the patch do only what its title actually says.

Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Reviewed-by: Damien Lespiau <damien.lespiau@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_pm.c