diff options
Diffstat (limited to 'Documentation/DocBook/drm.tmpl')
-rw-r--r-- | Documentation/DocBook/drm.tmpl | 16 |
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> |