import OT_8063_20170412 mali driver
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / misc / mediatek / gpu / mt8127 / mali / mali / linux / mali_memory_util.h
1 /*
2 * This confidential and proprietary software may be used only as
3 * authorised by a licensing agreement from ARM Limited
4 * (C) COPYRIGHT 2013-2015 ARM Limited
5 * ALL RIGHTS RESERVED
6 * The entire notice above must be reproduced on all authorised
7 * copies and copies may only be made to the extent permitted
8 * by a licensing agreement from ARM Limited.
9 */
10
11 #ifndef __MALI_MEMORY_UTIL_H__
12 #define __MALI_MEMORY_UTIL_H__
13
14 u32 mali_allocation_unref(struct mali_mem_allocation **alloc);
15
16 void mali_allocation_ref(struct mali_mem_allocation *alloc);
17
18 void mali_free_session_allocations(struct mali_session_data *session);
19
20 #endif