linux/drivers/gpu/drm/i915/gt/uc/intel_uc_debugfs.c

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

#include <linux/debugfs.h>
#include <linux/string_helpers.h>

#include <drm/drm_print.h>

#include "gt/intel_gt_debugfs.h"
#include "intel_guc_debugfs.h"
#include "intel_gsc_uc_debugfs.h"
#include "intel_huc_debugfs.h"
#include "intel_uc.h"
#include "intel_uc_debugfs.h"

static int uc_usage_show(struct seq_file *m, void *data)
{}
DEFINE_INTEL_GT_DEBUGFS_ATTRIBUTE();

void intel_uc_debugfs_register(struct intel_uc *uc, struct dentry *gt_root)
{}