aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJani Nikula <jani.nikula@intel.com>2024-09-30 19:40:52 +0300
committerJani Nikula <jani.nikula@intel.com>2024-10-01 12:30:03 +0300
commitff35237de5f00a8dd777cddb7ca433a41f503872 (patch)
treee2a0ec074c2ebc882620865ddb5f63251f26b6af
parentdrm/xe/oa: Don't reset OAC_CONTEXT_ENABLE on OA stream close (diff)
downloadlinux-ff35237de5f00a8dd777cddb7ca433a41f503872.tar.gz
linux-ff35237de5f00a8dd777cddb7ca433a41f503872.zip
drm/xe/compat: remove unused i915_gpu_error.h
The last user of the compat header was removed in commit d6b933912df0 ("drm/i915/dmc: convert intel_dmc_print_error_state() to drm_printer"). Reviewed-by: Nirmoy Das <nirmoy.das@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20240930164052.3862911-1-jani.nikula@intel.com Signed-off-by: Jani Nikula <jani.nikula@intel.com>
-rw-r--r--drivers/gpu/drm/xe/compat-i915-headers/i915_gpu_error.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/drivers/gpu/drm/xe/compat-i915-headers/i915_gpu_error.h b/drivers/gpu/drm/xe/compat-i915-headers/i915_gpu_error.h
deleted file mode 100644
index 98e9dd78f670..000000000000
--- a/drivers/gpu/drm/xe/compat-i915-headers/i915_gpu_error.h
+++ /dev/null
@@ -1,17 +0,0 @@
-/* SPDX-License-Identifier: MIT */
-/*
- * Copyright © 2023 Intel Corporation
- */
-
-#ifndef _I915_GPU_ERROR_H_
-#define _I915_GPU_ERROR_H_
-
-struct drm_i915_error_state_buf;
-
-__printf(2, 3)
-static inline void
-i915_error_printf(struct drm_i915_error_state_buf *e, const char *f, ...)
-{
-}
-
-#endif