]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/i915/backlight: Take luminance_set into account for VESA backlight
authorSuraj Kandpal <suraj.kandpal@intel.com>
Mon, 2 Mar 2026 04:06:08 +0000 (09:36 +0530)
committerSuraj Kandpal <suraj.kandpal@intel.com>
Tue, 3 Mar 2026 02:58:54 +0000 (08:28 +0530)
commit79e870c86d30c6e2e1e3b68723158a8b1f0079eb
treebef6e8b46684f94da4f305e3ba5ce2f49b95a299
parentc15a236644b1c495e22985f9ddb323de006cfafc
drm/i915/backlight: Take luminance_set into account for VESA backlight

When deciding what functions to enable to help control backlight we
used to only check aux_enable. Now with PANEL_LUMINANCE_OVERRIDE in
picture we need to take care that we do not enable PWM function if
luminance_set is set.

Closes: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15671
Signed-off-by: Suraj Kandpal <suraj.kandpal@intel.com>
Reviewed-by: Arun R Murthy <arun.r.murthy@intel.com>
Link: https://patch.msgid.link/20260302040613.3324049-4-suraj.kandpal@intel.com
drivers/gpu/drm/i915/display/intel_dp_aux_backlight.c