drm/i915/gvt: Fix two CFL MMIO handling caused by regression.
authorColin Xu <colin.xu@intel.com>
Mon, 1 Jun 2020 03:06:38 +0000 (11:06 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 22 Jul 2020 07:34:29 +0000 (09:34 +0200)
commit7924e77bf17003aad76f31126d27afe17439876d
treeaf9948519c40844721ebd5676188f716e1a764be
parentd08e3e30b5abbd2b205f67ac96763bc2ff87c3ca
drm/i915/gvt: Fix two CFL MMIO handling caused by regression.

commit fccd0f7cf4d532674d727c7f204f038456675dee upstream.

D_CFL was incorrectly removed for:
GAMT_CHKN_BIT_REG
GEN9_CTX_PREEMPT_REG

V2: Update commit message.
V3: Rebase and split Fixes and mis-handled MMIO.

Fixes: 43226e6fe798 (drm/i915/gvt: replaced register address with name)
Reviewed-by: Zhenyu Wang <zhenyuw@linux.intel.com>
Signed-off-by: Colin Xu <colin.xu@intel.com>
Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/20200601030638.16002-1-colin.xu@intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/gpu/drm/i915/gvt/handlers.c