diff options
author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2013-08-08 09:41:28 -0400 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2013-08-19 00:14:37 -0400 |
commit | 2ba5f7d538976a9d6a70339da4be49f6652fe753 (patch) | |
tree | 666e19767d1ee540a217c550bf6647935bb3bda6 /Documentation/DocBook/drm.tmpl | |
parent | 281856477cdaba70032af502ee7192fe7aa54f69 (diff) |
drm/docs: rip out removed driver flags documentation
I've forgotten this and shuffling all the little pieces into the
respective patches is rather cumbersome ...
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'Documentation/DocBook/drm.tmpl')
-rw-r--r-- | Documentation/DocBook/drm.tmpl | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/Documentation/DocBook/drm.tmpl b/Documentation/DocBook/drm.tmpl index f97d08ba59be..6869b9b534b5 100644 --- a/Documentation/DocBook/drm.tmpl +++ b/Documentation/DocBook/drm.tmpl | |||
@@ -156,13 +156,6 @@ | |||
156 | </para></listitem> | 156 | </para></listitem> |
157 | </varlistentry> | 157 | </varlistentry> |
158 | <varlistentry> | 158 | <varlistentry> |
159 | <term>DRIVER_USE_MTRR</term> | ||
160 | <listitem><para> | ||
161 | Driver uses MTRR interface for mapping memory, the DRM core will | ||
162 | manage MTRR resources. Deprecated. | ||
163 | </para></listitem> | ||
164 | </varlistentry> | ||
165 | <varlistentry> | ||
166 | <term>DRIVER_PCI_DMA</term> | 159 | <term>DRIVER_PCI_DMA</term> |
167 | <listitem><para> | 160 | <listitem><para> |
168 | Driver is capable of PCI DMA, mapping of PCI DMA buffers to | 161 | Driver is capable of PCI DMA, mapping of PCI DMA buffers to |
@@ -195,28 +188,6 @@ | |||
195 | </para></listitem> | 188 | </para></listitem> |
196 | </varlistentry> | 189 | </varlistentry> |
197 | <varlistentry> | 190 | <varlistentry> |
198 | <term>DRIVER_IRQ_VBL</term> | ||
199 | <listitem><para>Unused. Deprecated.</para></listitem> | ||
200 | </varlistentry> | ||
201 | <varlistentry> | ||
202 | <term>DRIVER_DMA_QUEUE</term> | ||
203 | <listitem><para> | ||
204 | Should be set if the driver queues DMA requests and completes them | ||
205 | asynchronously. Deprecated. | ||
206 | </para></listitem> | ||
207 | </varlistentry> | ||
208 | <varlistentry> | ||
209 | <term>DRIVER_FB_DMA</term> | ||
210 | <listitem><para> | ||
211 | Driver supports DMA to/from the framebuffer, mapping of frambuffer | ||
212 | DMA buffers to userspace will be supported. Deprecated. | ||
213 | </para></listitem> | ||
214 | </varlistentry> | ||
215 | <varlistentry> | ||
216 | <term>DRIVER_IRQ_VBL2</term> | ||
217 | <listitem><para>Unused. Deprecated.</para></listitem> | ||
218 | </varlistentry> | ||
219 | <varlistentry> | ||
220 | <term>DRIVER_GEM</term> | 191 | <term>DRIVER_GEM</term> |
221 | <listitem><para> | 192 | <listitem><para> |
222 | Driver use the GEM memory manager. | 193 | Driver use the GEM memory manager. |