]> git.ipfire.org Git - thirdparty/linux.git/commit
drm/i915/dp: Use int for compressed BPP in dsc_compute_link_config()
authorJani Nikula <jani.nikula@intel.com>
Fri, 31 Jan 2025 12:50:04 +0000 (14:50 +0200)
committerJani Nikula <jani.nikula@intel.com>
Mon, 3 Feb 2025 14:31:42 +0000 (16:31 +0200)
commitb3f5c960146ab24afe56436389b2dc5cf44e7a36
tree4eb097ba9f0e9daeea1f9db7a3233c5f9d6e48f3
parent73ef9abb239bcf2b4ed68d808e0935a4e0ee251b
drm/i915/dp: Use int for compressed BPP in dsc_compute_link_config()

Just use ints unless there are actual reasons to do otherwise. Here,
there are not.

Reviewed-by: Imre Deak <imre.deak@intel.com>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/b8f9aebc4e40afeed3d723f98cae96c9c927a480.1738327620.git.jani.nikula@intel.com
drivers/gpu/drm/i915/display/intel_dp.c