summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHemant Hariyani <hemanthariyani@ti.com>2011-06-16 11:02:09 +0100
committerAndy Green <andy.green@linaro.org>2011-06-16 11:02:09 +0100
commit297b0704fed097954eb823704253a2af75ba8abe (patch)
treedd1bfdd314f8c960911bd9ebe78e56c62b556803
parent9d28e6bd3e07ed8808b075a5106b1708796f9892 (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