blob: ce05b6ae832f17b0c0799aed436b23dc0a2f518d (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/* 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 */
#endif
|