b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame^] | 1 | /* |
| 2 | * arch/arm/plat-pxa/include/plat/gpu_mem.h |
| 3 | * |
| 4 | * GPU reserved memory management |
| 5 | * |
| 6 | * This program is free software; you can redistribute it and/or modify |
| 7 | * it under the terms of the GNU General Public License version 2 as |
| 8 | * published by the Free Software Foundation. |
| 9 | * (C) Copyright 2011 Marvell International Ltd. |
| 10 | * All Rights Reserved |
| 11 | */ |
| 12 | |
| 13 | #ifndef _PXA_GPU_MEM_H_ |
| 14 | #define _PXA_GPU_MEM_H_ |
| 15 | |
| 16 | extern void __init pxa_reserve_gpu_memblock(void); |
| 17 | extern void __init pxa_add_gpu(void); |
| 18 | |
| 19 | #endif |