]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
drm/dp_mst: Set CLEAR_PAYLOAD_ID_TABLE as broadcast
authorWayne Lin <Wayne.Lin@amd.com>
Wed, 24 Feb 2021 10:15:21 +0000 (18:15 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 14 May 2021 08:49:28 +0000 (10:49 +0200)
commit68132b9b3148c8972dccceced9d8e402dddefe95
tree3fb8ff4dc1111ad6ef7a74150d08c022fdcf65b9
parentb0fda871939aa1eddd049fb2aa64bc46f704de5b
drm/dp_mst: Set CLEAR_PAYLOAD_ID_TABLE as broadcast

commit d919d3d6cdb31d0f9fe06c880f683a24f2838813 upstream.

[Why & How]
According to DP spec, CLEAR_PAYLOAD_ID_TABLE is a path broadcast request
message and current implementation is incorrect. Fix it.

Signed-off-by: Wayne Lin <Wayne.Lin@amd.com>
Cc: stable@vger.kernel.org
Reviewed-by: Lyude Paul <lyude@redhat.com>
Signed-off-by: Lyude Paul <lyude@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20210224101521.6713-3-Wayne.Lin@amd.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/gpu/drm/drm_dp_mst_topology.c