mirror_ubuntu-kernels/drivers/gpu/drm/xe/compat-i915-headers/i915_debugfs.h

15 lines
317 B
C
Raw Normal View History

2024-07-02 00:48:40 +03:00
/* SPDX-License-Identifier: MIT */
/*
* Copyright © 2023 Intel Corporation
*/
#ifndef __I915_DEBUGFS_H__
#define __I915_DEBUGFS_H__
struct drm_i915_gem_object;
struct seq_file;
static inline void i915_debugfs_describe_obj(struct seq_file *m, struct drm_i915_gem_object *obj) {}
#endif /* __I915_DEBUGFS_H__ */