]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/mxc/gpu-viv/hal/kernel/inc/gc_hal_statistics.h
gpu: vivante: Update driver from Freescale 3.10.53-1.1-ga BSP
[karo-tx-linux.git] / drivers / mxc / gpu-viv / hal / kernel / inc / gc_hal_statistics.h
index 82336e89b418f18421790dc4cab50c265cc00de3..07b8e725f29aacddb936cb10e4cbaad9b74b5f30 100644 (file)
@@ -1,6 +1,6 @@
 /****************************************************************************
 *
-*    Copyright (C) 2005 - 2013 by Vivante Corp.
+*    Copyright (C) 2005 - 2014 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
@@ -30,6 +30,7 @@
 */
 #define VIV_STAT_FRAME_BUFFER_SIZE              30
 
+
 /*
     Total number of frames sampled for a mode. This means
 
@@ -64,14 +65,6 @@ typedef struct _gcsSTATISTICS_EARLYZ
 gcsSTATISTICS_EARLYZ;
 
 
-/* Defines the statistical data keys monitored by the statistics module */
-typedef enum _gceSTATISTICS_Call
-{
-       gcvSTAT_ES11_GLDRAWELEMENTS      =   1,
-}
-gceSTATISTICS_Call;
-
-
 /* HAL statistics information. */
 typedef struct _gcsSTATISTICS
 {
@@ -79,8 +72,6 @@ typedef struct _gcsSTATISTICS
     gctUINT64                   previousFrameTime;
     gctUINT                     frame;
     gcsSTATISTICS_EARLYZ        earlyZ;
-       gctUINT                                         ES11_drawElementsCount;
-       gctBOOL                                         applyRTestVAFix;
 }
 gcsSTATISTICS;
 
@@ -104,12 +95,5 @@ gcfSTATISTICS_DisableDynamicEarlyZ (
     IN gctBOOL Disabled
     );
 
-/* Checks whether or not glDrawArray function call will be discarded */
-gctBOOL
-gcfSTATISTICS_DiscardCall(
-       gceSTATISTICS_Call Function
-       );
-
-
 #endif /*__gc_hal_statistics_h_ */