xref: /linux/drivers/gpu/drm/xe/display/xe_display_wa.c (revision 3a39d672e7f48b8d6b91a09afa4b55352773b4b5)
1*c55f79f3SMatthew Auld // SPDX-License-Identifier: MIT
2*c55f79f3SMatthew Auld /*
3*c55f79f3SMatthew Auld  * Copyright © 2024 Intel Corporation
4*c55f79f3SMatthew Auld  */
5*c55f79f3SMatthew Auld 
6*c55f79f3SMatthew Auld #include "intel_display_wa.h"
7*c55f79f3SMatthew Auld 
8*c55f79f3SMatthew Auld #include "xe_device.h"
9*c55f79f3SMatthew Auld #include "xe_wa.h"
10*c55f79f3SMatthew Auld 
11*c55f79f3SMatthew Auld #include <generated/xe_wa_oob.h>
12*c55f79f3SMatthew Auld 
intel_display_needs_wa_16023588340(struct drm_i915_private * i915)13*c55f79f3SMatthew Auld bool intel_display_needs_wa_16023588340(struct drm_i915_private *i915)
14*c55f79f3SMatthew Auld {
15*c55f79f3SMatthew Auld 	return XE_WA(xe_root_mmio_gt(i915), 16023588340);
16*c55f79f3SMatthew Auld }
17