radeonsi: fix a comment typo in si_fine_fence_set

This commit is contained in:
Marek Olšák 2019-01-30 14:31:48 -05:00
parent f4eb746ef7
commit ffbd37d8e9
1 changed files with 1 additions and 1 deletions

View File

@ -251,7 +251,7 @@ static void si_fine_fence_set(struct si_context *ctx,
assert(util_bitcount(flags & (PIPE_FLUSH_TOP_OF_PIPE | PIPE_FLUSH_BOTTOM_OF_PIPE)) == 1);
/* Use uncached system memory for the fence. */
/* Use cached system memory for the fence. */
u_upload_alloc(ctx->cached_gtt_allocator, 0, 4, 4,
&fine->offset, (struct pipe_resource **)&fine->buf, (void **)&fence_ptr);
if (!fine->buf)