diff options
Diffstat (limited to 'drivers/gpu/drm/xe/xe_tuning.h')
| -rw-r--r-- | drivers/gpu/drm/xe/xe_tuning.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/drivers/gpu/drm/xe/xe_tuning.h b/drivers/gpu/drm/xe/xe_tuning.h new file mode 100644 index 000000000000..c1cc5927fda7 --- /dev/null +++ b/drivers/gpu/drm/xe/xe_tuning.h @@ -0,0 +1,19 @@ +/* SPDX-License-Identifier: MIT */ +/* + * Copyright © 2022 Intel Corporation + */ + +#ifndef _XE_TUNING_ +#define _XE_TUNING_ + +struct drm_printer; +struct xe_gt; +struct xe_hw_engine; + +int xe_tuning_init(struct xe_gt *gt); +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); +int xe_tuning_dump(struct xe_gt *gt, struct drm_printer *p); + +#endif |
