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

2025-02-18 Thread Sebastian Brzezinka
On Tue Feb 18, 2025 at 9:02 AM UTC, 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) > > Signed-off-by: Arun

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

2025-02-18 Thread Jani Nikula
On Tue, 18 Feb 2025, 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) > > Signed-off-by: Arun R Murthy > R

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

2025-02-18 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) Signed-off-by: Arun R Murthy Reviewed-by: Chaitanya Kumar Borah Tested-by: Naveen Kuma

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

2025-02-16 Thread Borah, Chaitanya Kumar
; Subject: [PATCH v5 3/3] drm/i915/display: Add i915 hook for > format_mod_supported_async > > 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 co

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

2025-02-12 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) Signed-off-by: Arun R Murthy --- drivers/gpu/drm/i915/display/skl_universal_plane.c |