]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/i915/dp: Use num_joined_pipes in bigjoiner_bw_max_bpp
authorAnkit Nautiyal <ankit.k.nautiyal@intel.com>
Mon, 30 Sep 2024 16:35:44 +0000 (22:05 +0530)
committerAnkit Nautiyal <ankit.k.nautiyal@intel.com>
Tue, 1 Oct 2024 09:04:55 +0000 (14:34 +0530)
commit38c311f1c3101194c95fd5323d82452a9ced186d
tree209b0781292696dbdb4a09552bf298fafe497053
parentfb4dd411cf9cbd663042f50331ab2eb4a9735693
drm/i915/dp: Use num_joined_pipes in bigjoiner_bw_max_bpp

Streamline the helper to get max compressed bpp for bigjoiner case, to
effectively use num of pipes joined. This will make the addition of
ultrajoiner limitations easier and improve redability.

Signed-off-by: Ankit Nautiyal <ankit.k.nautiyal@intel.com>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240930163549.416410-9-ankit.k.nautiyal@intel.com
drivers/gpu/drm/i915/display/intel_dp.c