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/sgx/mmu.c | |
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/sgx/mmu.c')
-rw-r--r-- | drivers/gpu/pvr/sgx/mmu.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/drivers/gpu/pvr/sgx/mmu.c b/drivers/gpu/pvr/sgx/mmu.c index 5a087cd449e..974973a5c28 100644 --- a/drivers/gpu/pvr/sgx/mmu.c +++ b/drivers/gpu/pvr/sgx/mmu.c | |||
@@ -79,6 +79,8 @@ typedef struct _MMU_PT_INFO_ | |||
79 | 79 | ||
80 | IMG_VOID *hPTPageOSMemHandle; | 80 | IMG_VOID *hPTPageOSMemHandle; |
81 | IMG_CPU_VIRTADDR PTPageCpuVAddr; | 81 | IMG_CPU_VIRTADDR PTPageCpuVAddr; |
82 | |||
83 | |||
82 | IMG_UINT32 ui32ValidPTECount; | 84 | IMG_UINT32 ui32ValidPTECount; |
83 | } MMU_PT_INFO; | 85 | } MMU_PT_INFO; |
84 | 86 | ||
@@ -2167,7 +2169,8 @@ MMU_UnmapPagesAndFreePTs (MMU_HEAP *psMMUHeap, | |||
2167 | 2169 | ||
2168 | 2170 | ||
2169 | 2171 | ||
2170 | if (ppsPTInfoList[0] && ppsPTInfoList[0]->ui32ValidPTECount == 0) | 2172 | if (ppsPTInfoList[0] && (ppsPTInfoList[0]->ui32ValidPTECount == 0) |
2173 | ) | ||
2171 | { | 2174 | { |
2172 | #if defined(FIX_HW_BRN_31620) | 2175 | #if defined(FIX_HW_BRN_31620) |
2173 | if (BRN31620FreePageTable(psMMUHeap, ui32PDIndex) == IMG_TRUE) | 2176 | if (BRN31620FreePageTable(psMMUHeap, ui32PDIndex) == IMG_TRUE) |