Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at master 12 lines 242 B view raw
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#define VF_LMEM_BAR 9 /* VF VRAM */ 11 12#endif