Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-18 | drm/etnaviv: replace license text with SPDX tags | Lucas Stach | |
This replaces the repetitive GPL-2.0 license text in code and header files with the SPDX tags. Generated hardware headers aren't changed, as any changes there need to be done in the upstream rnndb repository. Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Reviewed-by: Christian Gmeiner <christian.gmeiner@gmail.com> | |||
2018-02-12 | drm/etnaviv: hook up DRM GPU scheduler | Lucas Stach | |
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> |