]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/i915/dp: Use int for DSC slice count variables
authorImre Deak <imre.deak@intel.com>
Wed, 14 Jan 2026 16:22:25 +0000 (18:22 +0200)
committerImre Deak <imre.deak@intel.com>
Thu, 15 Jan 2026 18:19:05 +0000 (20:19 +0200)
commit856428d1ce352b926d2eb026490503ec39424ac8
tree1ea40dca62e8aac231bbbadde1e7d2e7e9d02609
parent15f908bce5d90fcfbc0599e426530cc10e9dfef3
drm/i915/dp: Use int for DSC slice count variables

There is no reason to use the more specific u8 type for slice count
variables, use the more generic int type instead.

Reviewed-by: Jouni Högander <jouni.hogander@intel.com>
Signed-off-by: Imre Deak <imre.deak@intel.com>
Link: https://patch.msgid.link/20260114162232.92731-9-imre.deak@intel.com
drivers/gpu/drm/i915/display/intel_dp.c