]> git.baikalelectronics.ru Git - kernel.git/commit
drm/dp_mst: Don't report ports connected if nothing is attached to them
authorImre Deak <imre.deak@intel.com>
Mon, 1 Feb 2021 12:01:42 +0000 (14:01 +0200)
committerImre Deak <imre.deak@intel.com>
Wed, 3 Feb 2021 20:37:40 +0000 (22:37 +0200)
commitbab9757926bcf0c96a90c593c47c5c9d880212a4
treed9b924c40b74ef513ffe72b0a7fdf1d7aa697f1d
parent1f0bd64a8a4f5ae3d80266a399a3d0b0dc7af371
drm/dp_mst: Don't report ports connected if nothing is attached to them

Reporting a port as connected if nothing is attached to them leads to
any i2c transactions on this port trying to use an uninitialized i2c
adapter, fix this.

Let's account for this case even if branch devices have no good reason
to report a port as plugged with their peer device type set to 'none'.

Fixes: fe2abe773c30 ("drm/dp_mst: Handle SST-only branch device case")
References: https://gitlab.freedesktop.org/drm/intel/-/issues/2987
References: https://gitlab.freedesktop.org/drm/intel/-/issues/1963
Cc: Wayne Lin <Wayne.Lin@amd.com>
Cc: Lyude Paul <lyude@redhat.com>
Cc: <stable@vger.kernel.org> # v5.5+
Cc: intel-gfx@lists.freedesktop.org
Signed-off-by: Imre Deak <imre.deak@intel.com>
Reviewed-by: Lyude Paul <lyude@redhat.com>
Reported-by: Thiago Macieira <gitlab@gitlab.freedesktop.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20210201120145.350258-1-imre.deak@intel.com
drivers/gpu/drm/drm_dp_mst_topology.c