Sign in
linux
/
linux
/
kernel
/
git
/
will
/
linux
/
4c8595741b5dd3268d6710545461ee9a7bbde891
/
.
/
drivers
/
gpu
/
drm
/
i915
/
gt
/
intel_gt_ccs_mode.h
blob: 9e5549caeb269328c2f2a33a783b257dec3e5a8d [
file
] [
log
] [
blame
]
/* SPDX-License-Identifier: MIT */
/*
* Copyright © 2024 Intel Corporation
*/
#ifndef
__INTEL_GT_CCS_MODE_H__
#define
__INTEL_GT_CCS_MODE_H__
struct
intel_gt
;
void
intel_gt_apply_ccs_mode
(
struct
intel_gt
*
gt
);
#endif
/* __INTEL_GT_CCS_MODE_H__ */