mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-01-04 20:20:21 +01:00
Spelling fixes in comments.
Submitted by: Linus Torvalds <torvalds@transmeta.com>
This commit is contained in:
parent
aea0418d0d
commit
8926acac37
8 changed files with 8 additions and 8 deletions
|
|
@ -147,7 +147,7 @@ struct page *DRM(vm_shm_nopage)(struct vm_area_struct *vma,
|
|||
}
|
||||
|
||||
/* Special close routine which deletes map information if we are the last
|
||||
* person to close a mapping and its not in the global maplist.
|
||||
* person to close a mapping and it's not in the global maplist.
|
||||
*/
|
||||
|
||||
void DRM(vm_shm_close)(struct vm_area_struct *vma)
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@
|
|||
* - zbuffer linear offset and pitch -- also invarient
|
||||
* - drawing origin in back and depth buffers.
|
||||
*
|
||||
* Keep the depth/back buffer state here to acommodate private buffers
|
||||
* Keep the depth/back buffer state here to accommodate private buffers
|
||||
* in the future.
|
||||
*/
|
||||
#define I810_DESTREG_DI0 0 /* CMD_OP_DESTBUFFER_INFO (2 dwords) */
|
||||
|
|
|
|||
|
|
@ -439,7 +439,7 @@ static int i830_dma_initialize(drm_device_t *dev,
|
|||
DRM_DEBUG("pitch_bits %x\n", init->pitch_bits);
|
||||
|
||||
dev_priv->cpp = init->cpp;
|
||||
/* We are using seperate values as placeholders for mechanisms for
|
||||
/* We are using separate values as placeholders for mechanisms for
|
||||
* private backbuffer/depthbuffer usage.
|
||||
*/
|
||||
|
||||
|
|
|
|||
|
|
@ -70,7 +70,7 @@
|
|||
* - zbuffer linear offset and pitch -- also invarient
|
||||
* - drawing origin in back and depth buffers.
|
||||
*
|
||||
* Keep the depth/back buffer state here to acommodate private buffers
|
||||
* Keep the depth/back buffer state here to accommodate private buffers
|
||||
* in the future.
|
||||
*/
|
||||
|
||||
|
|
|
|||
|
|
@ -147,7 +147,7 @@ struct page *DRM(vm_shm_nopage)(struct vm_area_struct *vma,
|
|||
}
|
||||
|
||||
/* Special close routine which deletes map information if we are the last
|
||||
* person to close a mapping and its not in the global maplist.
|
||||
* person to close a mapping and it's not in the global maplist.
|
||||
*/
|
||||
|
||||
void DRM(vm_shm_close)(struct vm_area_struct *vma)
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@
|
|||
* - zbuffer linear offset and pitch -- also invarient
|
||||
* - drawing origin in back and depth buffers.
|
||||
*
|
||||
* Keep the depth/back buffer state here to acommodate private buffers
|
||||
* Keep the depth/back buffer state here to accommodate private buffers
|
||||
* in the future.
|
||||
*/
|
||||
#define I810_DESTREG_DI0 0 /* CMD_OP_DESTBUFFER_INFO (2 dwords) */
|
||||
|
|
|
|||
|
|
@ -439,7 +439,7 @@ static int i830_dma_initialize(drm_device_t *dev,
|
|||
DRM_DEBUG("pitch_bits %x\n", init->pitch_bits);
|
||||
|
||||
dev_priv->cpp = init->cpp;
|
||||
/* We are using seperate values as placeholders for mechanisms for
|
||||
/* We are using separate values as placeholders for mechanisms for
|
||||
* private backbuffer/depthbuffer usage.
|
||||
*/
|
||||
|
||||
|
|
|
|||
|
|
@ -70,7 +70,7 @@
|
|||
* - zbuffer linear offset and pitch -- also invarient
|
||||
* - drawing origin in back and depth buffers.
|
||||
*
|
||||
* Keep the depth/back buffer state here to acommodate private buffers
|
||||
* Keep the depth/back buffer state here to accommodate private buffers
|
||||
* in the future.
|
||||
*/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue