drm/i915/gvt: handle fence reg access during GPU reset
authorZhao, Xinda <xinda.zhao@intel.com>
Fri, 17 Feb 2017 06:38:33 +0000 (14:38 +0800)
committerZhenyu Wang <zhenyuw@linux.intel.com>
Fri, 17 Feb 2017 08:36:31 +0000 (16:36 +0800)
commitd1be371d4f4c12d11023c9fc795e5d460d960680
treecdccfc11331774138ed1a5b4d249451eebc50777
parentfd64be636708d808852c4c8c1efce0a0a51c24c5
drm/i915/gvt: handle fence reg access during GPU reset

Lots of reduntant log info will be printed out during GPU reset,
including accessing untracked mmio register and fence register,
variable disable_warn_untrack is added previously to handle the
situation, but the accessing of fence register is ignored in the
previously patch, so add it back.

Besides, set the variable disable_warn_untrack to the defalut value
after GPU reset is finished.

Signed-off-by: Zhao, Xinda <xinda.zhao@intel.com>
Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com>
drivers/gpu/drm/i915/gvt/handlers.c
drivers/gpu/drm/i915/gvt/mmio.c