diff options
author | Jani Nikula <[email protected]> | 2016-01-18 09:19:48 +0200 |
---|---|---|
committer | Jani Nikula <[email protected]> | 2016-01-20 10:22:26 +0200 |
commit | 18afd443f7f92c3cf514af531e020c8d992e49ac (patch) | |
tree | 0cc8ff1e119cb32cc8440ed82359ac78335b86ea | |
parent | e2828914723a0739058c263af4f74a05a9bd85bb (diff) |
drm/i915: add DOC: headline to RC6 kernel-doc
Without the DOC:, kernel-doc confuses the documentation block for
something else.
Reviewed-by: Daniel Vetter <[email protected]>
Signed-off-by: Jani Nikula <[email protected]>
Link: http://patchwork.freedesktop.org/patch/msgid/[email protected]
-rw-r--r-- | drivers/gpu/drm/i915/intel_pm.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/i915/intel_pm.c b/drivers/gpu/drm/i915/intel_pm.c index 7e6e70054d6a..180555553fa2 100644 --- a/drivers/gpu/drm/i915/intel_pm.c +++ b/drivers/gpu/drm/i915/intel_pm.c @@ -32,6 +32,8 @@ #include <linux/module.h> /** + * DOC: RC6 + * * RC6 is a special power stage which allows the GPU to enter an very * low-voltage mode when idle, using down to 0V while at this stage. This * stage is entered automatically when the GPU is idle when RC6 support is |