aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/DocBook/drm.tmpl
diff options
context:
space:
mode:
authorMichael Witten <mfwitten@gmail.com>2011-08-25 14:57:04 -0400
committerMichael Witten <mfwitten@gmail.com>2011-08-29 15:31:08 -0400
commit118bdd70bdd73b08dcc3920fa30a21be5bbbffae (patch)
treee7363bcecfea34a5c461f8d1beb876ba6fcce106 /Documentation/DocBook/drm.tmpl
parent9c2416adac986d7d90814d7985a0ea80ebea416f (diff)
DocBook/drm: Offset modifiers with commas
Signed-off-by: Michael Witten <mfwitten@gmail.com>
Diffstat (limited to 'Documentation/DocBook/drm.tmpl')
-rw-r--r--Documentation/DocBook/drm.tmpl8
1 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/DocBook/drm.tmpl b/Documentation/DocBook/drm.tmpl
index 03321ebaf4a7..ce145babef6e 100644
--- a/Documentation/DocBook/drm.tmpl
+++ b/Documentation/DocBook/drm.tmpl
@@ -371,7 +371,7 @@
371 shadowed into memory (typically at address 0xc0000) or exists 371 shadowed into memory (typically at address 0xc0000) or exists
372 on the PCI device in the ROM BAR. Note that after the ROM 372 on the PCI device in the ROM BAR. Note that after the ROM
373 has been mapped and any necessary information has been extracted, 373 has been mapped and any necessary information has been extracted,
374 it should be unmapped; on many devices the ROM address decoder is 374 it should be unmapped; on many devices, the ROM address decoder is
375 shared with other BARs, so leaving it mapped can cause 375 shared with other BARs, so leaving it mapped can cause
376 undesired behavior like hangs or memory corruption. 376 undesired behavior like hangs or memory corruption.
377<!--!Fdrivers/pci/rom.c pci_map_rom--> 377<!--!Fdrivers/pci/rom.c pci_map_rom-->
@@ -440,7 +440,7 @@
440 and its size should be sizeof(struct ttm_bo_global). Again, 440 and its size should be sizeof(struct ttm_bo_global). Again,
441 driver specific init and release functions may be provided, 441 driver specific init and release functions may be provided,
442 likely eventually calling ttm_bo_global_init and 442 likely eventually calling ttm_bo_global_init and
443 ttm_bo_global_release, respectively. Also like the previous 443 ttm_bo_global_release, respectively. Also, like the previous
444 object, ttm_global_item_ref is used to create an initial reference 444 object, ttm_global_item_ref is used to create an initial reference
445 count for the TTM, which will call your initialization function. 445 count for the TTM, which will call your initialization function.
446 </para> 446 </para>
@@ -613,7 +613,7 @@ void intel_crt_init(struct drm_device *dev)
613 </para> 613 </para>
614 <para> 614 <para>
615 DRM_IOCTL_MODESET_CTL should be called by application level 615 DRM_IOCTL_MODESET_CTL should be called by application level
616 drivers before and after mode setting, since on many devices the 616 drivers before and after mode setting, since on many devices, the
617 vertical blank counter is reset at that time. Internally, 617 vertical blank counter is reset at that time. Internally,
618 the DRM snapshots the last vblank count when the ioctl is called 618 the DRM snapshots the last vblank count when the ioctl is called
619 with the _DRM_PRE_MODESET command so that the counter won't go 619 with the _DRM_PRE_MODESET command so that the counter won't go
@@ -696,7 +696,7 @@ void intel_crt_init(struct drm_device *dev)
696 set domain function, which evaluates an object's current domain and 696 set domain function, which evaluates an object's current domain and
697 performs any necessary flushing or synchronization to put the object 697 performs any necessary flushing or synchronization to put the object
698 into the desired coherency domain (note that the object may be busy, 698 into the desired coherency domain (note that the object may be busy,
699 i.e. an active render target; in that case the set domain function 699 i.e. an active render target; in that case, the set domain function
700 blocks the client and waits for rendering to complete before 700 blocks the client and waits for rendering to complete before
701 performing any necessary flushing operations). 701 performing any necessary flushing operations).
702 </para> 702 </para>