]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/i915/mst: change naming from fake encoders to MST stream encoders
authorJani Nikula <jani.nikula@intel.com>
Tue, 12 Nov 2024 11:10:43 +0000 (13:10 +0200)
committerJani Nikula <jani.nikula@intel.com>
Tue, 12 Nov 2024 15:22:49 +0000 (17:22 +0200)
commit5674e700d43eb23ca30aa794262bef5a18dac708
tree402d17edbed1152137485a4ce7450a4c8b835ca4
parent529798bd786a83180eba8da87421ba64d8bb873a
drm/i915/mst: change naming from fake encoders to MST stream encoders

The fake encoders pretty much match individual MST streams. The encoders
remain as fake as ever, but change the naming to MST stream
encoders. Rename all the encoder hooks and related functions called from
them to mst_stream_* to clarify what type of encoders the hooks are
called on.

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