diff options
author | Dave Airlie <airlied@redhat.com> | 2014-12-02 17:25:59 -0500 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2014-12-02 17:25:59 -0500 |
commit | 26045b53c96f23b75a48544349c3d936e8402418 (patch) | |
tree | ce550e556d6135aa45a376f067855b8aaa1b26ad /Documentation | |
parent | 1a92b7a241dcf06a92d84219b4124dcf420ae315 (diff) | |
parent | 064ca1d250b14b785e662b0a13d8d20cb84574e1 (diff) |
Merge tag 'drm-intel-next-2014-11-21-fixed' of git://anongit.freedesktop.org/drm-intel into drm-next
drm-intel-next-2014-11-21:
- infoframe tracking (for fastboot) from Jesse
- start of the dri1/ums support removal
- vlv forcewake timeout fixes (Imre)
- bunch of patches to polish the rps code (Imre) and improve it on bdw (Tom
O'Rourke)
- on-demand pinning for execlist contexts
- vlv/chv backlight improvements (Ville)
- gen8+ render ctx w/a work from various people
- skl edp programming (Satheeshakrishna et al.)
- psr docbook (Rodrigo)
- piles of little fixes and improvements all over, as usual
* tag 'drm-intel-next-2014-11-21-fixed' of git://anongit.freedesktop.org/drm-intel: (117 commits)
drm/i915: Don't pin LRC in GGTT when dumping in debugfs
drm/i915: Update DRIVER_DATE to 20141121
drm/i915/g4x: fix g4x infoframe readout
drm/i915: Only call mod_timer() if not already pending
drm/i915: Don't rely upon encoder->type for infoframe hw state readout
drm/i915: remove the IRQs enabled WARN from intel_disable_gt_powersave
drm/i915: Use ggtt error obj capture helper for gen8 semaphores
drm/i915: vlv: increase timeout when setting idle GPU freq
drm/i915: vlv: fix cdclk setting during modeset while suspended
drm/i915: Dump hdmi pipe_config state
drm/i915: Gen9 shadowed registers
drm/i915/skl: Gen9 multi-engine forcewake
drm/i915: Read power well status before other registers for drpc info
drm/i915: Pin tiled objects for L-shaped configs
drm/i915: Update ring freq for full gpu freq range
drm/i915: change initial rps frequency for gen8
drm/i915: Keep min freq above floor on HSW/BDW
drm/i915: Use efficient frequency for HSW/BDW
drm/i915: Can i915_gem_init_ioctl
drm/i915: Sanitize ->lastclose
...
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/DocBook/drm.tmpl | 26 |
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> |