RE: [PATCH v8 04/14] drm/crtc: Expose API to create drm crtc property for IET LUT

2025-02-14 Thread Kandpal, Suraj
t; Subject: [PATCH v8 04/14] drm/crtc: Expose API to create drm crtc property for > IET LUT > > Add drm-crtc property for IET 1DLUT and for the properties added add Nit: Fix Grammar * added. Add Do the same in previous patch as well > corresponding get/set_property. > > Signed-o

[PATCH v8 04/14] drm/crtc: Expose API to create drm crtc property for IET LUT

2025-01-28 Thread Arun R Murthy
Add drm-crtc property for IET 1DLUT and for the properties added add corresponding get/set_property. Signed-off-by: Arun R Murthy --- drivers/gpu/drm/drm_atomic_state_helper.c | 9 ++ drivers/gpu/drm/drm_atomic_uapi.c | 13 drivers/gpu/drm/drm_crtc.c| 54 +++