]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/dp_mst: Use drm_dp_dpcd_write_data() to write GUID for non-root MST branch devices
authorImre Deak <imre.deak@intel.com>
Tue, 1 Apr 2025 10:38:46 +0000 (13:38 +0300)
committerImre Deak <imre.deak@intel.com>
Thu, 3 Apr 2025 14:14:19 +0000 (17:14 +0300)
commita73d71366e3754c1068fd82ddb3d1bb2cbd648e9
tree789465a544a6fef2b65f8740bddc3da1187152ef
parentaea007741b951df05f901b2d4890df2e710d134b
drm/dp_mst: Use drm_dp_dpcd_write_data() to write GUID for non-root MST branch devices

drm_dp_dpcd_write_data() can be used to write the GUID for a non-root
MST branch device, similarly to writing the GUID to a root MST branch
device, do so.

Cc: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Cc: Lyude Paul <lyude@redhat.com>
Reviewed-by: Lyude Paul <lyude@redhat.com>
Signed-off-by: Imre Deak <imre.deak@intel.com>
Link: https://lore.kernel.org/r/20250401103846.686408-2-imre.deak@intel.com
drivers/gpu/drm/display/drm_dp_mst_topology.c