[PATCH v3] drm/i915/gvt: Fix cmd length of VEB_DI_IECP

Zhenyu Wang zhenyuw at linux.intel.com
Tue May 28 09:49:41 UTC 2019


On 2019.05.28 09:36:15 +0800, fred gao wrote:
> From: "Gao, Fred" <fred.gao at intel.com>
> 
> Fix the length value of VEB_DI_IECP.
> 
> Reviewed-by: Zhenyu Wang <zhenyuw at linux.intel.com>

Well, I just gave a quick review on initial form of the patch
before sending to list...anyway, looks ok to me.

> Signed-off-by: Gao, Fred <fred.gao at intel.com>
> ---
>  drivers/gpu/drm/i915/gvt/cmd_parser.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/i915/gvt/cmd_parser.c b/drivers/gpu/drm/i915/gvt/cmd_parser.c
> index a25f50a03c6c..27804cf5a394 100644
> --- a/drivers/gpu/drm/i915/gvt/cmd_parser.c
> +++ b/drivers/gpu/drm/i915/gvt/cmd_parser.c
> @@ -2526,7 +2526,7 @@ static const struct cmd_info cmd_info[] = {
>  		0, 12, NULL},
>  
>  	{"VEB_DI_IECP", OP_VEB_DNDI_IECP_STATE, F_LEN_VAR, R_VECS, D_BDW_PLUS,
> -		0, 20, NULL},
> +		0, 12, NULL},
>  };
>  
>  static void add_cmd_entry(struct intel_gvt *gvt, struct cmd_entry *e)
> -- 
> 2.17.1
> 
> _______________________________________________
> intel-gvt-dev mailing list
> intel-gvt-dev at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/intel-gvt-dev

-- 
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/20190528/ef8f1357/attachment.sig>


More information about the intel-gvt-dev mailing list