#include <kunit/test.h>
#include <kunit/visibility.h>
#include "tests/xe_kunit_helpers.h"
#include "tests/xe_pci_test.h"
#include "tests/xe_test.h"
#include "xe_bo_evict.h"
#include "xe_pci.h"
#include "xe_pm.h"
static int ccs_test_migrate(struct xe_tile *tile, struct xe_bo *bo,
bool clear, u64 get_val, u64 assign_val,
struct kunit *test)
{ … }
static void ccs_test_run_tile(struct xe_device *xe, struct xe_tile *tile,
struct kunit *test)
{ … }
static int ccs_test_run_device(struct xe_device *xe)
{ … }
static void xe_ccs_migrate_kunit(struct kunit *test)
{ … }
static int evict_test_run_tile(struct xe_device *xe, struct xe_tile *tile, struct kunit *test)
{ … }
static int evict_test_run_device(struct xe_device *xe)
{ … }
static void xe_bo_evict_kunit(struct kunit *test)
{ … }
static struct kunit_case xe_bo_tests[] = …;
VISIBLE_IF_KUNIT
struct kunit_suite xe_bo_test_suite = …;
EXPORT_SYMBOL_IF_KUNIT(…);