aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/DocBook/drm.tmpl
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2014-05-18 17:42:27 -0400
committerDave Airlie <airlied@redhat.com>2014-05-18 17:42:27 -0400
commite5daa1ddc1b01587cba2915390e52c0dd0190e1e (patch)
treed6440ea5c804e0e3dd0323e10c0dd406dd771229 /Documentation/DocBook/drm.tmpl
parent425a9a3ad1e64a00b4dbc827ae58df2aaf10ef43 (diff)
parent10efa9321efe5f62637b189587539e4086726a2b (diff)
Merge tag 'drm-intel-next-2014-05-06' of git://anongit.freedesktop.org/drm-intel into drm-next
- ring init improvements (Chris) - vebox2 support (Zhao Yakui) - more prep work for runtime pm on Baytrail (Imre) - eDram support for BDW (Ben) - prep work for userptr support (Chris) - first parts of the encoder->mode_set callback removal (Daniel) - 64b reloc fixes (Ben) - first part of atomic plane updates (Ville) * tag 'drm-intel-next-2014-05-06' of git://anongit.freedesktop.org/drm-intel: (75 commits) drm/i915: Remove useless checks from primary enable/disable drm/i915: Merge LP1+ watermarks in safer way drm/i915: Make sure computed watermarks never overflow the registers drm/i915: Add pipe update trace points drm/i915: Perform primary enable/disable atomically with sprite updates drm/i915: Make sprite updates atomic drm/i915: Support 64b relocations drm/i915: Support 64b execbuf drm/i915/sdvo: Remove ->mode_set callback drm/i915/crt: Remove ->mode_set callback drm/i915/tv: Remove ->mode_set callback drm/i915/tv: Rip out pipe-disabling nonsense from ->mode_set drm/i915/tv: De-magic device check drm/i915/tv: extract set_color_conversion drm/i915/tv: extract set_tv_mode_timings drm/i915/dvo: Remove ->mode_set callback drm/i915: Make encoder->mode_set callbacks optional drm/i915: Make primary_enabled match the actual hardware state drm/i915: Move ring_begin to signal() drm/i915: Virtualize the ringbuffer signal func ...
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 165749dec5af..ec81c20a17db 100644
--- a/Documentation/DocBook/drm.tmpl
+++ b/Documentation/DocBook/drm.tmpl
@@ -2942,6 +2942,11 @@ int num_ioctls;</synopsis>
2942 This sections covers all things related to the GEM implementation in the 2942 This sections covers all things related to the GEM implementation in the
2943 i915 driver. 2943 i915 driver.
2944 </para> 2944 </para>
2945 <sect2>
2946 <title>Batchbuffer Parsing</title>
2947!Pdrivers/gpu/drm/i915/i915_cmd_parser.c batch buffer command parser
2948!Idrivers/gpu/drm/i915/i915_cmd_parser.c
2949 </sect2>
2945 </sect1> 2950 </sect1>
2946 </chapter> 2951 </chapter>
2947</part> 2952</part>