]> Git Repo - linux.git/blob - drivers/gpu/drm/xe/display/xe_display_wa.c
Linux 6.14-rc3
[linux.git] / drivers / gpu / drm / xe / display / xe_display_wa.c
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 drm_i915_private *i915)
14 {
15         return XE_WA(xe_root_mmio_gt(i915), 16023588340);
16 }
This page took 0.034649 seconds and 4 git commands to generate.