
Since the Armbian sources refer to linux 4.19.76 as being linux-mainline, all the patches from linux-4.19 were moved to linux-mainline_4.19 and the linux_4.19.76 recipes was named accordingly. This patch makes 4.19.76 as default version for linux Signed-off-by: Vicentiu Galanopulo <vicentiu@balena.io>
25 lines
853 B
Diff
25 lines
853 B
Diff
From 2d89860b45cc744356186504b9880c361c158476 Mon Sep 17 00:00:00 2001
|
|
From: Qiang Yu <yuq825@gmail.com>
|
|
Date: Mon, 28 May 2018 19:01:48 +0800
|
|
Subject: [PATCH 068/146] drm/lima: vm will be freed when lima_sched_free_job
|
|
|
|
Signed-off-by: Qiang Yu <yuq825@gmail.com>
|
|
---
|
|
drivers/gpu/drm/lima/lima_sched.c | 1 -
|
|
1 file changed, 1 deletion(-)
|
|
|
|
diff --git a/drivers/gpu/drm/lima/lima_sched.c b/drivers/gpu/drm/lima/lima_sched.c
|
|
index 91ec00811071..20ed966578a3 100644
|
|
--- a/drivers/gpu/drm/lima/lima_sched.c
|
|
+++ b/drivers/gpu/drm/lima/lima_sched.c
|
|
@@ -123,7 +123,6 @@ int lima_sched_task_init(struct lima_sched_task *task,
|
|
void lima_sched_task_fini(struct lima_sched_task *task)
|
|
{
|
|
dma_fence_put(&task->base.s_fence->finished);
|
|
- lima_vm_put(task->vm);
|
|
}
|
|
|
|
int lima_sched_task_add_dep(struct lima_sched_task *task, struct dma_fence *fence)
|
|
--
|
|
2.17.1
|
|
|