summaryrefslogtreecommitdiff
path: root/drivers/mxc/gpu-viv/hal/kernel/inc/gc_hal_base.h
diff options
context:
space:
mode:
authorb02279 <b02279@b02279-Ubuntu64.(none)>2012-02-17 16:17:30 +0800
committerJason Liu <r64343@freescale.com>2012-07-20 13:23:02 +0800
commit5145beaad56e044a0b2e667e299be088f6eea998 (patch)
treeb9cb85a9000c66fd722c96cb7f0f4009a3c43901 /drivers/mxc/gpu-viv/hal/kernel/inc/gc_hal_base.h
parentc2b6c819c44bad9cf7cd9836237bbaad58305935 (diff)
ENGR00174654 Update gpu kernel driver to vivante 4.6.5 release
Signed-off-by: Loren Huang <b02279@freescale.com> Acked-by: Lily Zhang
Diffstat (limited to 'drivers/mxc/gpu-viv/hal/kernel/inc/gc_hal_base.h')
-rw-r--r--drivers/mxc/gpu-viv/hal/kernel/inc/gc_hal_base.h14
1 files changed, 11 insertions, 3 deletions
diff --git a/drivers/mxc/gpu-viv/hal/kernel/inc/gc_hal_base.h b/drivers/mxc/gpu-viv/hal/kernel/inc/gc_hal_base.h
index 6137f5f857c6..90aa35f38fbe 100644
--- a/drivers/mxc/gpu-viv/hal/kernel/inc/gc_hal_base.h
+++ b/drivers/mxc/gpu-viv/hal/kernel/inc/gc_hal_base.h
@@ -1,6 +1,6 @@
/****************************************************************************
*
-* Copyright (C) 2005 - 2011 by Vivante Corp.
+* Copyright (C) 2005 - 2012 by Vivante Corp.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -28,6 +28,7 @@
#include "gc_hal_types.h"
#include "gc_hal_dump.h"
+#include "gc_hal_md5.h"
#ifdef __cplusplus
extern "C" {
@@ -692,8 +693,8 @@ gcoOS_FreeContiguous(
#if gcdENABLE_BANK_ALIGNMENT
gceSTATUS
-gcoOS_GetBankOffsetBytes(
- IN gcoOS Os,
+gcoSURF_GetBankOffsetBytes(
+ IN gcoSURF Surfce,
IN gceSURF_TYPE Type,
IN gctUINT32 Stride,
IN gctUINT32_PTR Bytes
@@ -1893,6 +1894,13 @@ gcoSURF_CPUCacheOperation(
IN gceCACHEOPERATION Operation
);
+
+gceSTATUS
+gcoSURF_SetLinearResolveAddress(
+ IN gcoSURF Surface,
+ IN gctUINT32 Address,
+ IN gctPOINTER Memory
+ );
/******************************************************************************\
********************************* gcoDUMP Object ********************************
\******************************************************************************/