projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2630add
)
drm/i915/perf: fix gen7_append_oa_reports comment
author
Robert Bragg
<robert@sixbynine.org>
Thu, 11 May 2017 15:43:24 +0000
(16:43 +0100)
committer
Chris Wilson
<chris@chris-wilson.co.uk>
Sat, 13 May 2017 09:58:30 +0000
(10:58 +0100)
If I'm going to complain about a back-to-front convention then the least
I can do is not muddle the comment up too.
Signed-off-by: Robert Bragg <robert@sixbynine.org>
Reviewed-by: Matthew Auld <matthew.auld@intel.com>
Link:
http://patchwork.freedesktop.org/patch/msgid/20170511154345.962-2-lionel.g.landwerlin@intel.com
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
drivers/gpu/drm/i915/i915_perf.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/gpu/drm/i915/i915_perf.c
b/drivers/gpu/drm/i915/i915_perf.c
index cdac68580cb184ce8dffeb63eaae43e488b51f54..6227e487eecdc95939ba7b36a9af0270b4caa13a 100644
(file)
--- a/
drivers/gpu/drm/i915/i915_perf.c
+++ b/
drivers/gpu/drm/i915/i915_perf.c
@@
-431,7
+431,7
@@
static int append_oa_sample(struct i915_perf_stream *stream,
* userspace.
*
* Note: reports are consumed from the head, and appended to the
- * tail, so the
head chases the tail
?... If you think that's mad
+ * tail, so the
tail chases the head
?... If you think that's mad
* and back-to-front you're not alone, but this follows the
* Gen PRM naming convention.
*