summaryrefslogblamecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_workarounds.h
blob: 2afea73aeeaed3bd621c280fbd03ac39e63fee80 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                                                          
/*
 * SPDX-License-Identifier: MIT
 *
 * Copyright © 2014-2018 Intel Corporation
 */

#ifndef _I915_WORKAROUNDS_H_
#define _I915_WORKAROUNDS_H_

int init_workarounds_ring(struct intel_engine_cs *engine);
int intel_ring_workarounds_emit(struct i915_request *rq);

#endif