aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/DocBook/drm.tmpl
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2015-01-26 18:01:09 -0500
committerDave Airlie <airlied@redhat.com>2015-01-26 18:01:09 -0500
commitd3e7a0dabd6f5c5f45fbde9ed48a18f09ea97dce (patch)
tree7b8bcadd184034fc407c723f23147fe663bf819f /Documentation/DocBook/drm.tmpl
parente4514003c6d0afd0a2d7e23e397530d746f34057 (diff)
parent0a0c0018f6badd4adebe1cb453dc42143a464f87 (diff)
Merge tag 'drm-intel-next-2015-01-17' of git://anongit.freedesktop.org/drm-intel into drm-next
- refactor i915/snd-hda interaction to use the component framework (Imre) - psr cleanups and small fixes (Rodrigo) - a few perf w/a from Ken Graunke - switch to atomic plane helpers (Matt Roper) - wc mmap support (Chris Wilson & Akash Goel) - smaller things all over * tag 'drm-intel-next-2015-01-17' of git://anongit.freedesktop.org/drm-intel: (40 commits) drm/i915: Update DRIVER_DATE to 20150117 i915: reuse %ph to dump small buffers drm/i915: Ensure the HiZ RAW Stall Optimization is on for Cherryview. drm/i915: Enable the HiZ RAW Stall Optimization on Broadwell. drm/i915: PSR link standby at debugfs drm/i915: group link_standby setup and let this info visible everywhere. drm/i915: Add missing vbt check. drm/i915: PSR HSW/BDW: Fix inverted logic at sink main_link_active bit. drm/i915: PSR VLV/CHV: Remove condition checks that only applies to Haswell. drm/i915: VLV/CHV PSR needs to exit PSR on every flush. drm/i915: Fix kerneldoc for i915 atomic plane code drm/i915: Don't pretend SDVO hotplug works on 915 drm/i915: Don't register HDMI connectors for eDP ports on VLV/CHV drm/i915: Remove I915_HAS_HOTPLUG() check from i915_hpd_irq_setup() drm/i915: Make hpd arrays big enough to avoid out of bounds access Revert "drm/i915/chv: Use timeout mode for RC6 on chv" drm/i915: Improve HiZ throughput on Cherryview. drm/i915: Reset CSB read pointer in ring init drm/i915: Drop unused position fields (v2) drm/i915: Move to atomic plane helpers (v9) ...
Diffstat (limited to 'Documentation/DocBook/drm.tmpl')
-rw-r--r--Documentation/DocBook/drm.tmpl16
1 files changed, 16 insertions, 0 deletions
diff --git a/Documentation/DocBook/drm.tmpl b/Documentation/DocBook/drm.tmpl
index 3b2571e84819..77d045557daf 100644
--- a/Documentation/DocBook/drm.tmpl
+++ b/Documentation/DocBook/drm.tmpl
@@ -4018,6 +4018,11 @@ int num_ioctls;</synopsis>
4018 </para> 4018 </para>
4019 </sect2> 4019 </sect2>
4020 <sect2> 4020 <sect2>
4021 <title>Atomic Plane Helpers</title>
4022!Pdrivers/gpu/drm/i915/intel_atomic_plane.c atomic plane helpers
4023!Idrivers/gpu/drm/i915/intel_atomic_plane.c
4024 </sect2>
4025 <sect2>
4021 <title>Output Probing</title> 4026 <title>Output Probing</title>
4022 <para> 4027 <para>
4023 This section covers output probing and related infrastructure like the 4028 This section covers output probing and related infrastructure like the
@@ -4159,6 +4164,17 @@ int num_ioctls;</synopsis>
4159!Pdrivers/gpu/drm/i915/i915_gem_gtt.c Global GTT views 4164!Pdrivers/gpu/drm/i915/i915_gem_gtt.c Global GTT views
4160!Idrivers/gpu/drm/i915/i915_gem_gtt.c 4165!Idrivers/gpu/drm/i915/i915_gem_gtt.c
4161 </sect2> 4166 </sect2>
4167 <sect2>
4168 <title>Buffer Object Eviction</title>
4169 <para>
4170 This section documents the interface function for evicting buffer
4171 objects to make space available in the virtual gpu address spaces.
4172 Note that this is mostly orthogonal to shrinking buffer objects
4173 caches, which has the goal to make main memory (shared with the gpu
4174 through the unified memory architecture) available.
4175 </para>
4176!Idrivers/gpu/drm/i915/i915_gem_evict.c
4177 </sect2>
4162 </sect1> 4178 </sect1>
4163 4179
4164 <sect1> 4180 <sect1>