/* SPDX-License-Identifier: MIT */ /* Copyright © 2024 Intel Corporation */ /* * This header is for transitional struct intel_display conversion helpers only. */ #ifndef __INTEL_DISPLAY_CONVERSION__ #define __INTEL_DISPLAY_CONVERSION__ /* * Transitional macro to optionally convert struct drm_i915_private * to struct * intel_display *, also accepting the latter. */ #define __to_intel_display(p) … #endif /* __INTEL_DISPLAY_CONVERSION__ */