Skip to content
  • Marek Vasut's avatar
    etnaviv: Rework resource status tracking · 1456aa61
    Marek Vasut authored and Lucas Stach's avatar Lucas Stach committed
    
    
    Have each context track which resources it marked as pending read and
    pending write. Have each resource track in which context it is pending.
    This way, it is possible to identify when a resource is both pending
    read and pending write at the same time. Moreover, the status field
    can be correctly calculated and updated when necessary.
    
    Signed-off-by: default avatarMarek Vasut <marex@denx.de>
    1456aa61