summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/xe/xe_tuning.h
blob: 4f9c3ac3b5162eed82ec8800e1fbad0a48b9610a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* SPDX-License-Identifier: MIT */
/*
 * Copyright © 2022 Intel Corporation
 */

#ifndef _XE_TUNING_
#define _XE_TUNING_

struct xe_gt;
struct xe_hw_engine;

void xe_tuning_process_gt(struct xe_gt *gt);
void xe_tuning_process_engine(struct xe_hw_engine *hwe);
void xe_tuning_process_lrc(struct xe_hw_engine *hwe);

#endif