]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/i915/dp: Verify valid pipe BPP range
authorImre Deak <imre.deak@intel.com>
Mon, 9 Feb 2026 13:38:17 +0000 (15:38 +0200)
committerImre Deak <imre.deak@intel.com>
Tue, 10 Feb 2026 09:12:02 +0000 (11:12 +0200)
commit7229474d415485b1d864ee7935f2f64ce858eee0
treeb609bf064840e1ab9c357a9d88566c0338aef3ce
parent08b7ef16b6a03e8c966e286ee1ac608a6ffb3d4a
drm/i915/dp: Verify valid pipe BPP range

Ensure that the pipe BPP range is valid after calculating the minimum
and maximum pipe BPP values separately.

Reviewed-by: Ankit Nautiyal <ankit.k.nautiyal@intel.com>
Signed-off-by: Imre Deak <imre.deak@intel.com>
Link: https://patch.msgid.link/20260209133817.395823-2-imre.deak@intel.com
drivers/gpu/drm/i915/display/intel_dp.c