[PATCH] drm/i915/gvt: Add one missing MMIO handler for D_SKL_PLUS

Zhenyu Wang zhenyuw at linux.intel.com
Fri Jun 5 04:33:28 UTC 2020


On 2020.06.01 11:04:57 +0800, Colin Xu wrote:
> _PLANE_CTL_3_A, _PLANE_CTL_3_B and _PLANE_SURF_3_A are handled, but
> miss _PLANE_SURF_3_B.
> 
> Signed-off-by: Colin Xu <colin.xu at intel.com>
> ---
>  drivers/gpu/drm/i915/gvt/handlers.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/gpu/drm/i915/gvt/handlers.c b/drivers/gpu/drm/i915/gvt/handlers.c
> index d2839cc036c1..f39a6b20bbaf 100644
> --- a/drivers/gpu/drm/i915/gvt/handlers.c
> +++ b/drivers/gpu/drm/i915/gvt/handlers.c
> @@ -3055,6 +3055,7 @@ static int init_skl_mmio_info(struct intel_gvt *gvt)
>  	MMIO_D(_MMIO(0x72380), D_SKL_PLUS);
>  	MMIO_D(_MMIO(0x7239c), D_SKL_PLUS);
>  	MMIO_D(_MMIO(_PLANE_SURF_3_A), D_SKL_PLUS);
> +	MMIO_D(_MMIO(_PLANE_SURF_3_B), D_SKL_PLUS);
>  
>  	MMIO_D(CSR_SSP_BASE, D_SKL_PLUS);
>  	MMIO_D(CSR_HTP_SKL, D_SKL_PLUS);
> -- 

Reviewed-by: Zhenyu Wang <zhenyuw at linux.intel.com>

Thanks!

-- 
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: 195 bytes
Desc: not available
URL: <https://lists.freedesktop.org/archives/intel-gvt-dev/attachments/20200605/c009afa5/attachment.sig>


More information about the intel-gvt-dev mailing list