diff options
author | Mika Kuoppala <mika.kuoppala@linux.intel.com> | 2015-01-28 16:47:58 +0100 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2015-01-29 17:05:27 +0100 |
commit | 397f6fa6b1d5150add9043d7ac60e32307eb7c6b (patch) | |
tree | 6a1a1f224757ec7f7bc52c8d4623bf142a4f86d4 /Documentation/DocBook | |
parent | drm/i915/dsi: remove intel_dsi_cmd.c and the unused functions therein (diff) | |
download | linux-397f6fa6b1d5150add9043d7ac60e32307eb7c6b.tar.xz linux-397f6fa6b1d5150add9043d7ac60e32307eb7c6b.zip |
drm/i915/documentation: Add intel_uncore.c to drm.tmpl
Include intel_uncore.c in template for it to include d
documentation for intel_uncore_forcewake_get and *_put.
Cc: Daniel Vetter <daniel@ffwll.ch>
Signed-off-by: Mika Kuoppala <mika.kuoppala@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'Documentation/DocBook')
-rw-r--r-- | Documentation/DocBook/drm.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/DocBook/drm.tmpl b/Documentation/DocBook/drm.tmpl index 77d045557daf..03f1985a4bd1 100644 --- a/Documentation/DocBook/drm.tmpl +++ b/Documentation/DocBook/drm.tmpl @@ -3969,6 +3969,7 @@ int num_ioctls;</synopsis> <title>Runtime Power Management</title> !Pdrivers/gpu/drm/i915/intel_runtime_pm.c runtime pm !Idrivers/gpu/drm/i915/intel_runtime_pm.c +!Idrivers/gpu/drm/i915/intel_uncore.c </sect2> <sect2> <title>Interrupt Handling</title> |