RE: [PATCH 2/7] drm/i915/backlight: Use proper interface based on eDP version

2025-02-05 Thread Murthy, Arun R
> eDP is supposed to use VESA interface when using revision 1.5 and above, use > Intel interface for backlight control otherwise. Add check to use correct > interface. > > Signed-off-by: Suraj Kandpal > Tested-by: Ben Kao > --- Reviewed-by: Arun R Murthy Thanks and Regards, Arun R Murthy -

[PATCH 2/7] drm/i915/backlight: Use proper interface based on eDP version

2025-02-04 Thread Suraj Kandpal
eDP is supposed to use VESA interface when using revision 1.5 and above, use Intel interface for backlight control otherwise. Add check to use correct interface. Signed-off-by: Suraj Kandpal Tested-by: Ben Kao --- drivers/gpu/drm/i915/display/intel_dp_aux_backlight.c | 8 +++- 1 file change

RE: [PATCH 2/7] drm/i915/backlight: Use proper interface based on eDP version

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

[PATCH 2/7] drm/i915/backlight: Use proper interface based on eDP version

2025-01-23 Thread Suraj Kandpal
eDP is supposed to use VESA interface when using revision 1.5 and above, use Intel interface for backlight control otherwise. Add check to use correct interface. Signed-off-by: Suraj Kandpal --- drivers/gpu/drm/i915/display/intel_dp_aux_backlight.c | 8 +++- 1 file changed, 7 insertions(+),