drm/dp: Add drm_dp_128b132b_supported()
authorImre Deak <imre.deak@intel.com>
Wed, 17 Apr 2024 14:19:35 +0000 (17:19 +0300)
committerImre Deak <imre.deak@intel.com>
Fri, 19 Apr 2024 14:20:53 +0000 (17:20 +0300)
commit8976bf1877ef4f902fae53fd0ad61b36d0c5a70c
tree26e4b578f9b422c1bf70f49f010d5d693684a858
parent0f1ceeec1b207a2b2432508b6f4d7fc83842cd0e
drm/dp: Add drm_dp_128b132b_supported()

Factor out a function to check for 128b/132b channel coding support used
by a follow-up patch in the patchset.

v2: s/drm_dp_uhbr_channel_coding_supported()/drm_dp128b132b_supported()
    (Jani)

Cc: dri-devel@lists.freedesktop.org
Cc: Jani Nikula <jani.nikula@intel.com>
Reviewed-by: Ankit Nautiyal <ankit.k.nautiyal@intel.com>
Reviewed-by: Manasi Navare <navaremanasi@chromium.org>
Acked-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Signed-off-by: Imre Deak <imre.deak@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240417141936.457796-1-imre.deak@intel.com
drivers/gpu/drm/i915/display/intel_dp.c
include/drm/display/drm_dp_helper.h