summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/display/intel_cmtg.h
blob: ba62199adaa2171813aa935b6b811f3697c7838d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* SPDX-License-Identifier: MIT */
/*
 * Copyright (C) 2025 Intel Corporation
 */

#ifndef __INTEL_CMTG_H__
#define __INTEL_CMTG_H__

struct intel_display;

void intel_cmtg_sanitize(struct intel_display *display);

#endif /* __INTEL_CMTG_H__ */