xref: /linux/drivers/gpu/drm/xe/regs/xe_bars.h (revision 673f816b9e1e92d1f70e1bf5f21b531e0ff9ad6c)
1 /* SPDX-License-Identifier: MIT */
2 /*
3  * Copyright © 2024 Intel Corporation
4  */
5 #ifndef _XE_BARS_H_
6 #define _XE_BARS_H_
7 
8 #define GTTMMADR_BAR			0 /* MMIO + GTT */
9 #define LMEM_BAR			2 /* VRAM */
10 
11 #endif
12