RE: [PATCH v8 03/14] drm/crtc: Expose API to create drm crtc property for histogram

2025-02-14 Thread Kandpal, Suraj
t; Subject: [PATCH v8 03/14] drm/crtc: Expose API to create drm crtc property for > histogram > > Add drm-crtc property for histogram and for the properties added add the > corresponding get/set_property. > > v8: Rebased > > Signed-off-by: Arun R Murthy > --

[PATCH v8 03/14] drm/crtc: Expose API to create drm crtc property for histogram

2025-01-28 Thread Arun R Murthy
Add drm-crtc property for histogram and for the properties added add the corresponding get/set_property. v8: Rebased Signed-off-by: Arun R Murthy --- drivers/gpu/drm/drm_atomic_state_helper.c | 14 ++ drivers/gpu/drm/drm_atomic_uapi.c | 15 +++ drivers/gpu/drm/drm_crtc.c