xref: /linux/drivers/gpu/drm/xe/display/xe_display_wa.c (revision fb7399cf2d0b33825b8039f95c45395c7deba25c)
1 // SPDX-License-Identifier: MIT
2 /*
3  * Copyright © 2024 Intel Corporation
4  */
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 
13 bool intel_display_needs_wa_16023588340(struct intel_display *display)
14 {
15 	struct xe_device *xe = to_xe_device(display->drm);
16 
17 	return XE_WA(xe_root_mmio_gt(xe), 16023588340);
18 }
19