2 * SPDX-License-Identifier: MIT
4 * Copyright © 2014-2018 Intel Corporation
7 #ifndef _I915_WORKAROUNDS_H_
8 #define _I915_WORKAROUNDS_H_
10 int intel_ctx_workarounds_init(struct drm_i915_private
*dev_priv
);
11 int intel_ctx_workarounds_emit(struct i915_request
*rq
);
13 void intel_gt_workarounds_apply(struct drm_i915_private
*dev_priv
);
15 void intel_whitelist_workarounds_apply(struct intel_engine_cs
*engine
);