summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/display/xe_tdf.c
blob: 2c0d4e144e09ddda6ce594ddf7df49ed1f1661b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// 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 drm_i915_private *i915)
{
	xe_device_td_flush(i915);
}