Re: [PATCH 1/3] drm/msm: use kvmalloc for ring data in gpu crashstate

2018-11-06 Thread Jordan Crouse
On Tue, Nov 06, 2018 at 11:40:04AM +0530, Sharat Masetty wrote: > The ringbuffer data to capture at crashtime can end up being large > sometimes, and the size can vary from being less than a page to the > full size of 32KB. So use the kvmalloc variant that perfectly fits the bill. > > Signed-off-b

[PATCH 1/3] drm/msm: use kvmalloc for ring data in gpu crashstate

2018-11-05 Thread Sharat Masetty
The ringbuffer data to capture at crashtime can end up being large sometimes, and the size can vary from being less than a page to the full size of 32KB. So use the kvmalloc variant that perfectly fits the bill. Signed-off-by: Sharat Masetty --- drivers/gpu/drm/msm/adreno/adreno_gpu.c | 4 ++--