Skip to content

Commit 5349f29

Browse files
committed
Merge tag 'drm-intel-fixes-2025-09-17' of https://gitlab.freedesktop.org/drm/i915/kernel into drm-fixes
- Honor VESA eDP backlight luminance control capability (Aaron Ma) Signed-off-by: Dave Airlie <airlied@redhat.com> From: Tvrtko Ursulin <tursulin@igalia.com> Link: https://lore.kernel.org/r/aMrPx4FZ66t1Kfe-@linux
2 parents f83ec76 + 35e5263 commit 5349f29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/i915/display/intel_dp_aux_backlight.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ static int intel_dp_aux_vesa_setup_backlight(struct intel_connector *connector,
546546
luminance_range->max_luminance,
547547
panel->vbt.backlight.pwm_freq_hz,
548548
intel_dp->edp_dpcd, &current_level, &current_mode,
549-
false);
549+
panel->backlight.edp.vesa.luminance_control_support);
550550
if (ret < 0)
551551
return ret;
552552

0 commit comments

Comments
 (0)