diff options
author | Hemant Hariyani <hemanthariyani@ti.com> | 2011-08-25 03:01:10 -0400 |
---|---|---|
committer | Paolo Pisati <paolo.pisati@canonical.com> | 2012-08-17 04:18:39 -0400 |
commit | b7f68b0d0649bec8d50054b78873ca40b267321b (patch) | |
tree | 56e9917cfa159b1728721dbae9d8c46f33bc2699 /drivers/gpu/pvr/omap4/sysconfig.h | |
parent | 8827e270c06639a9a89390799c8860bf9640ec5f (diff) |
OMAP4: SGX-KM: Upgrade DDK to version 1.7.17.4403
This patch upgrades the kernel side graphics driver to version
1.7.17.4403.
The corresponding change in the user side must be in place for this
to work.
Change-Id: Id3a713fa22a227dbcd0ec098589d62b350802247
Signed-off-by: Hemant Hariyani <hemanthariyani@ti.com>
Diffstat (limited to 'drivers/gpu/pvr/omap4/sysconfig.h')
-rw-r--r-- | drivers/gpu/pvr/omap4/sysconfig.h | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/drivers/gpu/pvr/omap4/sysconfig.h b/drivers/gpu/pvr/omap4/sysconfig.h index 46930b54da9..8e84def99c0 100644 --- a/drivers/gpu/pvr/omap4/sysconfig.h +++ b/drivers/gpu/pvr/omap4/sysconfig.h | |||
@@ -27,8 +27,6 @@ | |||
27 | #if !defined(__SOCCONFIG_H__) | 27 | #if !defined(__SOCCONFIG_H__) |
28 | #define __SOCCONFIG_H__ | 28 | #define __SOCCONFIG_H__ |
29 | 29 | ||
30 | #include "syscommon.h" | ||
31 | |||
32 | #define VS_PRODUCT_NAME "OMAP4" | 30 | #define VS_PRODUCT_NAME "OMAP4" |
33 | 31 | ||
34 | #if defined(SGX540) && (SGX_CORE_REV == 120) | 32 | #if defined(SGX540) && (SGX_CORE_REV == 120) |
@@ -51,9 +49,13 @@ | |||
51 | 49 | ||
52 | #define SYS_OMAP4430_SGX_IRQ 53 | 50 | #define SYS_OMAP4430_SGX_IRQ 53 |
53 | 51 | ||
54 | #define SYS_OMAP4430_GP11TIMER_ENABLE_SYS_PHYS_BASE 0x48088038 | 52 | #define SYS_OMAP4430_GP11TIMER_ENABLE_SYS_PHYS_BASE 0x48088038 |
55 | #define SYS_OMAP4430_GP11TIMER_REGS_SYS_PHYS_BASE 0x4808803C | 53 | #define SYS_OMAP4430_GP11TIMER_REGS_SYS_PHYS_BASE 0x4808803C |
56 | #define SYS_OMAP4430_GP11TIMER_TSICR_SYS_PHYS_BASE 0x48088054 | 54 | #define SYS_OMAP4430_GP11TIMER_TSICR_SYS_PHYS_BASE 0x48088054 |
55 | |||
56 | #if defined(__linux__) | ||
57 | #define SYS_SGX_DEV_NAME "omap_gpu" | ||
58 | #endif | ||
57 | 59 | ||
58 | 60 | ||
59 | #endif | 61 | #endif |