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

2025-02-18 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

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

2025-02-14 Thread Borah, Chaitanya Kumar
l- x...@lists.freedesktop.org > > Cc: Borah, Chaitanya Kumar ; Syrjala, > > Ville ; Murthy, Arun R > > > > Subject: [PATCH v5 2/3] drm/plane: modify create_in_formats to > > accommodate async > > > > create_in_formats creates the list of supported format/modif

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

2025-02-13 Thread Borah, Chaitanya Kumar
; Subject: [PATCH v5 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 forma

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

2025-02-12 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