diff options
author | Kenneth Graunke <[email protected]> | 2018-07-31 16:10:50 -0700 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2019-02-21 10:26:08 -0800 |
commit | 621cb43f415cb30d2fc3cc020ba30a2a71acfae7 (patch) | |
tree | fc4d31b022fb3f6e755c5acf50c1959d373ab8c6 /src/gallium/drivers/iris/iris_batch.h | |
parent | 1a9651f29af19e6fb6378f3e061038c8c6672d4e (diff) |
iris: rename ring to engine
makes more sense these days. split from a patch by Chris Wilson
Diffstat (limited to 'src/gallium/drivers/iris/iris_batch.h')
-rw-r--r-- | src/gallium/drivers/iris/iris_batch.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/drivers/iris/iris_batch.h b/src/gallium/drivers/iris/iris_batch.h index 950022b63be..795a6981ec6 100644 --- a/src/gallium/drivers/iris/iris_batch.h +++ b/src/gallium/drivers/iris/iris_batch.h @@ -56,8 +56,8 @@ struct iris_batch { uint32_t hw_ctx_id; - /** Which ring this batch targets - a I915_EXEC_RING_MASK value */ - uint8_t ring; + /** Which engine this batch targets - a I915_EXEC_RING_MASK value */ + uint8_t engine; /** The validation list */ struct drm_i915_gem_exec_object2 *validation_list; |