From 823a760515e356dfef47c691d827d8ba795ce2a4 Mon Sep 17 00:00:00 2001 From: Sidath Senanayake Date: Wed, 29 Jun 2016 16:03:55 +0200 Subject: Mali Bifrost DDK r0p0 KMD Provenance: 6fe4d9f9a (collaborate/EAC/b_r0p0) BX304L01B-BU-00000-r0p0-06rel0 BX304L06A-BU-00000-r0p0-06rel0 Signed-off-by: Sidath Senanayake Change-Id: I128cfe0586d31f83f3158a7ab98fa40dca4b4349 --- mali_kbase/backend/gpu/mali_kbase_backend_config.h | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 mali_kbase/backend/gpu/mali_kbase_backend_config.h (limited to 'mali_kbase/backend/gpu/mali_kbase_backend_config.h') diff --git a/mali_kbase/backend/gpu/mali_kbase_backend_config.h b/mali_kbase/backend/gpu/mali_kbase_backend_config.h new file mode 100644 index 0000000..c8ae87e --- /dev/null +++ b/mali_kbase/backend/gpu/mali_kbase_backend_config.h @@ -0,0 +1,29 @@ +/* + * + * (C) COPYRIGHT 2014-2015 ARM Limited. All rights reserved. + * + * This program is free software and is provided to you under the terms of the + * GNU General Public License version 2 as published by the Free Software + * Foundation, and any use by you of this program is subject to the terms + * of such GNU licence. + * + * A copy of the licence is included with the program, and can also be obtained + * from Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. + * + */ + + + +/* + * Backend specific configuration + */ + +#ifndef _KBASE_BACKEND_CONFIG_H_ +#define _KBASE_BACKEND_CONFIG_H_ + +/* Enable GPU reset API */ +#define KBASE_GPU_RESET_EN 1 + +#endif /* _KBASE_BACKEND_CONFIG_H_ */ + -- cgit v1.2.3