drm/i915/vlv: add doc names to sideband file
authorJesse Barnes <jbarnes@virtuousgeek.org>
Fri, 11 Oct 2013 19:09:30 +0000 (12:09 -0700)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 11 Oct 2013 21:33:44 +0000 (23:33 +0200)
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>
drivers/gpu/drm/i915/intel_sideband.c

index acd1cfe8b7dd2363b93915d72df51162a28ddbde..9944d8135e87f88215d5d07d54a5fd87fcf4dc60 100644 (file)
 #include "i915_drv.h"
 #include "intel_drv.h"
 
-/* IOSF sideband */
+/*
+ * IOSF sideband, see VLV2_SidebandMsg_HAS.docx and
+ * VLV_VLV2_PUNIT_HAS_0.8.docx
+ */
 static int vlv_sideband_rw(struct drm_i915_private *dev_priv, u32 devfn,
                           u32 port, u32 opcode, u32 addr, u32 *val)
 {