summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_perf.c
diff options
context:
space:
mode:
authorLionel Landwerlin <lionel.g.landwerlin@intel.com>2018-10-24 11:51:58 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2018-10-24 13:57:18 +0100
commit9fa6e2f7609fdbb7d6f86be86371a5719bec0376 (patch)
tree5fac6b2dc1d9eda067ba371c3f5635a58a50ba26 /drivers/gpu/drm/i915/i915_perf.c
parent5d6f36b27d2764f3dc940606ee6b7ec5c669af3e (diff)
downloadlinux-stable-9fa6e2f7609fdbb7d6f86be86371a5719bec0376.tar.gz
linux-stable-9fa6e2f7609fdbb7d6f86be86371a5719bec0376.tar.bz2
linux-stable-9fa6e2f7609fdbb7d6f86be86371a5719bec0376.zip
drm/i915/perf: Fix warning in documentation
Forgot to add the description of this option in a previous commit. Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Fixes: cd956bfcd0f58d ("drm/i915/perf: add a parameter to control the size of OA buffer") Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Link: https://patchwork.freedesktop.org/patch/msgid/20181024105158.4732-1-lionel.g.landwerlin@intel.com
Diffstat (limited to 'drivers/gpu/drm/i915/i915_perf.c')
-rw-r--r--drivers/gpu/drm/i915/i915_perf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/i915/i915_perf.c b/drivers/gpu/drm/i915/i915_perf.c
index 1712b68de8f5..2c2b63be7a6c 100644
--- a/drivers/gpu/drm/i915/i915_perf.c
+++ b/drivers/gpu/drm/i915/i915_perf.c
@@ -339,6 +339,7 @@ static const struct i915_oa_format gen8_plus_oa_formats[I915_OA_FORMAT_MAX] = {
* @oa_format: An OA unit HW report format
* @oa_periodic: Whether to enable periodic OA unit sampling
* @oa_period_exponent: The OA unit sampling period is derived from this
+ * @oa_buffer_size_exponent: The OA buffer size is derived from this
*
* As read_properties_unlocked() enumerates and validates the properties given
* to open a stream of metrics the configuration is built up in the structure