xref: /linux/drivers/gpu/drm/xe/display/xe_tdf.c (revision 76d9b92e68f2bb55890f935c5143f4fef97a935d)
1 // SPDX-License-Identifier: MIT
2 /*
3  * Copyright © 2024 Intel Corporation
4  */
5 
6 #include "xe_device.h"
7 #include "intel_display_types.h"
8 #include "intel_tdf.h"
9 
10 void intel_td_flush(struct drm_i915_private *i915)
11 {
12 	xe_device_td_flush(i915);
13 }
14