diff options
author | Dave Airlie <airlied@redhat.com> | 2015-01-09 17:46:24 -0500 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2015-01-09 17:46:24 -0500 |
commit | adc31849b27fefeca6c225d3895143a2ec6970fa (patch) | |
tree | 96644dea69278efbdd0f0fac52202203a67030fa /Documentation/DocBook | |
parent | c93546a5e32bd788c22aefa072385f3784551c13 (diff) | |
parent | 0e2cfc005b376ed7b5c9a9fc466b5842fcc18cc7 (diff) |
Merge tag 'drm-intel-next-2014-12-19' of git://anongit.freedesktop.org/drm-intel into drm-next
- plane handling refactoring from Matt Roper and Gustavo Padovan in prep for
atomic updates
- fixes and more patches for the seqno to request transformation from John
- docbook for fbc from Rodrigo
- prep work for dual-link dsi from Gaurav Signh
- crc fixes from Ville
- special ggtt views infrastructure from Tvrtko Ursulin
- shadow patch copying for the cmd parser from Brad Volkin
- execlist and full ppgtt by default on gen8, for testing for now
* tag 'drm-intel-next-2014-12-19' of git://anongit.freedesktop.org/drm-intel: (131 commits)
drm/i915: Update DRIVER_DATE to 20141219
drm/i915: Hold runtime PM during plane commit
drm/i915: Organize bind_vma funcs
drm/i915: Organize INSTDONE report for future.
drm/i915: Organize PDP regs report for future.
drm/i915: Organize PPGTT init
drm/i915: Organize Fence registers for future enablement.
drm/i915: tame the chattermouth (v2)
drm/i915: Warn about missing context state workarounds only once
drm/i915: Use true PPGTT in Gen8+ when execlists are enabled
drm/i915: Skip gunit save/restore for cherryview
drm/i915/chv: Use timeout mode for RC6 on chv
drm/i915: Add GPGPU_THREADS_DISPATCHED to the register whitelist
drm/i915: Tidy up execbuffer command parsing code
drm/i915: Mark shadow batch buffers as purgeable
drm/i915: Use batch length instead of object size in command parser
drm/i915: Use batch pools with the command parser
drm/i915: Implement a framework for batch buffer pools
drm/i915: fix use after free during eDP encoder destroying
drm/i915/skl: Skylake also supports DP MST
...
Diffstat (limited to 'Documentation/DocBook')
-rw-r--r-- | Documentation/DocBook/drm.tmpl | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Documentation/DocBook/drm.tmpl b/Documentation/DocBook/drm.tmpl index 640c2a30563f..3b2571e84819 100644 --- a/Documentation/DocBook/drm.tmpl +++ b/Documentation/DocBook/drm.tmpl | |||
@@ -4037,6 +4037,11 @@ int num_ioctls;</synopsis> | |||
4037 | !Idrivers/gpu/drm/i915/intel_psr.c | 4037 | !Idrivers/gpu/drm/i915/intel_psr.c |
4038 | </sect2> | 4038 | </sect2> |
4039 | <sect2> | 4039 | <sect2> |
4040 | <title>Frame Buffer Compression (FBC)</title> | ||
4041 | !Pdrivers/gpu/drm/i915/intel_fbc.c Frame Buffer Compression (FBC) | ||
4042 | !Idrivers/gpu/drm/i915/intel_fbc.c | ||
4043 | </sect2> | ||
4044 | <sect2> | ||
4040 | <title>DPIO</title> | 4045 | <title>DPIO</title> |
4041 | !Pdrivers/gpu/drm/i915/i915_reg.h DPIO | 4046 | !Pdrivers/gpu/drm/i915/i915_reg.h DPIO |
4042 | <table id="dpiox2"> | 4047 | <table id="dpiox2"> |
@@ -4140,10 +4145,20 @@ int num_ioctls;</synopsis> | |||
4140 | !Idrivers/gpu/drm/i915/i915_cmd_parser.c | 4145 | !Idrivers/gpu/drm/i915/i915_cmd_parser.c |
4141 | </sect2> | 4146 | </sect2> |
4142 | <sect2> | 4147 | <sect2> |
4148 | <title>Batchbuffer Pools</title> | ||
4149 | !Pdrivers/gpu/drm/i915/i915_gem_batch_pool.c batch pool | ||
4150 | !Idrivers/gpu/drm/i915/i915_gem_batch_pool.c | ||
4151 | </sect2> | ||
4152 | <sect2> | ||
4143 | <title>Logical Rings, Logical Ring Contexts and Execlists</title> | 4153 | <title>Logical Rings, Logical Ring Contexts and Execlists</title> |
4144 | !Pdrivers/gpu/drm/i915/intel_lrc.c Logical Rings, Logical Ring Contexts and Execlists | 4154 | !Pdrivers/gpu/drm/i915/intel_lrc.c Logical Rings, Logical Ring Contexts and Execlists |
4145 | !Idrivers/gpu/drm/i915/intel_lrc.c | 4155 | !Idrivers/gpu/drm/i915/intel_lrc.c |
4146 | </sect2> | 4156 | </sect2> |
4157 | <sect2> | ||
4158 | <title>Global GTT views</title> | ||
4159 | !Pdrivers/gpu/drm/i915/i915_gem_gtt.c Global GTT views | ||
4160 | !Idrivers/gpu/drm/i915/i915_gem_gtt.c | ||
4161 | </sect2> | ||
4147 | </sect1> | 4162 | </sect1> |
4148 | 4163 | ||
4149 | <sect1> | 4164 | <sect1> |