blob: 78bda4c47874aef1825f335f4c962f93825ecd88 [file] [log] [blame] [edit]
// SPDX-License-Identifier: MIT
/*
* Copyright © 2024 Intel Corporation
*/
#include "intel_display_core.h"
#include "intel_tdf.h"
#include "xe_device.h"
void intel_td_flush(struct intel_display *display)
{
struct xe_device *xe = to_xe_device(display->drm);
xe_device_td_flush(xe);
}