Re: [Freedreno] [PATCH 1/6] drm/msm: Update dev core dump to not print backwards

2023-06-22 Thread Dmitry Baryshkov
On 23/06/2023 02:48, Ryan McCann wrote: Device core dump add block method adds hardware blocks to dumping queue with stack behavior which causes the hardware blocks to be printed in reverse order. Change the addition to dumping queue data structure from "list_add" to "list_add_tail" for FIFO queu

[Freedreno] [PATCH 1/6] drm/msm: Update dev core dump to not print backwards

2023-06-22 Thread Ryan McCann
Device core dump add block method adds hardware blocks to dumping queue with stack behavior which causes the hardware blocks to be printed in reverse order. Change the addition to dumping queue data structure from "list_add" to "list_add_tail" for FIFO queue behavior. Fixes: 98659487b845 ("drm/msm