summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHemant Hariyani <hemanthariyani@ti.com>2011-06-10 09:38:47 +0100
committerAndy Green <andy.green@linaro.org>2011-06-10 09:38:47 +0100
commit7182ec2ade3a9ec344ca94d922bbdbd161151779 (patch)
treef988ec3e223b086dc156ce5fde77e11eda0c1dd8
parentd910e7c9a888a99e183c3300eb55eed8b6afc82a (diff)
From b98b245610738154e1ded489245cc9de14bad104 Mon Sep 17 00:00:00 2001
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