projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4eb746
)
radeonsi: fix a comment typo in si_fine_fence_set
author
Marek Olšák
<marek.olsak@amd.com>
Wed, 30 Jan 2019 19:31:48 +0000
(14:31 -0500)
committer
Marek Olšák
<marek.olsak@amd.com>
Wed, 30 Jan 2019 19:32:05 +0000
(14:32 -0500)
src/gallium/drivers/radeonsi/si_fence.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/radeonsi/si_fence.c
b/src/gallium/drivers/radeonsi/si_fence.c
index 78da742b5da717ae6277b20694772e15f697d5c2..3d23597413c6f17683f0dbb417e71b6414fb3752 100644
(file)
--- a/
src/gallium/drivers/radeonsi/si_fence.c
+++ b/
src/gallium/drivers/radeonsi/si_fence.c
@@
-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
un
cached 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)