tizen 2.4 release
[kernel/linux-3.0.git] / drivers / gpu / arm / mali400 / mali / linux / mali_linux_pm_testsuite.h
1 /*
2  * Copyright (C) 2011-2012 ARM Limited. All rights reserved.
3  *
4  * This program is free software and is provided to you under the terms of the GNU General Public License version 2
5  * as published by the Free Software Foundation, and any use by you of this program is subject to the terms of such GNU licence.
6  *
7  * A copy of the licence is included with the program, and can also be obtained from Free Software
8  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
9  */
10 #ifndef __MALI_LINUX_PM_TESTSUITE_H__
11 #define __MALI_LINUX_PM_TESTSUITE_H__
12
13 #if MALI_POWER_MGMT_TEST_SUITE && defined(CONFIG_PM)
14
15 typedef enum
16 {
17         _MALI_DEVICE_PMM_TIMEOUT_EVENT,
18         _MALI_DEVICE_PMM_JOB_SCHEDULING_EVENTS,
19         _MALI_DEVICE_PMM_REGISTERED_CORES,
20         _MALI_DEVICE_MAX_PMM_EVENTS
21
22 } _mali_device_pmm_recording_events;
23
24 extern unsigned int mali_timeout_event_recording_on;
25 extern unsigned int mali_job_scheduling_events_recording_on;
26 extern unsigned int pwr_mgmt_status_reg;
27 extern unsigned int is_mali_pmm_testsuite_enabled;
28 extern unsigned int is_mali_pmu_present;
29
30 #endif /* MALI_POWER_MGMT_TEST_SUITE && defined(CONFIG_PM) */
31
32 #endif /* __MALI_LINUX_PM_TESTSUITE_H__ */