[PATCH v8 1/3] drm/plane: Add new plane property IN_FORMATS_ASYNC
Borah, Chaitanya Kumar
chaitanya.kumar.borah at intel.com
Tue Mar 18 08:05:37 UTC 2025
> -----Original Message-----
> From: Murthy, Arun R <arun.r.murthy at intel.com>
> Sent: Tuesday, March 18, 2025 1:09 PM
> To: Borah, Chaitanya Kumar <chaitanya.kumar.borah at intel.com>; dri-
> devel at lists.freedesktop.org; intel-gfx at lists.freedesktop.org; intel-
> xe at lists.freedesktop.org
> Cc: Kumar, Naveen1 <naveen1.kumar at intel.com>
> Subject: RE: [PATCH v8 1/3] drm/plane: Add new plane property
> IN_FORMATS_ASYNC
>
> > > blob = drm_property_create_blob(dev, blob_size, NULL);
> > > if (IS_ERR(blob))
> > > - return -1;
> > > + return ERR_PTR(-1);
> >
> > Were we seeing any warnings because of this?
> > If at all needed, it should be part of the second patch [1]
> >
> > Regards
> >
> > Chaitanya
> >
> > [1]
> https://patchwork.freedesktop.org/patch/642713/?series=140935&rev=8
> >
> No warning as such, as part of review found this.
> Sure will move it to second patch.
>
With this moved to the second patch.
Reviewed-by: Chaitanya Kumar Borah <chaitanya.kumar.borah at intel.com>
> Thanks and Regards,
> Arun R Murthy
> -------------------
More information about the Intel-xe
mailing list