xref: /linux/drivers/gpu/drm/xe/compat-i915-headers/i915_utils.h (revision 6dfafbd0299a60bfb5d5e277fdf100037c7ded07)
1 /* SPDX-License-Identifier: MIT */
2 /*
3  * Copyright © 2023 Intel Corporation
4  */
5 
6 /* for soc/ */
7 #ifndef MISSING_CASE
8 #define MISSING_CASE(x) WARN(1, "Missing case (%s == %ld)\n", \
9 			     __stringify(x), (long)(x))
10 #endif
11 
12 /* for a couple of users under i915/display */
13 #define i915_inject_probe_failure(unused) ((unused) && 0)
14