[Intel-xe] [PATCH 06/10] fixup! drm/xe/display: Implement display support
Jani Nikula
jani.nikula at intel.com
Tue Oct 3 14:34:53 UTC 2023
The diag push/pop stuff is unnecessary leftovers.
Signed-off-by: Jani Nikula <jani.nikula at intel.com>
---
drivers/gpu/drm/xe/xe_display.c | 5 -----
1 file changed, 5 deletions(-)
diff --git a/drivers/gpu/drm/xe/xe_display.c b/drivers/gpu/drm/xe/xe_display.c
index 82d2c42629ce..391f08c1caca 100644
--- a/drivers/gpu/drm/xe/xe_display.c
+++ b/drivers/gpu/drm/xe/xe_display.c
@@ -417,10 +417,6 @@ void xe_display_pm_resume(struct xe_device *xe)
intel_power_domains_enable(xe);
}
-/* Display info initialization */
-__diag_push();
-__diag_ignore_all("-Woverride-init", "Allow field overrides in table");
-
void xe_display_probe(struct xe_device *xe)
{
if (!xe->info.enable_display)
@@ -435,4 +431,3 @@ void xe_display_probe(struct xe_device *xe)
xe->info.enable_display = false;
unset_display_features(xe);
}
-__diag_pop();
--
2.39.2
More information about the Intel-xe
mailing list