Re: [PATCH 0/5] drm/lima: add heap buffer support

2020-01-27 Thread Qiang Yu
Thanks, applied to drm-misc-next. Regards, Qiang On Mon, Jan 27, 2020 at 6:21 PM Andreas Baierl wrote: > > Am 16.01.2020 um 14:11 schrieb Qiang Yu: > > Support heap buffer allocation which can grow the back memory > > size when GP has an out of memory interrupt so that user don't > > need to all

Re: [PATCH 0/5] drm/lima: add heap buffer support

2020-01-27 Thread Andreas Baierl
Am 16.01.2020 um 14:11 schrieb Qiang Yu: Support heap buffer allocation which can grow the back memory size when GP has an out of memory interrupt so that user don't need to allocate a very large buffer at the beginning. This was Tested-by: Andreas Baierl together with https://gitlab.freedesk

Re: [PATCH 0/5] drm/lima: add heap buffer support

2020-01-26 Thread Vasily Khoruzhick
On Thu, Jan 16, 2020 at 5:12 AM Qiang Yu wrote: > > Support heap buffer allocation which can grow the back memory > size when GP has an out of memory interrupt so that user don't > need to allocate a very large buffer at the beginning. Whole series: Reviewed-by: Vasily Khoruzhick > Qiang Yu (5

[PATCH 0/5] drm/lima: add heap buffer support

2020-01-16 Thread Qiang Yu
Support heap buffer allocation which can grow the back memory size when GP has an out of memory interrupt so that user don't need to allocate a very large buffer at the beginning. Qiang Yu (5): drm/lima: update register info drm/lima: add lima_vm_map_bo drm/lima: support heap buffer creation