xref: /linux/drivers/gpu/drm/i915/gt/intel_gt_ccs_mode.h (revision e3b2949e3fa2fd8c19cd5fbb0424d38f70a70e9c)
1 /* SPDX-License-Identifier: MIT */
2 /*
3  * Copyright © 2024 Intel Corporation
4  */
5 
6 #ifndef __INTEL_GT_CCS_MODE_H__
7 #define __INTEL_GT_CCS_MODE_H__
8 
9 struct intel_gt;
10 
11 unsigned int intel_gt_apply_ccs_mode(struct intel_gt *gt);
12 
13 #endif /* __INTEL_GT_CCS_MODE_H__ */
14