drm/i915: Disable the hangcheck reset on Sandybridge until we add support.
Signed-off-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
parent
a13e4093cb
commit
b9201c14d9
@ -1239,7 +1239,11 @@ void i915_hangcheck_elapsed(unsigned long data)
|
|||||||
struct drm_device *dev = (struct drm_device *)data;
|
struct drm_device *dev = (struct drm_device *)data;
|
||||||
drm_i915_private_t *dev_priv = dev->dev_private;
|
drm_i915_private_t *dev_priv = dev->dev_private;
|
||||||
uint32_t acthd;
|
uint32_t acthd;
|
||||||
|
|
||||||
|
/* No reset support on this chip yet. */
|
||||||
|
if (IS_GEN6(dev))
|
||||||
|
return;
|
||||||
|
|
||||||
if (!IS_I965G(dev))
|
if (!IS_I965G(dev))
|
||||||
acthd = I915_READ(ACTHD);
|
acthd = I915_READ(ACTHD);
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user