summaryrefslogtreecommitdiff
path: root/drivers/gpu
diff options
context:
space:
mode:
authorEric Nelson <eric.nelson@boundarydevices.com>2013-12-03 13:33:16 -0700
committerMax Krummenacher <max.krummenacher@toradex.com>2015-05-29 13:43:34 +0200
commitaaebbd8782d3c1294eaa385e3ec100147f627be9 (patch)
tree8c61b9a92e1f11e2021e9eccbdf9248e78c6849e /drivers/gpu
parent63f60195cffc333936f0d1524c9b72704d9b5c1c (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/gpu')
-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 d5a915bba192..2eca5376a933 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 const struct file_operations viv_driver_fops = {