mirror of
https://github.com/torvalds/linux.git
synced 2026-04-18 23:03:57 -04:00
Move the panic handling to the display parent interface, making display more independent of i915 and xe driver implementations. Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Link: https://patch.msgid.link/e27eca5424479e8936b786018d0af19a34f839f6.1765474612.git.jani.nikula@intel.com Signed-off-by: Jani Nikula <jani.nikula@intel.com>
10 lines
240 B
C
10 lines
240 B
C
/* SPDX-License-Identifier: MIT */
|
|
/* Copyright © 2025 Intel Corporation */
|
|
|
|
#ifndef __I915_PANIC_H__
|
|
#define __I915_PANIC_H__
|
|
|
|
extern const struct intel_display_panic_interface i915_display_panic_interface;
|
|
|
|
#endif /* __I915_PANIC_H__ */
|