projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
114d29e
)
radv: fix typo in comment.
author
Dave Airlie
<airlied@redhat.com>
Mon, 5 Jun 2017 22:58:54 +0000
(08:58 +1000)
committer
Dave Airlie
<airlied@redhat.com>
Mon, 5 Jun 2017 22:59:30 +0000
(08:59 +1000)
src/amd/vulkan/si_cmd_buffer.c
patch
|
blob
|
history
diff --git
a/src/amd/vulkan/si_cmd_buffer.c
b/src/amd/vulkan/si_cmd_buffer.c
index fdcf24e631c11abb7efa38ba0254ed5701745c8a..e7ad4e0e87ea38092b529492936d49fa63b83941 100644
(file)
--- a/
src/amd/vulkan/si_cmd_buffer.c
+++ b/
src/amd/vulkan/si_cmd_buffer.c
@@
-787,7
+787,7
@@
void si_cs_emit_write_event_eop(struct radeon_winsys_cs *cs,
if (chip_class == CIK ||
chip_class == VI) {
/* Two EOP events are required to make all engines go idle
- * (and optional cache flushes executed) before the timstamp
+ * (and optional cache flushes executed) before the tim
e
stamp
* is written.
*/
radeon_emit(cs, PKT3(PKT3_EVENT_WRITE_EOP, 4, 0));