From: Niu,Bing Date: Fri, 3 Jul 2015 16:27:34 +0000 (+0800) Subject: drm/i915: Also perform gpu reset under execlist mode. X-Git-Tag: omap-for-v4.3/fixes-rc1~89^2~36^2~82 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a647828afc7d7d352aeb076dbc03bd952b09b1e3;p=pandora-kernel.git drm/i915: Also perform gpu reset under execlist mode. It is found that i915 will not reset gpu under execlist mode when unload module. that will lead to some issues when unload/load module with different submission mode. e.g. from execlist mode to ring buffer mode via loading/unloading i915. Because HW is not in a reset state and registers are not clean under such condition. Signed-off-by: Niu,Bing Reviewed-by: Chris Wilson Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed