summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorEric Nelson <eric.nelson@boundarydevices.com>2013-12-03 13:33:16 -0700
committerEric Nelson <eric.nelson@boundarydevices.com>2013-12-03 17:23:15 -0700
commit21c02bf76cd8da968a8a55af50c3ee6e9fb8fdf1 (patch)
tree0a4a99916cf6ee14de51e9bc58ca02590a9909db /drivers
parent762999f1e5924d6a349a28ddba6c3e6b96ea7099 (diff)
Add support to Vivante 4.6.9p12 GPU code
In order to use the latest (and recommended) Vivante binaries, a suffix is needed. https://github.com/Freescale/meta-fsl-arm/blob/master/recipes-kernel/linux/linux-imx-3.0.35/drm-vivante-Add-00-sufix-in-returned-bus-Id.patch Note that this breaks compatibility with older userspaces. Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/gpu/drm/vivante/vivante_drv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/vivante/vivante_drv.c b/drivers/gpu/drm/vivante/vivante_drv.c
index 4224608498c8..cea360d5d4b2 100644
--- a/drivers/gpu/drm/vivante/vivante_drv.c
+++ b/drivers/gpu/drm/vivante/vivante_drv.c
@@ -55,7 +55,7 @@
#include "drm_pciids.h"
-static char platformdevicename[] = "Vivante GCCore";
+static char platformdevicename[] = "Vivante GCCore:00";
static struct platform_device *pplatformdev;
static struct drm_driver driver = {