]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/i915/dp: Pass connector state all the way to dsc_compute_link_config()
authorJani Nikula <jani.nikula@intel.com>
Fri, 31 Jan 2025 12:50:06 +0000 (14:50 +0200)
committerJani Nikula <jani.nikula@intel.com>
Mon, 3 Feb 2025 14:31:48 +0000 (16:31 +0200)
commitcf92a9d4f01d8d63013dc0bdf1fc63ad4f6e7334
tree88b2c229c4ed06d423c24c15dca47dc2fb28a22a
parent2056f0ad806272363fa7d3754317ef2380c112a1
drm/i915/dp: Pass connector state all the way to dsc_compute_link_config()

Going forward, we'll need the connector state in
dsc_compute_link_config(). Pass it along through the chain. Maintain the
same parameter order where relevant.

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