Sign in
gbmc
/
linux
/
01c93aa01c75e7a43f7f53229bcbecffac75eb84
/
.
/
drivers
/
gpu
/
drm
/
xe
/
regs
/
xe_bars.h
blob: 880140d6ccdcae544aa256a624d4a5548034c25c [
file
] [
log
] [
blame
]
/* SPDX-License-Identifier: MIT */
/*
* Copyright © 2024 Intel Corporation
*/
#ifndef
_XE_BARS_H_
#define
_XE_BARS_H_
#define
GTTMMADR_BAR
0
/* MMIO + GTT */
#define
LMEM_BAR
2
/* VRAM */
#define
VF_LMEM_BAR
9
/* VF VRAM */
#endif