drm/lima: recover task by enlarging heap buffer
Increase heap buffer backup memory when GP receive PLBU out of memory interrupt, then resume the task. Reviewed-by: Vasily Khoruzhick <anarsoul@gmail.com> Tested-by: Andreas Baierl <ichgeh@imkreisrum.de> Signed-off-by: Qiang Yu <yuq825@gmail.com> Link: https://patchwork.freedesktop.org/patch/msgid/20200116131157.13346-5-yuq825@gmail.com
This commit is contained in:
@@ -10,6 +10,7 @@ struct lima_vm;
|
||||
int lima_mmu_init(struct lima_ip *ip);
|
||||
void lima_mmu_fini(struct lima_ip *ip);
|
||||
|
||||
void lima_mmu_flush_tlb(struct lima_ip *ip);
|
||||
void lima_mmu_switch_vm(struct lima_ip *ip, struct lima_vm *vm);
|
||||
void lima_mmu_page_fault_resume(struct lima_ip *ip);
|
||||
|
||||
|
Reference in New Issue
Block a user