commit | 79cf219a6a2ecf553587fae41b117d8c49cc0a55 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Wed Aug 24 11:16:07 2016 +0100 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Wed Aug 24 19:33:20 2016 +0100 |
tree | f4e3bd35a46812d37863b3e5bf50931cec0dda79 | |
parent | c82dd8848479d27dec3f05e9a0980a83fcadca8b [diff] |
drm/i915: Suppress DRM_ERROR for D_COMP write on Haswell The D_COMP (render decompression) register write is followed by a status check and another error (either that the decompression shutdown or the lpll is enabled). Since we are followed by another, more pertinent, error we can reduce the pcode timeout to a debug and squelch a sporadic error message during suspend. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=97465 Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Link: http://patchwork.freedesktop.org/patch/msgid/20160824101607.13671-1-chris@chris-wilson.co.uk Reviewed-by: Matthew Auld <matthew.auld@intel.com>