Re: [PATCH] drm/lima: fix recovering from PLBU out of memory

2020-02-16 Thread Qiang Yu
applied to drm-misc-next. On Mon, Feb 17, 2020 at 9:20 AM Qiang Yu wrote: > > Looks good for me, patch is: > Reviewed-by: Qiang Yu > > Regards, > Qiang > > On Sat, Feb 15, 2020 at 11:50 AM Vasily Khoruzhick wrote: > > > > It looks like on PLBU_OUT_OF_MEM interrupt we need to resume from where

Re: [PATCH] drm/lima: fix recovering from PLBU out of memory

2020-02-16 Thread Qiang Yu
Looks good for me, patch is: Reviewed-by: Qiang Yu Regards, Qiang On Sat, Feb 15, 2020 at 11:50 AM Vasily Khoruzhick wrote: > > It looks like on PLBU_OUT_OF_MEM interrupt we need to resume from where we > stopped, i.e. new PLBU heap start is old end. Also update end address > in GP frame to

[PATCH] drm/lima: fix recovering from PLBU out of memory

2020-02-14 Thread Vasily Khoruzhick
It looks like on PLBU_OUT_OF_MEM interrupt we need to resume from where we stopped, i.e. new PLBU heap start is old end. Also update end address in GP frame to grow heap on 2nd and subsequent out of memory interrupts. Fixes: 2081e8dcf1ee ("drm/lima: recover task by enlarging heap buffer")