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

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

#include "xe_huc_debugfs.h"

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

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

static struct xe_gt *
huc_to_gt(struct xe_huc *huc)
{}

static struct xe_device *
huc_to_xe(struct xe_huc *huc)
{}

static struct xe_huc *node_to_huc(struct drm_info_node *node)
{}

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

static const struct drm_info_list debugfs_list[] =;

void xe_huc_debugfs_register(struct xe_huc *huc, struct dentry *parent)
{}