Sign in
android-kvm
/
linux
/
51ceeb1a8142537b9f65aeaac6c301560a948197
/
.
/
drivers
/
gpu
/
drm
/
xe
/
xe_vram.h
blob: e31cc04ec0db200837ce47e0a37d3c954b117dee [
file
] [
log
] [
blame
]
/* SPDX-License-Identifier: MIT */
/*
* Copyright © 2024 Intel Corporation
*/
#ifndef
_XE_VRAM_H_
#define
_XE_VRAM_H_
struct
xe_device
;
int
xe_vram_probe
(
struct
xe_device
*
xe
);
#endif