diff options
author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2014-01-22 06:33:22 -0500 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2014-03-13 07:48:29 -0400 |
commit | 1aa12258d6056e47cfe49eb13cc7b652f7dab956 (patch) | |
tree | e3f3f7337798f7d7d88abcda644baa4edaf8153d /Documentation/DocBook/drm.tmpl | |
parent | 4c5acf3cc8423c90f620e578f14181a56fa7fb4e (diff) |
drm/doc: Remove the "command submissin and fencing" section
This should be done in the driver chapter instead.
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'Documentation/DocBook/drm.tmpl')
-rw-r--r-- | Documentation/DocBook/drm.tmpl | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Documentation/DocBook/drm.tmpl b/Documentation/DocBook/drm.tmpl index 2def6f3a9061..750ba8fb496a 100644 --- a/Documentation/DocBook/drm.tmpl +++ b/Documentation/DocBook/drm.tmpl | |||
@@ -2586,16 +2586,6 @@ int num_ioctls;</synopsis> | |||
2586 | </sect1> | 2586 | </sect1> |
2587 | 2587 | ||
2588 | <sect1> | 2588 | <sect1> |
2589 | <title>Command submission & fencing</title> | ||
2590 | <para> | ||
2591 | This should cover a few device-specific command submission | ||
2592 | implementations. | ||
2593 | </para> | ||
2594 | </sect1> | ||
2595 | |||
2596 | <!-- Internals: suspend/resume --> | ||
2597 | |||
2598 | <sect1> | ||
2599 | <title>Suspend/Resume</title> | 2589 | <title>Suspend/Resume</title> |
2600 | <para> | 2590 | <para> |
2601 | The DRM core provides some suspend/resume code, but drivers wanting full | 2591 | The DRM core provides some suspend/resume code, but drivers wanting full |