Skip to content
  • Lucas Stach's avatar
    drm/etnaviv: move cmdbuf into submit object · 2f9225db
    Lucas Stach authored
    
    
    Less dynamic allocations and slims down the cmdbuf object to only the
    required information, as everything else is already available in the
    submit object.
    
    This also simplifies buffer and mappings lifetime management, as they
    are now exlusively attached to the submit object and not additionally
    to the cmdbuf.
    
    Signed-off-by: default avatarLucas Stach <l.stach@pengutronix.de>
    2f9225db