]> git.openfabrics.org - ~shefty/rdma-dev.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)
commit27c6f0a5897c06417e39f2d20a783f84a54cb0b3
tree9da08f6c1432e3a2f257b9f42ecceb3891c63ea2
parent1e6210f45d95f1db7831072b7be64f9562280df1
drm/i915: don't implement WaDisableEarlyCull for Haswell

Introduced in commit 87f8020ec9e3069597746040a4e8655189bc0c1a:
  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