Skip to content
  • Thomas Hellstrom's avatar
    dri1: Add a macro to validate two dri drawables in one go. · 11351f0c
    Thomas Hellstrom authored
    Dri drivers often may validate first a write drawable and then a read
    drawable ("readable"). However, the hardware lock may be unlocked when
    validating the readable, causing the write drawable status to be stale.
    
    Drivers should use this macro instead when validating two drawables.
    11351f0c