drm/dp_mst: Revise broadcast msg lct & lcr
authorWayne Lin <Wayne.Lin@amd.com>
Wed, 24 Feb 2021 10:15:20 +0000 (18:15 +0800)
committerLyude Paul <lyude@redhat.com>
Wed, 24 Feb 2021 18:10:07 +0000 (13:10 -0500)
commit419e91ea3143bf26991442465ac64d9461e98d96
treef1796db66c7fd55aa1ceb3b021f1252e9c1e14f8
parent66922f850910056a2a3193388dd69b900e824717
drm/dp_mst: Revise broadcast msg lct & lcr

[Why & How]
According to DP spec, broadcast message LCT equals to 1 and LCR equals
to 6. Current implementation is incorrect. Fix it.
In addition, revise a bit the hdr->rad handling to include broadcast
case.

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-2-Wayne.Lin@amd.com
drivers/gpu/drm/drm_dp_mst_topology.c