RE: [PATCH v8 1/3] drm/plane: Add new plane property IN_FORMATS_ASYNC

2025-04-05 Thread Borah, Chaitanya Kumar
> -Original Message- > From: Murthy, Arun R > Sent: Tuesday, March 18, 2025 1:09 PM > To: Borah, Chaitanya Kumar ; dri- > de...@lists.freedesktop.org; intel-...@lists.freedesktop.org; intel- > x...@lists.freedesktop.org > Cc: Kumar, Naveen1 > Subject: RE: [PATC

RE: [PATCH v8 1/3] drm/plane: Add new plane property IN_FORMATS_ASYNC

2025-03-18 Thread Murthy, Arun R
> > 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

RE: [PATCH v8 1/3] drm/plane: Add new plane property IN_FORMATS_ASYNC

2025-03-17 Thread Borah, Chaitanya Kumar
un.r.mur...@intel.com; > 20250311085422.2573860-1-santhosh.reddy.gudd...@intel.com; Murthy, > Arun R ; Kumar, Naveen1 > > Subject: [PATCH v8 1/3] drm/plane: Add new plane property > IN_FORMATS_ASYNC > > There exists a property IN_FORMATS which exposes the plane supported > modifier

[PATCH v8 1/3] drm/plane: Add new plane property IN_FORMATS_ASYNC

2025-03-12 Thread Arun R Murthy
There exists a property IN_FORMATS which exposes the plane supported modifiers/formats to the user. In some platforms when asynchronous flip are used all of modifiers/formats mentioned in IN_FORMATS are not supported. This patch adds a new plane property IN_FORMATS_ASYNC to expose the async flip su