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

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

#include <kunit/test.h>

#include "xe_device.h"
#include "xe_kunit_helpers.h"
#include "xe_pci_test.h"

static int pf_service_test_init(struct kunit *test)
{}

static void pf_negotiate_any(struct kunit *test)
{}

static void pf_negotiate_base_match(struct kunit *test)
{}

static void pf_negotiate_base_newer(struct kunit *test)
{}

static void pf_negotiate_base_next(struct kunit *test)
{}

static void pf_negotiate_base_older(struct kunit *test)
{}

static void pf_negotiate_base_prev(struct kunit *test)
{}

static void pf_negotiate_latest_match(struct kunit *test)
{}

static void pf_negotiate_latest_newer(struct kunit *test)
{}

static void pf_negotiate_latest_next(struct kunit *test)
{}

static void pf_negotiate_latest_older(struct kunit *test)
{}

static void pf_negotiate_latest_prev(struct kunit *test)
{}

static struct kunit_case pf_service_test_cases[] =;

static struct kunit_suite pf_service_suite =;

kunit_test_suite();