]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915/gvt: Stop initializing pvinfo through reading mmio
authorTina Zhang <tina.zhang@intel.com>
Mon, 4 Nov 2019 05:31:48 +0000 (13:31 +0800)
committerZhenyu Wang <zhenyuw@linux.intel.com>
Fri, 8 Nov 2019 03:08:07 +0000 (11:08 +0800)
commita293f39f5aad1c3c2dfe212f2e3775a4050f4c84
tree9415fbdfcd4ad32fe152df55eb4268a040b52f85
parent0fb218697473270261e70b526da8a8131e35e69a
drm/i915/gvt: Stop initializing pvinfo through reading mmio

The region of pvinfo is reserved for communication between a VMM and
the GPU driver executing on a virtual machine. HW doesn't have any
backing mmio store support for the pvinfo region, thus accessing to
this range through MMIO read/write from host side is forbidden which
is regarded as unclaimed register access.

This patch leaves pvinfo range be initialized with zero.

Signed-off-by: Tina Zhang <tina.zhang@intel.com>
Reviewed-by: Zhenyu Wang <zhenyuw@linux.intel.com>
Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com>
drivers/gpu/drm/i915/gvt/handlers.c