aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/pvr/pdump/ioctl.c
diff options
context:
space:
mode:
authorHemant Hariyani <hemanthariyani@ti.com>2011-08-25 03:01:10 -0400
committerPaolo Pisati <paolo.pisati@canonical.com>2012-08-17 04:18:39 -0400
commitb7f68b0d0649bec8d50054b78873ca40b267321b (patch)
tree56e9917cfa159b1728721dbae9d8c46f33bc2699 /drivers/gpu/pvr/pdump/ioctl.c
parent8827e270c06639a9a89390799c8860bf9640ec5f (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/ioctl.c')
-rw-r--r--drivers/gpu/pvr/pdump/ioctl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/pvr/pdump/ioctl.c b/drivers/gpu/pvr/pdump/ioctl.c
index e646c4f9324..1d291468526 100644
--- a/drivers/gpu/pvr/pdump/ioctl.c
+++ b/drivers/gpu/pvr/pdump/ioctl.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,
@@ -194,7 +194,7 @@ static IMG_UINT32 DBGDIOCDrivWrite2(IMG_VOID * pvInBuffer, IMG_VOID * pvOutBuffe
194{ 194{
195 IMG_UINT32 * pui32BytesCopied; 195 IMG_UINT32 * pui32BytesCopied;
196 PDBG_IN_WRITE psInParams; 196 PDBG_IN_WRITE psInParams;
197 PDBG_STREAM psStream; 197 PDBG_STREAM psStream;
198 198
199 psInParams = (PDBG_IN_WRITE) pvInBuffer; 199 psInParams = (PDBG_IN_WRITE) pvInBuffer;
200 pui32BytesCopied = (IMG_UINT32 *) pvOutBuffer; 200 pui32BytesCopied = (IMG_UINT32 *) pvOutBuffer;