[PATCH] drm/dp_mst: Enhance DP MST topology logging

2021-03-18 Thread Eryk Brol
into strings -format vcpi and payload info into tables with headings -clean up topology prints Signed-off-by: Eryk Brol --- drivers/gpu/drm/drm_dp_mst_topology.c | 67 --- 1 file changed, 51 insertions(+), 16 deletions(-) diff --git a/drivers/gpu/drm/drm_dp_mst_topology

[PATCH v2] drm/mst: Enhance MST topology logging

2021-03-25 Thread Eryk Brol
rings -format vcpi and payload info into tables with headings -clean up topology prints --- v2: Addressed Lyude's comments -made helper function return const -fixed indentation and spacing issues Signed-off-by: Eryk Brol --- drivers/gpu/drm/drm_dp_mst_topology.c | 59

[PATCH] drm/amd/display: Fix incorrect dsc force enable logic

2020-10-15 Thread Eryk Brol
[Why] Missed removing a '!' which results in incorrect behavior [How] Remove the offending '!' Signed-off-by: Eryk Brol --- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_mst_types.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/a