diff options
author | Jesse Barnes <jbarnes@virtuousgeek.org> | 2013-10-11 15:09:30 -0400 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2013-10-11 17:33:44 -0400 |
commit | d8228d0d51fcd6f14c5a96319539dce14508bf19 (patch) | |
tree | 2ac718d31412fae10b6b23bd4f4049acd2099ecb /drivers/gpu | |
parent | e8cde23b4607e19bd079a8173393a0d16aadfe31 (diff) |
drm/i915/vlv: add doc names to sideband file
So digging out the right ones is a little easier.
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'drivers/gpu')
-rw-r--r-- | drivers/gpu/drm/i915/intel_sideband.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/intel_sideband.c b/drivers/gpu/drm/i915/intel_sideband.c index acd1cfe8b7dd..9944d8135e87 100644 --- a/drivers/gpu/drm/i915/intel_sideband.c +++ b/drivers/gpu/drm/i915/intel_sideband.c | |||
@@ -25,7 +25,10 @@ | |||
25 | #include "i915_drv.h" | 25 | #include "i915_drv.h" |
26 | #include "intel_drv.h" | 26 | #include "intel_drv.h" |
27 | 27 | ||
28 | /* IOSF sideband */ | 28 | /* |
29 | * IOSF sideband, see VLV2_SidebandMsg_HAS.docx and | ||
30 | * VLV_VLV2_PUNIT_HAS_0.8.docx | ||
31 | */ | ||
29 | static int vlv_sideband_rw(struct drm_i915_private *dev_priv, u32 devfn, | 32 | static int vlv_sideband_rw(struct drm_i915_private *dev_priv, u32 devfn, |
30 | u32 port, u32 opcode, u32 addr, u32 *val) | 33 | u32 port, u32 opcode, u32 addr, u32 *val) |
31 | { | 34 | { |