Skip to content
  • Chris Wilson's avatar
    iris: Use streaming loads to read from tiled surfaces · 97ad0efb
    Chris Wilson authored and Kenneth Graunke's avatar Kenneth Graunke committed
    
    
    Always use the streaming load (since we know we have Broadwell+, all of
    our target CPU support sse41) for reading back form the tiled surface
    for mapping the resource. This means we hit the fast WC handling paths
    on Atoms (without LLC), and for big Core (with LLC) using the streaming
    load is no less efficient as we do not require the tiled buffer to be
    pulled into the CPU cache.
    
    Reviewed-by: Kenneth Graunke's avatarKenneth Graunke <kenneth@whitecape.org>
    97ad0efb