drm/i915: Move MMCD_MISC_CTRL from context w/a to standard
authorChris Wilson <[email protected]>
Wed, 4 Oct 2017 12:41:52 +0000 (13:41 +0100)
committerChris Wilson <[email protected]>
Wed, 4 Oct 2017 14:05:40 +0000 (15:05 +0100)
commit53221e11c7a0e85004c1a28f74e4e173f098d262
tree3891da9a6d4b94d961885d0a8063f69259b703ba
parent32ced39c1b122679f829cfdac5a679b3a5aefeaf
drm/i915: Move MMCD_MISC_CTRL from context w/a to standard

Looking at gem_workarounds shows us that MMCD_MISC_CTRL is not restored
following a suspend-resume cycle. This implies that MMCD_MISC_CTRL is
not stored in the context, but is an ordinary register w/a that we need to
restore during init_hw.

Signed-off-by: Chris Wilson <[email protected]>
Cc: Mika Kuoppala <[email protected]>
Cc: Oscar Mateo <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Reviewed-by: Mika Kuoppala <[email protected]>
drivers/gpu/drm/i915/intel_engine_cs.c