mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-27 17:18:59 +00:00
7d7aa2fd92
This change makes the names of Broadcom targets consistent by using the common notation based on SoC/CPU ID (which is used internally anyway), bcmXXXX instead of brcmXXXX. This is even used for target TITLE in make menuconfig already, only the short target name used brcm so far. Despite, since subtargets range from bcm2708 to bcm2711, it seems appropriate to use bcm27xx instead of bcm2708 (again, as already done for BOARDNAME). This also renames the packages brcm2708-userland and brcm2708-gpu-fw. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de> Acked-by: Álvaro Fernández Rojas <noltari@gmail.com>
28 lines
1.0 KiB
Diff
28 lines
1.0 KiB
Diff
From 6351d93a0f1a18c45c4407c472195d957da5d3d0 Mon Sep 17 00:00:00 2001
|
|
From: Eric Anholt <eric@anholt.net>
|
|
Date: Thu, 8 Nov 2018 08:16:52 -0800
|
|
Subject: [PATCH] drm/v3d: Update a comment about what uses
|
|
v3d_job_dependency().
|
|
|
|
I merged bin and render's paths in a late refactoring.
|
|
|
|
Signed-off-by: Eric Anholt <eric@anholt.net>
|
|
Link: https://patchwork.freedesktop.org/patch/msgid/20181108161654.19888-3-eric@anholt.net
|
|
Reviewed-by: Boris Brezillon <boris.brezillon@bootlin.com>
|
|
(cherry picked from commit e90e45f6bd45cc494a6f4cd1853c5e7cd4be7f68)
|
|
---
|
|
drivers/gpu/drm/v3d/v3d_sched.c | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
--- a/drivers/gpu/drm/v3d/v3d_sched.c
|
|
+++ b/drivers/gpu/drm/v3d/v3d_sched.c
|
|
@@ -39,7 +39,7 @@ v3d_job_free(struct drm_sched_job *sched
|
|
}
|
|
|
|
/**
|
|
- * Returns the fences that the bin job depends on, one by one.
|
|
+ * Returns the fences that the bin or render job depends on, one by one.
|
|
* v3d_job_run() won't be called until all of them have been signaled.
|
|
*/
|
|
static struct dma_fence *
|