]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/i915/mst: pass intel_dp around in mst stream helpers
authorJani Nikula <jani.nikula@intel.com>
Wed, 20 Nov 2024 12:43:09 +0000 (14:43 +0200)
committerJani Nikula <jani.nikula@intel.com>
Fri, 22 Nov 2024 11:36:58 +0000 (13:36 +0200)
commit2b1245f3ec879a42394b6b3407da33a0aaaebc0c
treeb7aa188f4c1a6c2cd29355894a122d0cb9d60f1c
parentf635e7657e5bb80e1a7a9c3943a3daa71aefd88f
drm/i915/mst: pass intel_dp around in mst stream helpers

All of the functions in question operate on the primary encoder, and
more specifically the primary intel_dp, so pass it around instead of the
encoder for less ambiguity.

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