]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit3828e3fe92313df3c738a108e34a14cb43295035
tree834ba8c0ae27f0273f303378dd277bd183a1507b
parentac26c357397d418d85c2b2823cc2b8333a7da373
drm/i915: Sanitize DMC/CSR ucode cleanup code

commit 19777e6efbd51ceb51d9c9d01bce8d0c77a85a87
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