gpu: pvr: pdumpfs: add stream_frames debugfs entry
[sgx.git] / pvr / pvrconfig.h
1 #ifndef _PVRCONFIG_H
2 #define _PVRCONFIG_H
3
4 #define SGX530                          1
5
6 #ifdef CONFIG_PVR_DEBUG
7 # define PVR_BUILD_TYPE                 "debug"
8 # define DEBUG                          1
9 #elif defined(CONFIG_PVR_TIMING)
10 # define PVR_BUILD_TYPE                 "timing"
11 # define TIMING                         1
12 #elif defined(CONFIG_PVR_RELEASE)
13 # define PVR_BUILD_TYPE                 "release"
14 #endif
15
16 #ifdef CONFIG_PVR_NO_HARDWARE
17 # define NO_HARDWARE                    1
18 #endif
19
20 #ifdef CONFIG_PVR_DEBUG_EXTRA
21 # define DEBUG_LINUX_MEMORY_ALLOCATIONS 1
22 # define DEBUG_LINUX_MEM_AREAS          1
23 # define DEBUG_LINUX_MMAP_AREAS         1
24 # define DEBUG_BRIDGE_KM                1
25 #endif
26
27 # ifdef CONFIG_PVR_DEBUG_PDUMP
28 #  define PDUMP                         1
29 # endif
30
31 #ifdef CONFIG_PVR_EDM_DEBUG
32 # define PVRSRV_USSE_EDM_STATUS_DEBUG   1
33 #endif
34
35 #endif