summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHemant Hariyani <hemanthariyani@ti.com>2011-08-25 08:03:44 +0100
committerAndy Green <andy.green@linaro.org>2011-08-25 08:03:44 +0100
commit284cbe092d19b9a61cc66df16be53d280384c184 (patch)
tree27773b8e1485e4a43fc2deaba370e30c70c31ce4
parent8987739c29ee6a753dc8fc470b4952fb26359688 (diff)
Subject: [PATCH 3/5] OMAP4: SGX-KM: Correct device name for Android kernel
Currently, Android kernel uses pvrsrvkm device name.This was being set to omap_gpu and hence DRM initialization fails. Setting SYS_SGX_DEV_NAME correctly to pvrsrvkm. If changed in kernel, this should be changed again. Change-Id: I25ab8ce865ecc19df3398ad2dd05a58a063e0686 Signed-off-by: Hemant Hariyani <hemanthariyani@ti.com>
-rw-r--r--drivers/gpu/pvr/omap4/sysconfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/pvr/omap4/sysconfig.h b/drivers/gpu/pvr/omap4/sysconfig.h
index 8e84def99c0..2d3358b0150 100644
--- a/drivers/gpu/pvr/omap4/sysconfig.h
+++ b/drivers/gpu/pvr/omap4/sysconfig.h
@@ -54,7 +54,7 @@
#define SYS_OMAP4430_GP11TIMER_TSICR_SYS_PHYS_BASE 0x48088054
#if defined(__linux__)
-#define SYS_SGX_DEV_NAME "omap_gpu"
+#define SYS_SGX_DEV_NAME "pvrsrvkm"
#endif