RE: [PATCH 5/7] drm/i915/backlight: Add function to change brightness in nits for VESA

2025-02-05 Thread Murthy, Arun R
> > Create a function that fills in the value for > > PANEL_TARGET_LUMINANCE_VALUE which helps in changing the luminance > in nits using VESA interface. > > > > --v2 > > -Prefer using luminance over nits [Jani] > > > > Signed-off-by: Suraj Kandpal > > Tested-by: Ben Kao > > --- > Reviewed-by: Aru

RE: [PATCH 5/7] drm/i915/backlight: Add function to change brightness in nits for VESA

2025-02-05 Thread Murthy, Arun R
> Create a function that fills in the value for PANEL_TARGET_LUMINANCE_VALUE > which helps in changing the luminance in nits using VESA interface. > > --v2 > -Prefer using luminance over nits [Jani] > > Signed-off-by: Suraj Kandpal > Tested-by: Ben Kao > --- Reviewed-by: Arun R Murthy Thanks

[PATCH 5/7] drm/i915/backlight: Add function to change brightness in nits for VESA

2025-02-04 Thread Suraj Kandpal
Create a function that fills in the value for PANEL_TARGET_LUMINANCE_VALUE which helps in changing the luminance in nits using VESA interface. --v2 -Prefer using luminance over nits [Jani] Signed-off-by: Suraj Kandpal Tested-by: Ben Kao --- .../drm/i915/display/intel_dp_aux_backlight.c | 30 ++

Re: [PATCH 5/7] drm/i915/backlight: Add function to change brightness in NITS for VESA

2025-02-04 Thread Jani Nikula
On Fri, 24 Jan 2025, Suraj Kandpal wrote: > Create a function that fills in the value for > PANEL_TARGET_LUMINANCE_VALUE which helps in changing the brightness in > NITS using VESA interface. > > Signed-off-by: Suraj Kandpal > --- > .../drm/i915/display/intel_dp_aux_backlight.c | 29

RE: [PATCH 5/7] drm/i915/backlight: Add function to change brightness in NITS for VESA

2025-02-02 Thread Kao, Ben
This patch works as expected with 6.13.0-rc7 on Dell Bolan. Tested-by: Ben Kao

[PATCH 5/7] drm/i915/backlight: Add function to change brightness in NITS for VESA

2025-01-23 Thread Suraj Kandpal
Create a function that fills in the value for PANEL_TARGET_LUMINANCE_VALUE which helps in changing the brightness in NITS using VESA interface. Signed-off-by: Suraj Kandpal --- .../drm/i915/display/intel_dp_aux_backlight.c | 29 +++ 1 file changed, 29 insertions(+) diff --git a/