diff options
author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2014-09-19 12:27:27 -0400 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2014-09-19 13:46:49 -0400 |
commit | b680c37a4d145cf4d8f2b24e46b1163e5ceb1d35 (patch) | |
tree | 558b29d308708c2329ed2e3435d9dd7ae74d576c /Documentation/DocBook | |
parent | 1893a71b1eba79a46ac5b356208e80f822543fa4 (diff) |
drm/i915: DocBook integration for frontbuffer tracking
I shouldn't ask everyone to do this and fail myself ...
This extracts all the frontbuffer tracking functions into
intel_frontbuffer.c, adds a DOC overview section and also adds the
missing kerneldoc for i915_gem_track_fb and also pulls it into the
same section for convenience.
v2: Don't forget about the header files.
v3: Oops, might check compilation next time around. To make my life
easier drop the increase_pllclock from set_base_atomic since really,
it doesn't matter if you see your Oops or kgdb with a tiny bit of lag.
v4: Try to better explain how to actually use this, requested by Paulo
on irc.
v5: Explain invalidate/flush a bit clearer.
v6: s/business/busyness/
Acked-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Cc: Paulo Zanoni <paulo.r.zanoni@intel.com>
Cc: Vandana Kannan <vandana.kannan@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
Diffstat (limited to 'Documentation/DocBook')
-rw-r--r-- | Documentation/DocBook/drm.tmpl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/DocBook/drm.tmpl b/Documentation/DocBook/drm.tmpl index ca44d9fe7d7d..7ad61284ad5f 100644 --- a/Documentation/DocBook/drm.tmpl +++ b/Documentation/DocBook/drm.tmpl | |||
@@ -3804,6 +3804,13 @@ int num_ioctls;</synopsis> | |||
3804 | </para> | 3804 | </para> |
3805 | </sect2> | 3805 | </sect2> |
3806 | <sect2> | 3806 | <sect2> |
3807 | <title>Frontbuffer Tracking</title> | ||
3808 | !Pdrivers/gpu/drm/i915/intel_frontbuffer.c frontbuffer tracking | ||
3809 | !Idrivers/gpu/drm/i915/intel_frontbuffer.c | ||
3810 | !Fdrivers/gpu/drm/i915/intel_drv.h intel_frontbuffer_flip | ||
3811 | !Fdrivers/gpu/drm/i915/i915_gem.c i915_gem_track_fb | ||
3812 | </sect2> | ||
3813 | <sect2> | ||
3807 | <title>Plane Configuration</title> | 3814 | <title>Plane Configuration</title> |
3808 | <para> | 3815 | <para> |
3809 | This section covers plane configuration and composition with the | 3816 | This section covers plane configuration and composition with the |