linux/drivers/gpu/drm/xe/tests/xe_bo.c

// SPDX-License-Identifier: GPL-2.0 AND MIT
/*
 * Copyright © 2022 Intel Corporation
 */

#include <kunit/test.h>
#include <kunit/visibility.h>

#include "tests/xe_bo_test.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)
{}

void xe_ccs_migrate_kunit(struct kunit *test)
{}
EXPORT_SYMBOL_IF_KUNIT();

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)
{}

void xe_bo_evict_kunit(struct kunit *test)
{}
EXPORT_SYMBOL_IF_KUNIT();