aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/DocBook/drm.tmpl
diff options
context:
space:
mode:
authorOscar Mateo <oscar.mateo@intel.com>2014-07-24 12:04:48 -0400
committerDaniel Vetter <daniel.vetter@ffwll.ch>2014-08-20 11:17:51 -0400
commit73e4d07f8ae9cff8c869d73df4e299a3a6f5ad98 (patch)
tree405ff3959ffd8161fd362376db9c427bd33506e8 /Documentation/DocBook/drm.tmpl
parentc0ab1ae9028f14bcb7bfb655bd2120c60681c479 (diff)
drm/i915/bdw: Document Logical Rings, LR contexts and Execlists
Add theory of operation notes to intel_lrc.c and comments to externally visible functions. v2: Add notes on logical ring context creation. v3: Use kerneldoc. v4: Integrate it in the DocBook template. Signed-off-by: Thomas Daniel <thomas.daniel@intel.com> (v1) Signed-off-by: Oscar Mateo <oscar.mateo@intel.com> (v2, v3) Reviewed-by: Damien Lespiau <damien.lespiau@intel.com> [danvet: Drop hunk about render ring init function since that's not yet merged.] Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'Documentation/DocBook/drm.tmpl')
-rw-r--r--Documentation/DocBook/drm.tmpl5
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/DocBook/drm.tmpl b/Documentation/DocBook/drm.tmpl
index 972759489376..689e3e38b9c3 100644
--- a/Documentation/DocBook/drm.tmpl
+++ b/Documentation/DocBook/drm.tmpl
@@ -3919,6 +3919,11 @@ int num_ioctls;</synopsis>
3919!Pdrivers/gpu/drm/i915/i915_cmd_parser.c batch buffer command parser 3919!Pdrivers/gpu/drm/i915/i915_cmd_parser.c batch buffer command parser
3920!Idrivers/gpu/drm/i915/i915_cmd_parser.c 3920!Idrivers/gpu/drm/i915/i915_cmd_parser.c
3921 </sect2> 3921 </sect2>
3922 <sect2>
3923 <title>Logical Rings, Logical Ring Contexts and Execlists</title>
3924!Pdrivers/gpu/drm/i915/intel_lrc.c Logical Rings, Logical Ring Contexts and Execlists
3925!Idrivers/gpu/drm/i915/intel_lrc.c
3926 </sect2>
3922 </sect1> 3927 </sect1>
3923 </chapter> 3928 </chapter>
3924</part> 3929</part>