Re: [Freedreno] [PATCH 5/6] drm/msm/adreno: Add ringbuffer contexts to the GPU state

2018-02-01 Thread kbuild test robot
Hi Jordan, Thank you for the patch! Yet something to improve: [auto build test ERROR on robclark/msm-next] [cannot apply to v4.15 next-20180201] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/J

[Freedreno] [PATCH 5/6] drm/msm/adreno: Add ringbuffer contexts to the GPU state

2018-01-26 Thread Jordan Crouse
Add the contents of each ringbuffer to the GPU state and dump the data in the crash file encoded with ascii85. To save space only the used portions of the ringbuffer are saved. Signed-off-by: Jordan Crouse --- drivers/gpu/drm/msm/adreno/adreno_gpu.c | 44 + driver