1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /* Copyright (c) 2014 The Linux Foundation. All rights reserved.
7 #include "adreno_gpu.h"
9 /* arrg, somehow fb.h is getting pulled in: */
16 struct adreno_gpu base
;
18 /* if OCMEM is used for GMEM: */
19 struct adreno_ocmem ocmem
;
21 #define to_a4xx_gpu(x) container_of(x, struct a4xx_gpu, base)
23 #endif /* __A4XX_GPU_H__ */