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/pdump/handle.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/pdump/handle.c')
-rw-r--r-- | drivers/gpu/pvr/pdump/handle.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/pvr/pdump/handle.c b/drivers/gpu/pvr/pdump/handle.c index dceeab886c1..8ba44df7055 100644 --- a/drivers/gpu/pvr/pdump/handle.c +++ b/drivers/gpu/pvr/pdump/handle.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /********************************************************************** | 1 | /********************************************************************** |
2 | * | 2 | * |
3 | * Copyright(c) 2008 Imagination Technologies Ltd. All rights reserved. | 3 | * Copyright (C) Imagination Technologies Ltd. All rights reserved. |
4 | * | 4 | * |
5 | * This program is free software; you can redistribute it and/or modify it | 5 | * This program is free software; you can redistribute it and/or modify it |
6 | * under the terms and conditions of the GNU General Public License, | 6 | * under the terms and conditions of the GNU General Public License, |
@@ -68,7 +68,7 @@ PDBG_STREAM SID2PStream(IMG_SID hStream) | |||
68 | } | 68 | } |
69 | else | 69 | else |
70 | { | 70 | { |
71 | return (PDBG_STREAM)IMG_NULL; | 71 | return (PDBG_STREAM)IMG_NULL; |
72 | } | 72 | } |
73 | } | 73 | } |
74 | 74 | ||