xref: /OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/backend/gpu/mali_kbase_backend_config.h (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1 /*
2  *
3  * (C) COPYRIGHT 2014-2015 ARM Limited. All rights reserved.
4  *
5  * This program is free software and is provided to you under the terms of the
6  * GNU General Public License version 2 as published by the Free Software
7  * Foundation, and any use by you of this program is subject to the terms
8  * of such GNU licence.
9  *
10  * A copy of the licence is included with the program, and can also be obtained
11  * from Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
12  * Boston, MA  02110-1301, USA.
13  *
14  */
15 
16 
17 
18 /*
19  * Backend specific configuration
20  */
21 
22 #ifndef _KBASE_BACKEND_CONFIG_H_
23 #define _KBASE_BACKEND_CONFIG_H_
24 
25 /* Enable GPU reset API */
26 #define KBASE_GPU_RESET_EN 1
27 
28 #endif /* _KBASE_BACKEND_CONFIG_H_ */
29 
30