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

2021-03-26 Thread Lyude Paul
pushed! thanks for the patch On Thu, 2021-03-25 at 14:06 -0400, Eryk Brol wrote: > [why] > MST topology print was missing fec logging and pdt printed > as an int wasn't clear. vcpi and payload info was printed as an > arbitrary series of ints which requires user to know the ordering > of the

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

2021-03-26 Thread Brol, Eryk
; manasi.d.nav...@intel.com ; dan...@ffwll.ch ; Wentland, Harry ; Siqueira, Rodrigo ; Kazlauskas, Nicholas ; Zuo, Jerry ; Lin, Wayne Cc: amd-...@lists.freedesktop.org ; dri-devel@lists.freedesktop.org Subject: Re: [PATCH v2] drm/mst: Enhance MST topology logging Reviewed-by: Lyude Paul Let

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

2021-03-25 Thread Lyude Paul
Reviewed-by: Lyude Paul Let me know if you need me to push this to drm-misc-next for you On Thu, 2021-03-25 at 14:06 -0400, Eryk Brol wrote: > [why] > MST topology print was missing fec logging and pdt printed > as an int wasn't clear. vcpi and payload info was printed as an > arbitrary series

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

2021-03-25 Thread Eryk Brol
[why] MST topology print was missing fec logging and pdt printed as an int wasn't clear. vcpi and payload info was printed as an arbitrary series of ints which requires user to know the ordering of the prints, making the logs difficult to use. [how] -add fec logging -add pdt parsing into strings