commit | e93b6deeb45a781489f4ceaa97f9545a3cbebb81 | [log] [tgz] |
---|---|---|
author | Lucas Stach <l.stach@pengutronix.de> | Mon Dec 04 18:41:58 2017 +0100 |
committer | Lucas Stach <l.stach@pengutronix.de> | Mon Feb 12 16:30:59 2018 +0100 |
tree | 82b760c0285f254b0fa73999f9da3230cdad2266 | |
parent | 8bc4d885bd42e9a1d47a53aa4efbb818597ef9a0 [diff] |
drm/etnaviv: hook up DRM GPU scheduler This hooks in the DRM GPU scheduler. No improvement yet, as all the dependency handling is still done in etnaviv_gem_submit. This just replaces the actual GPU submit by passing through the scheduler. Allows to get rid of the retire worker, as this is now driven by the scheduler. Signed-off-by: Lucas Stach <l.stach@pengutronix.de>