summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/etnaviv/etnaviv_cmdbuf.h
diff options
context:
space:
mode:
authorLucas Stach <l.stach@pengutronix.de>2017-11-24 17:16:58 +0300
committerLucas Stach <l.stach@pengutronix.de>2018-01-02 19:32:40 +0300
commit797b0159e6b9124c24968c9b2b4631eba7c112b9 (patch)
treeeafd340d56997ac42afb27ee0649ca220318263d /drivers/gpu/drm/etnaviv/etnaviv_cmdbuf.h
parentef146c00e2c29c5f926c6a7e9dc354c0cbeb2818 (diff)
downloadlinux-797b0159e6b9124c24968c9b2b4631eba7c112b9.tar.xz
drm/etnaviv: move exec_state to submit object
We'll need this in some places where only the submit is available. Also this is a first step at slimming down the cmdbuf object. Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Diffstat (limited to 'drivers/gpu/drm/etnaviv/etnaviv_cmdbuf.h')
-rw-r--r--drivers/gpu/drm/etnaviv/etnaviv_cmdbuf.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/etnaviv/etnaviv_cmdbuf.h b/drivers/gpu/drm/etnaviv/etnaviv_cmdbuf.h
index 930b9c7f2249..26460e5d252e 100644
--- a/drivers/gpu/drm/etnaviv/etnaviv_cmdbuf.h
+++ b/drivers/gpu/drm/etnaviv/etnaviv_cmdbuf.h
@@ -35,8 +35,6 @@ struct etnaviv_cmdbuf {
u32 user_size;
/* fence after which this buffer is to be disposed */
struct dma_fence *fence;
- /* target exec state */
- u32 exec_state;
/* per GPU in-flight list */
struct list_head node;
/* BOs attached to this command buffer */