Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
unsigned creloc;
struct r600_reloc *reloc;
struct radeon_bo **bo;
+
u32 *pm4;
struct list_head query_list;
unsigned num_query_running;
unsigned backend_mask;
- struct list_head fenced_bo;
unsigned max_db; /* for OQ */
unsigned num_dest_buffers;
unsigned flags;
r600_init_cs(ctx);
/* save 16dwords space for fence mecanism */
ctx->pm4_ndwords -= 16;
-
ctx->max_db = 8;
- LIST_INITHEAD(&ctx->fenced_bo);
-
r600_get_backend_mask(ctx);
-
return 0;
out_err:
r600_context_fini(ctx);
r600_init_cs(ctx);
/* save 16dwords space for fence mecanism */
ctx->pm4_ndwords -= 16;
-
- LIST_INITHEAD(&ctx->fenced_bo);
-
ctx->max_db = 4;
r600_get_backend_mask(ctx);
-
return 0;
out_err:
r600_context_fini(ctx);