[PATCH v2] drm/i915/gvt: add 2 new MMIO to cmd_access white list
Zhenyu Wang
zhenyuw at linux.intel.com
Fri Feb 17 08:40:42 UTC 2017
On 2017.02.17 23:48:46 +0800, Pei Zhang wrote:
> Guest is now acces 2 MMIO (0x215c, 0x20c0) through command which is not
> originally in gvt's white list. This cause huge error log printed in gvt.
> This patch addes these 2 MMIO to the white list.
>
> V2. change the commit message content.
>
> Signed-off-by: Pei Zhang <pei.zhang at intel.com>
> ---
> drivers/gpu/drm/i915/gvt/handlers.c | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/i915/gvt/handlers.c b/drivers/gpu/drm/i915/gvt/handlers.c
> index f8a2927..48176b3 100644
> --- a/drivers/gpu/drm/i915/gvt/handlers.c
> +++ b/drivers/gpu/drm/i915/gvt/handlers.c
> @@ -2175,7 +2175,8 @@ static int init_generic_mmio_info(struct intel_gvt *gvt)
>
> MMIO_D(0x44070, D_ALL);
>
> - MMIO_D(0x215c, D_HSW_PLUS);
> + MMIO_DFH(0x215c, D_HSW_PLUS, F_CMD_ACCESS, NULL, NULL);
> + MMIO_DFH(0x20c0, D_HSW_PLUS, F_CMD_ACCESS, NULL, NULL);
> MMIO_DFH(0x120c0, D_HSW_PLUS, F_CMD_ACCESS, NULL, NULL);
> MMIO_DFH(0x220c0, D_HSW_PLUS, F_CMD_ACCESS, NULL, NULL);
Failed to apply this, above two seems not in current code, could you double check?
> MMIO_DFH(0x2178, D_ALL, F_CMD_ACCESS, NULL, NULL);
--
Open Source Technology Center, Intel ltd.
$gpg --keyserver wwwkeys.pgp.net --recv-keys 4D781827
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 163 bytes
Desc: not available
URL: <https://lists.freedesktop.org/archives/intel-gvt-dev/attachments/20170217/3b1bc06e/attachment.sig>
More information about the intel-gvt-dev
mailing list