intel_workarounds.h 420 B

1234567891011121314151617
  1. /*
  2. * SPDX-License-Identifier: MIT
  3. *
  4. * Copyright © 2014-2018 Intel Corporation
  5. */
  6. #ifndef _I915_WORKAROUNDS_H_
  7. #define _I915_WORKAROUNDS_H_
  8. int intel_ctx_workarounds_init(struct drm_i915_private *dev_priv);
  9. int intel_ctx_workarounds_emit(struct i915_request *rq);
  10. void intel_gt_workarounds_apply(struct drm_i915_private *dev_priv);
  11. void intel_whitelist_workarounds_apply(struct intel_engine_cs *engine);
  12. #endif