Skip to content
  • Ben Widawsky's avatar
    bdw: Update obvious missing blit support · f4dfa37e
    Ben Widawsky authored
    
    
    This provides a macro that allows us to update all the arbitrary blit
    commands we have stuck throughout the code. It assumes we don't actually
    use 64b relocs (which is currently true). This also allows us to easily find
    all the areas we need to update later when we really use the upper dword.
    
    This block was done mostly with a sed job, and represents the easier
    in test blit implementations.
    
    v2 by Oscar: s/OUT_BATCH/BEGIN_BATCH in BLIT_COPY_BATCH_START
    
    CC: Chris Wilson <chris@chris-wilson.co.uk>
    Signed-off-by: Ben Widawsky's avatarBen Widawsky <ben@bwidawsk.net>
    Signed-off-by: default avatarOscar Mateo <oscar.mateo@intel.com>
    f4dfa37e