17 lines · c
1// SPDX-License-Identifier: MIT2/*3 * Copyright © 2024 Intel Corporation4 */5 6#include "intel_display_wa.h"7 8#include "xe_device.h"9#include "xe_wa.h"10 11#include <generated/xe_wa_oob.h>12 13bool intel_display_needs_wa_16023588340(struct drm_i915_private *i915)14{15 return XE_WA(xe_root_mmio_gt(i915), 16023588340);16}17