Skip to content

Commit fcf4ada

Browse files
committed
Merge pull request #63 from torvalds/master
Sync up with Linus
2 parents 0d0607c + 646da63 commit fcf4ada

File tree

519 files changed

+27893
-11975
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

519 files changed

+27893
-11975
lines changed

Documentation/DocBook/drm.tmpl

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3979,6 +3979,11 @@ int num_ioctls;</synopsis>
39793979
!Fdrivers/gpu/drm/i915/i915_irq.c intel_runtime_pm_disable_interrupts
39803980
!Fdrivers/gpu/drm/i915/i915_irq.c intel_runtime_pm_enable_interrupts
39813981
</sect2>
3982+
<sect2>
3983+
<title>Intel GVT-g Guest Support(vGPU)</title>
3984+
!Pdrivers/gpu/drm/i915/i915_vgpu.c Intel GVT-g guest support
3985+
!Idrivers/gpu/drm/i915/i915_vgpu.c
3986+
</sect2>
39823987
</sect1>
39833988
<sect1>
39843989
<title>Display Hardware Handling</title>
@@ -4046,6 +4051,17 @@ int num_ioctls;</synopsis>
40464051
<title>Frame Buffer Compression (FBC)</title>
40474052
!Pdrivers/gpu/drm/i915/intel_fbc.c Frame Buffer Compression (FBC)
40484053
!Idrivers/gpu/drm/i915/intel_fbc.c
4054+
</sect2>
4055+
<sect2>
4056+
<title>Display Refresh Rate Switching (DRRS)</title>
4057+
!Pdrivers/gpu/drm/i915/intel_dp.c Display Refresh Rate Switching (DRRS)
4058+
!Fdrivers/gpu/drm/i915/intel_dp.c intel_dp_set_drrs_state
4059+
!Fdrivers/gpu/drm/i915/intel_dp.c intel_edp_drrs_enable
4060+
!Fdrivers/gpu/drm/i915/intel_dp.c intel_edp_drrs_disable
4061+
!Fdrivers/gpu/drm/i915/intel_dp.c intel_edp_drrs_invalidate
4062+
!Fdrivers/gpu/drm/i915/intel_dp.c intel_edp_drrs_flush
4063+
!Fdrivers/gpu/drm/i915/intel_dp.c intel_dp_drrs_init
4064+
40494065
</sect2>
40504066
<sect2>
40514067
<title>DPIO</title>
@@ -4168,14 +4184,25 @@ int num_ioctls;</synopsis>
41684184
<sect2>
41694185
<title>Buffer Object Eviction</title>
41704186
<para>
4171-
This section documents the interface function for evicting buffer
4187+
This section documents the interface functions for evicting buffer
41724188
objects to make space available in the virtual gpu address spaces.
41734189
Note that this is mostly orthogonal to shrinking buffer objects
41744190
caches, which has the goal to make main memory (shared with the gpu
41754191
through the unified memory architecture) available.
41764192
</para>
41774193
!Idrivers/gpu/drm/i915/i915_gem_evict.c
41784194
</sect2>
4195+
<sect2>
4196+
<title>Buffer Object Memory Shrinking</title>
4197+
<para>
4198+
This section documents the interface function for shrinking memory
4199+
usage of buffer object caches. Shrinking is used to make main memory
4200+
available. Note that this is mostly orthogonal to evicting buffer
4201+
objects, which has the goal to make space in gpu virtual address
4202+
spaces.
4203+
</para>
4204+
!Idrivers/gpu/drm/i915/i915_gem_shrinker.c
4205+
</sect2>
41794206
</sect1>
41804207

41814208
<sect1>

0 commit comments

Comments
 (0)