summaryrefslogtreecommitdiffstats
path: root/pvr-source/services4/include
diff options
context:
space:
mode:
authorHemant Hariyani <hemanthariyani@ti.com>2013-07-03 15:14:18 -0700
committerHashcode <hashcode0f@gmail.com>2015-02-06 11:00:32 -0800
commit236af44d2574763532288a063f7745ebd2432b5f (patch)
tree3e92c8856dc82938600d174ad08446cc0e1b71ce /pvr-source/services4/include
parent391c312c8964088c512de2cfb1e29c78d245d06b (diff)
downloadhardware_ti_omap4-236af44d2574763532288a063f7745ebd2432b5f.zip
hardware_ti_omap4-236af44d2574763532288a063f7745ebd2432b5f.tar.gz
hardware_ti_omap4-236af44d2574763532288a063f7745ebd2432b5f.tar.bz2
SGX-BIN: DDK binaries and KM source 1.9@2291151
Includes new pixel formats. Change-Id: I4a56e6bff9c477610f2ce30706831f66dcc9c651
Diffstat (limited to 'pvr-source/services4/include')
-rw-r--r--pvr-source/services4/include/servicesint.h1
-rw-r--r--pvr-source/services4/include/sgx_mkif_km.h1
-rw-r--r--pvr-source/services4/include/sgxinfo.h4
3 files changed, 1 insertions, 5 deletions
diff --git a/pvr-source/services4/include/servicesint.h b/pvr-source/services4/include/servicesint.h
index 5b39093..7b09afb 100644
--- a/pvr-source/services4/include/servicesint.h
+++ b/pvr-source/services4/include/servicesint.h
@@ -49,7 +49,6 @@ extern "C" {
#include "services.h"
#include "sysinfo.h"
-#include "sysconfig.h"
#define HWREC_DEFAULT_TIMEOUT (500)
diff --git a/pvr-source/services4/include/sgx_mkif_km.h b/pvr-source/services4/include/sgx_mkif_km.h
index 3a9866f..265440a 100644
--- a/pvr-source/services4/include/sgx_mkif_km.h
+++ b/pvr-source/services4/include/sgx_mkif_km.h
@@ -144,6 +144,7 @@ typedef struct _SGXMKIF_HOST_CTL_
#endif
IMG_UINT32 ui32OpenCLDelayCount; /* Counter to keep track OpenCL task completion time in units of regular task time out events */
+ IMG_UINT32 ui32InterruptCount;
} SGXMKIF_HOST_CTL;
/*
diff --git a/pvr-source/services4/include/sgxinfo.h b/pvr-source/services4/include/sgxinfo.h
index 17f6d95..3f888cb 100644
--- a/pvr-source/services4/include/sgxinfo.h
+++ b/pvr-source/services4/include/sgxinfo.h
@@ -172,10 +172,6 @@ typedef struct _SGX_BRIDGE_INIT_INFO_
#endif
#endif
-#if defined(SGX_FEATURE_VDM_CONTEXT_SWITCH) && defined(FIX_HW_BRN_31559)
- IMG_HANDLE hKernelVDMSnapShotBufferMemInfo;
- IMG_HANDLE hKernelVDMCtrlStreamBufferMemInfo;
-#endif
#if defined(SGX_FEATURE_VDM_CONTEXT_SWITCH) && \
defined(FIX_HW_BRN_33657) && defined(SUPPORT_SECURE_33657_FIX)
IMG_HANDLE hKernelVDMStateUpdateBufferMemInfo;