summaryrefslogtreecommitdiff
path: root/samsung/exynos_drm_tui.h
blob: cf9b88cfe435ebc6f9ca8a8a56dc188a82b1b102 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/* SPDX-License-Identifier: GPL-2.0-only
 * exynos_drm_tui.h
 *
 * Copyright (c) 2020 Samsung Electronics Co., Ltd.
 * Authors:
 *
 * This program is free software; you can redistribute  it and/or modify it
 * under  the terms of  the GNU General  Public License as published by the
 * Free Software Foundation;  either version 2 of the  License, or (at your
 * option) any later version.
 */

#ifndef _EXYNOS_DRM_TUI_H_
#define _EXYNOS_DRM_TUI_H_

#define TUI_DRIVER_BUFFER_NUM 1

#define ION_EXYNOS_FLAG_PROTECTED       (1 << 16)

#define TUI_DRIVER_HEAP_NAME "tui_heap"

#endif