blob: 2afea73aeeaed3bd621c280fbd03ac39e63fee80 [file] [log] [blame]
Oscar Mateo7d3c4252018-04-10 09:12:46 -07001/*
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
10int init_workarounds_ring(struct intel_engine_cs *engine);
11int intel_ring_workarounds_emit(struct i915_request *rq);
12
13#endif