]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
drm/dp: Handle zeroed port counts in drm_dp_read_downstream_info()
authorLyude Paul <lyude@redhat.com>
Fri, 30 Apr 2021 22:34:27 +0000 (18:34 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 19 Jul 2021 08:01:16 +0000 (10:01 +0200)
commit9a2089cf784b8dabb5df716bc4a87eedf4440fc7
treeea1ede0a1237ecff0aed1969c1090ea5e3329aa3
parentb2f4b484b8cf0c7974f5b73c4b4c7ee1dea5d607
drm/dp: Handle zeroed port counts in drm_dp_read_downstream_info()

commit 205bb69a90363541a634a662a599fddb95956524 upstream.

While the DP specification isn't entirely clear on if this should be
allowed or not, some branch devices report having downstream ports present
while also reporting a downstream port count of 0. So to avoid breaking
those devices, we need to handle this in drm_dp_read_downstream_info().

So, to do this we assume there's no downstream port info when the
downstream port count is 0.

Signed-off-by: Lyude Paul <lyude@redhat.com>
Tested-by: Jérôme de Bretagne <jerome.debretagne@gmail.com>
Bugzilla: https://gitlab.freedesktop.org/drm/intel/-/issues/3416
Fixes: 3d3721ccb18a ("drm/i915/dp: Extract drm_dp_read_downstream_info()")
Cc: <stable@vger.kernel.org> # v5.10+
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20210430223428.10514-1-lyude@redhat.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/gpu/drm/drm_dp_helper.c