mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-07-24 01:54:03 -04:00
Looks like that we're accidentally dropping a pretty important return code
here. For some reason, we just return -EINVAL if we fail to get the MST
topology state. This is wrong: error codes are important and should never
be squashed without being handled, which here seems to have the potential
to cause a deadlock.
Signed-off-by: Lyude Paul <lyude@redhat.com>
Reviewed-by: Wayne Lin <Wayne.Lin@amd.com>
Fixes:
|
||
---|---|---|
.. | ||
drm_display_helper_mod.c | ||
drm_dp_aux_bus.c | ||
drm_dp_aux_dev.c | ||
drm_dp_cec.c | ||
drm_dp_dual_mode_helper.c | ||
drm_dp_helper.c | ||
drm_dp_helper_internal.h | ||
drm_dp_mst_topology.c | ||
drm_dp_mst_topology_internal.h | ||
drm_dsc_helper.c | ||
drm_hdcp_helper.c | ||
drm_hdmi_helper.c | ||
drm_scdc_helper.c | ||
Kconfig | ||
Makefile |