• Lucas Stach's avatar
    drm/etnaviv: hook up DRM GPU scheduler · e93b6dee
    Lucas Stach authored
    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: default avatarLucas Stach <l.stach@pengutronix.de>
    e93b6dee
etnaviv_gpu.h 5.12 KB