RE: [PATCH v9 3/3] drm/i915/display: Add i915 hook for format_mod_supported_async

2025-03-26 Thread Murthy, Arun R
> On Wed, Mar 19, 2025 at 04:02:17PM +0530, Arun R Murthy wrote: > > Hook up the newly added plane function pointer > > format_mod_supported_async to populate the modifiers/formats supported > > by asynchronous flips. > > > > v5: Correct the if condition for modifier support check (Chaitanya) > > v

Re: [PATCH v9 3/3] drm/i915/display: Add i915 hook for format_mod_supported_async

2025-03-26 Thread Ville Syrjälä
On Wed, Mar 19, 2025 at 04:02:17PM +0530, Arun R Murthy wrote: > Hook up the newly added plane function pointer > format_mod_supported_async to populate the modifiers/formats supported > by asynchronous flips. > > v5: Correct the if condition for modifier support check (Chaitanya) > v6: Replace ui

Re: [PATCH v9 3/3] drm/i915/display: Add i915 hook for format_mod_supported_async

2025-03-26 Thread Ville Syrjälä
On Wed, Mar 19, 2025 at 04:02:17PM +0530, Arun R Murthy wrote: > Hook up the newly added plane function pointer > format_mod_supported_async to populate the modifiers/formats supported > by asynchronous flips. > > v5: Correct the if condition for modifier support check (Chaitanya) > v6: Replace ui

RE: [PATCH v9 3/3] drm/i915/display: Add i915 hook for format_mod_supported_async

2025-03-22 Thread Borah, Chaitanya Kumar
> -Original Message- > From: Murthy, Arun R > Sent: Wednesday, March 19, 2025 4:02 PM > To: dri-devel@lists.freedesktop.org; intel-...@lists.freedesktop.org; intel- > x...@lists.freedesktop.org > Cc: Borah, Chaitanya Kumar ; Murthy, > Arun R > Subject: [PATCH

[PATCH v9 3/3] drm/i915/display: Add i915 hook for format_mod_supported_async

2025-03-19 Thread Arun R Murthy
Hook up the newly added plane function pointer format_mod_supported_async to populate the modifiers/formats supported by asynchronous flips. v5: Correct the if condition for modifier support check (Chaitanya) v6: Replace uint32_t/uint64_t with u32/u64 (Jani) v7: Move plannar check from intel_async