RE: [PATCH v6 2/3] drm/plane: modify create_in_formats to accommodate async

2025-03-11 Thread Borah, Chaitanya Kumar
t; > intel- x...@lists.freedesktop.org > > Cc: Borah, Chaitanya Kumar ; Murthy, > > Arun R ; Kumar, Naveen1 > > > > Subject: [PATCH v6 2/3] drm/plane: modify create_in_formats to > > accommodate async > > > > create_in_formats creates

RE: [PATCH v6 2/3] drm/plane: modify create_in_formats to accommodate async

2025-03-11 Thread Borah, Chaitanya Kumar
> Subject: [PATCH v6 2/3] drm/plane: modify create_in_formats to > accommodate async > > create_in_formats creates the list of supported format/modifiers for > synchronous flips, modify the same function so as to take the > format_mod_supported as argument and create list of fo

Re: [PATCH v6 2/3] drm/plane: modify create_in_formats to accommodate async

2025-02-19 Thread Ville Syrjälä
On Wed, Feb 19, 2025 at 02:47:24PM +0530, Arun R Murthy wrote: > create_in_formats creates the list of supported format/modifiers for > synchronous flips, modify the same function so as to take the > format_mod_supported as argument and create list of format/modifier for > async as well. > > v5: c

[PATCH v6 2/3] drm/plane: modify create_in_formats to accommodate async

2025-02-19 Thread Arun R Murthy
create_in_formats creates the list of supported format/modifiers for synchronous flips, modify the same function so as to take the format_mod_supported as argument and create list of format/modifier for async as well. v5: create_in_formats can return -ve value in failure case, correct the if condi