r600g: break out of search for reloc bo after finding it.
authorDave Airlie <airlied@redhat.com>
Mon, 4 Oct 2010 05:58:39 +0000 (15:58 +1000)
committerDave Airlie <airlied@redhat.com>
Mon, 4 Oct 2010 05:58:39 +0000 (15:58 +1000)
this function was taking quite a lot of pointless CPU.

src/gallium/winsys/r600/drm/r600_hw_context.c

index 2ca5a45..c67c935 100644 (file)
@@ -715,6 +715,7 @@ void r600_context_bo_reloc(struct r600_context *ctx, u32 *pm4, struct radeon_bo
                        reloc_id = i * sizeof(struct r600_reloc) / 4;
                        /* set PKT3 to point to proper reloc */
                        *pm4 = reloc_id;
+                       break;
                }
        }
        if (reloc_id == -1) {