thesis/linux-6.8.1/drivers/gpu/drm/i915/display/intel_display_wa.h
2025-03-19 13:44:23 +01:00

13 lines
239 B
C

/* SPDX-License-Identifier: MIT */
/*
* Copyright © 2023 Intel Corporation
*/
#ifndef __INTEL_DISPLAY_WA_H__
#define __INTEL_DISPLAY_WA_H__
struct drm_i915_private;
void intel_display_wa_apply(struct drm_i915_private *i915);
#endif