Oscar Mateo | 7d3c425 | 2018-04-10 09:12:46 -0700 | [diff] [blame^] | 1 | /* |
2 | * SPDX-License-Identifier: MIT | ||||
3 | * | ||||
4 | * Copyright © 2014-2018 Intel Corporation | ||||
5 | */ | ||||
6 | |||||
7 | #ifndef _I915_WORKAROUNDS_H_ | ||||
8 | #define _I915_WORKAROUNDS_H_ | ||||
9 | |||||
10 | int init_workarounds_ring(struct intel_engine_cs *engine); | ||||
11 | int intel_ring_workarounds_emit(struct i915_request *rq); | ||||
12 | |||||
13 | #endif |