Sign in
android-kvm
/
linux
/
0ea32f50b36fd0372b3232db85d340294d7f0a8a
/
.
/
drivers
/
gpu
/
drm
/
xe
/
tests
/
xe_bo_test.h
blob: 0113ab45066a4851d2235a420968c170dc16c819 [
file
] [
log
] [
blame
]
/* SPDX-License-Identifier: GPL-2.0 AND MIT */
/*
* Copyright © 2023 Intel Corporation
*/
#ifndef
_XE_BO_TEST_H_
#define
_XE_BO_TEST_H_
struct
kunit
;
void
xe_ccs_migrate_kunit
(
struct
kunit
*
test
);
void
xe_bo_evict_kunit
(
struct
kunit
*
test
);
#endif