RE: [PATCH v3 3/5] drm/plane: Function to check async supported modifier/format

2025-01-12 Thread Borah, Chaitanya Kumar
> -Original Message- > From: Intel-gfx On Behalf Of Arun > R Murthy > Sent: Wednesday, January 8, 2025 11:09 AM > To: dri-devel@lists.freedesktop.org; intel-...@lists.freedesktop.org; intel- > x...@lists.freedesktop.org > Cc: Murthy, Arun R > Subject: [PATCH v3

[PATCH v3 3/5] drm/plane: Function to check async supported modifier/format

2025-01-07 Thread Arun R Murthy
Seperate function for async flips is to be called in order to check the provided format/modifier support. At present the flag for async flip is stored in crtc_state as async flip is supported on only one plane for a given crtc. The same is being used over here to decide the async function pointer.