aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/DocBook/drm.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/DocBook/drm.tmpl')
-rw-r--r--Documentation/DocBook/drm.tmpl26
1 files changed, 26 insertions, 0 deletions
diff --git a/Documentation/DocBook/drm.tmpl b/Documentation/DocBook/drm.tmpl
index 3789f2db3c21..56e2a9b65c68 100644
--- a/Documentation/DocBook/drm.tmpl
+++ b/Documentation/DocBook/drm.tmpl
@@ -3921,6 +3921,11 @@ int num_ioctls;</synopsis>
3921!Idrivers/gpu/drm/i915/intel_audio.c 3921!Idrivers/gpu/drm/i915/intel_audio.c
3922 </sect2> 3922 </sect2>
3923 <sect2> 3923 <sect2>
3924 <title>Panel Self Refresh PSR (PSR/SRD)</title>
3925!Pdrivers/gpu/drm/i915/intel_psr.c Panel Self Refresh (PSR/SRD)
3926!Idrivers/gpu/drm/i915/intel_psr.c
3927 </sect2>
3928 <sect2>
3924 <title>DPIO</title> 3929 <title>DPIO</title>
3925!Pdrivers/gpu/drm/i915/i915_reg.h DPIO 3930!Pdrivers/gpu/drm/i915/i915_reg.h DPIO
3926 <table id="dpiox2"> 3931 <table id="dpiox2">
@@ -4029,6 +4034,27 @@ int num_ioctls;</synopsis>
4029!Idrivers/gpu/drm/i915/intel_lrc.c 4034!Idrivers/gpu/drm/i915/intel_lrc.c
4030 </sect2> 4035 </sect2>
4031 </sect1> 4036 </sect1>
4037
4038 <sect1>
4039 <title> Tracing </title>
4040 <para>
4041 This sections covers all things related to the tracepoints implemented in
4042 the i915 driver.
4043 </para>
4044 <sect2>
4045 <title> i915_ppgtt_create and i915_ppgtt_release </title>
4046!Pdrivers/gpu/drm/i915/i915_trace.h i915_ppgtt_create and i915_ppgtt_release tracepoints
4047 </sect2>
4048 <sect2>
4049 <title> i915_context_create and i915_context_free </title>
4050!Pdrivers/gpu/drm/i915/i915_trace.h i915_context_create and i915_context_free tracepoints
4051 </sect2>
4052 <sect2>
4053 <title> switch_mm </title>
4054!Pdrivers/gpu/drm/i915/i915_trace.h switch_mm tracepoint
4055 </sect2>
4056 </sect1>
4057
4032 </chapter> 4058 </chapter>
4033!Cdrivers/gpu/drm/i915/i915_irq.c 4059!Cdrivers/gpu/drm/i915/i915_irq.c
4034</part> 4060</part>