commit | 4375ffffbf099f14815380a3d9e5784ffc55bf31 | [log] [tgz] |
---|---|---|
author | Lucas Stach <l.stach@pengutronix.de> | Fri Nov 17 17:19:50 2017 +0100 |
committer | Lucas Stach <l.stach@pengutronix.de> | Tue Jan 02 17:21:37 2018 +0100 |
tree | 2aae9fd53fcba2d81140c5c11edd585854a7da33 | |
parent | fa67ac84a33eeb5a3702970fe75083be79f460f9 [diff] |
drm/etnaviv: remove switch_context member from etnaviv_gpu There is no need to store this in the gpu struct. MMU flushes are triggered correctly in reaction to MMU maps and unmaps, independent of the current ctx. Any required pipe switches can be infered from the current and the desired GPU exec state. Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Reviewed-by: Philipp Zabel <p.zabel@pengutronix.de> Reviewed-by: Christian Gmeiner <christian.gmeiner@gmail.com>