]> 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)
commit07f454229750ecf8fad1587c770a2c8a3306931e
tree9da08f6c1432e3a2f257b9f42ecceb3891c63ea2
parent5381efc54af9cb4c7ea43ff314def45cb3d2d2b3
drm/i915: don't implement WaDisableEarlyCull for Haswell

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