commit | f4a4381ba4944603905167d044d865990356ba22 | [log] [tgz] |
---|---|---|
author | Lucas Stach <l.stach@pengutronix.de> | Tue Jun 27 16:02:51 2017 +0200 |
committer | Lucas Stach <l.stach@pengutronix.de> | Wed Jun 28 10:35:46 2017 +0200 |
tree | de20643711176489e23c3277a3722ec51fe5cd8f | |
parent | 657314b7a5d16961e7e0ecdae4a59d28123e74c0 [diff] |
drm/etnaviv: fix submit flags getting overwritten by BO content The addition of the flags member to etnaviv_gem_submit structure didn't take into account that the last member of this structure is a variable length array. Signed-off-by: Lucas Stach <l.stach@pengutronix.de>