r600g: don't call buffer_wait in buffer_mmap_sync_with_rings
authorMarek Olšák <maraeo@gmail.com>
Sun, 30 Jun 2013 12:57:17 +0000 (14:57 +0200)
committerMarek Olšák <maraeo@gmail.com>
Mon, 8 Jul 2013 18:25:18 +0000 (20:25 +0200)
commit862f69fbe1e54e0e9a3c439450a14f0319648b60
treeeab2ed38cb24cf9aa316abb906a83bb072676d70
parent94d294137eea57a5200a62e53abc5d5ae787b9dd
r600g: don't call buffer_wait in buffer_mmap_sync_with_rings

The winsys should do this, because it measures how much time we spend
in buffer_map doing synchronization, which can be viewed with the gallium
HUD.

Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
src/gallium/drivers/r600/r600_pipe.c