Re: [PATCH] drm/dp_mst: Fix return code on sideband message failure

2021-06-29 Thread Lyude Paul
JFYI this is on my radar and I'll take a look asap On Tue, 2021-06-29 at 13:41 -0700, Stephen Boyd wrote: > +Lyude, author of fixed commit. Please add relevant folks in the future. > > Quoting Kuogee Hsieh (2021-06-29 13:08:56) > > From: Rajkumar Subbiah > > > > The commit 2f015ec6eab69301fdcf5

Re: [PATCH] drm/dp_mst: Fix return code on sideband message failure

2021-06-29 Thread Stephen Boyd
+Lyude, author of fixed commit. Please add relevant folks in the future. Quoting Kuogee Hsieh (2021-06-29 13:08:56) > From: Rajkumar Subbiah > > The commit 2f015ec6eab69301fdcf54d397810d72362d7223 added some debug Please write Commit 2f015ec6eab6 ("drm/dp_mst: Add sideband down request tracing

[PATCH] drm/dp_mst: Fix return code on sideband message failure

2021-06-29 Thread Kuogee Hsieh
From: Rajkumar Subbiah The commit 2f015ec6eab69301fdcf54d397810d72362d7223 added some debug code for sideband message tracing. But it seems to have unintentionally changed the behavior on sideband message failure. It catches and returns failure only if DRM_UT_DP is enabled. Otherwise it ignores t