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 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 15 void intel_whitelist_workarounds_apply(struct intel_engine_cs *engine); 16 17 #endif 18