RE: [PATCH v3 04/13] drm/dp: Move from u16 to u32 for max in drm_edp_backlight_info

2025-06-24 Thread Murthy, Arun R
Subject: [PATCH v3 04/13] drm/dp: Move from u16 to u32 for max in > drm_edp_backlight_info > > Use u32 instead of u16 for max variable in drm_edp_backlight_info since it can > now hold max luminance range value which is u32. > We will set this max with max_luminance value when lu

[PATCH v3 04/13] drm/dp: Move from u16 to u32 for max in drm_edp_backlight_info

2025-06-19 Thread Suraj Kandpal
Use u32 instead of u16 for max variable in drm_edp_backlight_info since it can now hold max luminance range value which is u32. We will set this max with max_luminance value when luminance_set is true. Signed-off-by: Suraj Kandpal --- drivers/gpu/drm/display/drm_dp_helper.c | 10 +++--- incl