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

2025-02-12 Thread Murthy, Arun R
, Arun R Subject: [PATCH v4 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. Signed-off-by: Arun R Murthy --- drivers/gpu/drm/i915/display

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

2025-02-11 Thread Borah, Chaitanya Kumar
; Subject: [PATCH v4 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. > > Signed-off-by: Arun R

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

2025-02-05 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. Signed-off-by: Arun R Murthy --- drivers/gpu/drm/i915/display/skl_universal_plane.c | 56 -- 1 file changed, 41 insertions(+), 15 delet