linux/drivers/gpu/drm/xe/xe_gsc_debugfs.c

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

#include "xe_gsc_debugfs.h"

#include <drm/drm_debugfs.h>
#include <drm/drm_managed.h>

#include "xe_device.h"
#include "xe_gt.h"
#include "xe_gsc.h"
#include "xe_macros.h"
#include "xe_pm.h"

static struct xe_gt *
gsc_to_gt(struct xe_gsc *gsc)
{}

static struct xe_device *
gsc_to_xe(struct xe_gsc *gsc)
{}

static struct xe_gsc *node_to_gsc(struct drm_info_node *node)
{}

static int gsc_info(struct seq_file *m, void *data)
{}

static const struct drm_info_list debugfs_list[] =;

void xe_gsc_debugfs_register(struct xe_gsc *gsc, struct dentry *parent)
{}