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

#ifndef _XE_WA_
#define _XE_WA_

struct xe_gt;
struct xe_hw_engine;

void xe_wa_process_gt(struct xe_gt *gt);
void xe_wa_process_engine(struct xe_hw_engine *hwe);
void xe_wa_process_lrc(struct xe_hw_engine *hwe);

void xe_reg_whitelist_process_engine(struct xe_hw_engine *hwe);

#endif