// SPDX-License-Identifier: MIT /* * Copyright © 2024 Intel Corporation */ #include "i915_drv.h" #include "intel_gt.h" #include "intel_gt_ccs_mode.h" #include "intel_gt_regs.h" unsigned int intel_gt_apply_ccs_mode(struct intel_gt *gt) { … }
// SPDX-License-Identifier: MIT /* * Copyright © 2024 Intel Corporation */ #include "i915_drv.h" #include "intel_gt.h" #include "intel_gt_ccs_mode.h" #include "intel_gt_regs.h" unsigned int intel_gt_apply_ccs_mode(struct intel_gt *gt) { … }