diff options
author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2014-01-22 12:33:22 +0100 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2014-03-13 12:48:29 +0100 |
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 2def6f3a906..750ba8fb496 100644 --- a/Documentation/DocBook/drm.tmpl +++ b/Documentation/DocBook/drm.tmpl @@ -2586,16 +2586,6 @@ int num_ioctls;</synopsis> </sect1> <sect1> - <title>Command submission & fencing</title> - <para> - This should cover a few device-specific command submission - implementations. - </para> - </sect1> - - <!-- Internals: suspend/resume --> - - <sect1> <title>Suspend/Resume</title> <para> The DRM core provides some suspend/resume code, but drivers wanting full |