drm/i915: Sanitize DMC/CSR ucode cleanup code
authorImre Deak <imre.deak@intel.com>
Tue, 19 Jan 2016 13:26:26 +0000 (15:26 +0200)
committerImre Deak <imre.deak@intel.com>
Wed, 27 Jan 2016 15:43:13 +0000 (17:43 +0200)
commit89250fec1c2b7846cd994e91d8dd7398e67ae129
tree834ba8c0ae27f0273f303378dd277bd183a1507b
parent9a15a87338d9f28593172ec7ec2c628f3ae494b9
drm/i915: Sanitize DMC/CSR ucode cleanup code

commit ebae38d061df3deffa7c17b030ea14a5216ee55f
Author: Animesh Manna <animesh.manna@intel.com>
Date:   Wed Oct 28 23:58:55 2015 +0200

    drm/i915/gen9: csr_init after runtime pm enable

moved the DMC/CSR initialization later during driver loading, but didn't
move the cleanup earlier correspondingly during unloading. Fix this up.

Signed-off-by: Imre Deak <imre.deak@intel.com>
Reviewed-by: David Weinehall <david.weinehall@intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/1453209992-25995-2-git-send-email-imre.deak@intel.com
drivers/gpu/drm/i915/i915_dma.c