#include <kunit/test.h>
#include <kunit/visibility.h>
#include "tests/xe_mocs_test.h"
#include "tests/xe_pci_test.h"
#include "tests/xe_test.h"
#include "xe_device.h"
#include "xe_gt.h"
#include "xe_mocs.h"
#include "xe_pci.h"
#include "xe_pm.h"
struct live_mocs { … };
static int live_mocs_init(struct live_mocs *arg, struct xe_gt *gt)
{ … }
static void read_l3cc_table(struct xe_gt *gt,
const struct xe_mocs_info *info)
{ … }
static void read_mocs_table(struct xe_gt *gt,
const struct xe_mocs_info *info)
{ … }
static int mocs_kernel_test_run_device(struct xe_device *xe)
{ … }
void xe_live_mocs_kernel_kunit(struct kunit *test)
{ … }
EXPORT_SYMBOL_IF_KUNIT(…);
static int mocs_reset_test_run_device(struct xe_device *xe)
{ … }
void xe_live_mocs_reset_kunit(struct kunit *test)
{ … }
EXPORT_SYMBOL_IF_KUNIT(…);