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 | |
Oscar Mateo | 59b449d | 2018-04-10 09:12:47 -0700 | [diff] [blame] | 10 | int intel_ctx_workarounds_init(struct drm_i915_private *dev_priv); |
| 11 | int intel_ctx_workarounds_emit(struct i915_request *rq); |
| 12 | |
| 13 | void intel_gt_workarounds_apply(struct drm_i915_private *dev_priv); |
| 14 | |
Chris Wilson | f4ecfbf | 2018-04-14 13:27:54 +0100 | [diff] [blame] | 15 | void intel_whitelist_workarounds_apply(struct intel_engine_cs *engine); |
Oscar Mateo | 7d3c425 | 2018-04-10 09:12:46 -0700 | [diff] [blame] | 16 | |
| 17 | #endif |