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