Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
bc5f4523
Commit
bc5f4523
authored
Nov 05, 2007
by
Dave Airlie
Committed by
Dave Airlie
Feb 07, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
drm: run cleanfile across drm tree
Signed-off-by:
Dave Airlie
<
airlied@linux.ie
>
parent
8562b3f2
Changes
42
Show whitespace changes
Inline
Side-by-side
Showing
42 changed files
with
361 additions
and
374 deletions
+361
-374
drivers/char/drm/Kconfig
drivers/char/drm/Kconfig
+4
-5
drivers/char/drm/Makefile
drivers/char/drm/Makefile
+0
-2
drivers/char/drm/README.drm
drivers/char/drm/README.drm
+0
-1
drivers/char/drm/drm_bufs.c
drivers/char/drm/drm_bufs.c
+3
-5
drivers/char/drm/drm_context.c
drivers/char/drm/drm_context.c
+1
-1
drivers/char/drm/drm_hashtab.c
drivers/char/drm/drm_hashtab.c
+2
-3
drivers/char/drm/drm_hashtab.h
drivers/char/drm/drm_hashtab.h
+0
-1
drivers/char/drm/drm_ioctl.c
drivers/char/drm/drm_ioctl.c
+1
-1
drivers/char/drm/drm_memory.c
drivers/char/drm/drm_memory.c
+0
-1
drivers/char/drm/drm_mm.c
drivers/char/drm/drm_mm.c
+0
-1
drivers/char/drm/drm_os_linux.h
drivers/char/drm/drm_os_linux.h
+2
-2
drivers/char/drm/drm_pciids.h
drivers/char/drm/drm_pciids.h
+0
-1
drivers/char/drm/drm_sarea.h
drivers/char/drm/drm_sarea.h
+1
-1
drivers/char/drm/drm_stub.c
drivers/char/drm/drm_stub.c
+1
-1
drivers/char/drm/i810_dma.c
drivers/char/drm/i810_dma.c
+3
-3
drivers/char/drm/i810_drv.h
drivers/char/drm/i810_drv.h
+25
-25
drivers/char/drm/i830_dma.c
drivers/char/drm/i830_dma.c
+1
-1
drivers/char/drm/i830_drm.h
drivers/char/drm/i830_drm.h
+4
-4
drivers/char/drm/i830_drv.h
drivers/char/drm/i830_drv.h
+24
-24
drivers/char/drm/i830_irq.c
drivers/char/drm/i830_irq.c
+1
-1
drivers/char/drm/i915_dma.c
drivers/char/drm/i915_dma.c
+1
-1
drivers/char/drm/i915_drv.c
drivers/char/drm/i915_drv.c
+1
-1
drivers/char/drm/i915_drv.h
drivers/char/drm/i915_drv.h
+25
-25
drivers/char/drm/i915_irq.c
drivers/char/drm/i915_irq.c
+3
-3
drivers/char/drm/i915_mem.c
drivers/char/drm/i915_mem.c
+1
-2
drivers/char/drm/mga_dma.c
drivers/char/drm/mga_dma.c
+3
-3
drivers/char/drm/mga_drv.h
drivers/char/drm/mga_drv.h
+56
-56
drivers/char/drm/mga_state.c
drivers/char/drm/mga_state.c
+5
-5
drivers/char/drm/r128_cce.c
drivers/char/drm/r128_cce.c
+1
-1
drivers/char/drm/r128_drv.h
drivers/char/drm/r128_drv.h
+1
-1
drivers/char/drm/r300_cmdbuf.c
drivers/char/drm/r300_cmdbuf.c
+18
-18
drivers/char/drm/r300_reg.h
drivers/char/drm/r300_reg.h
+16
-16
drivers/char/drm/radeon_cp.c
drivers/char/drm/radeon_cp.c
+4
-4
drivers/char/drm/radeon_drm.h
drivers/char/drm/radeon_drm.h
+6
-6
drivers/char/drm/radeon_drv.h
drivers/char/drm/radeon_drv.h
+6
-6
drivers/char/drm/savage_state.c
drivers/char/drm/savage_state.c
+3
-3
drivers/char/drm/sis_mm.c
drivers/char/drm/sis_mm.c
+1
-1
drivers/char/drm/via_dmablit.c
drivers/char/drm/via_dmablit.c
+92
-92
drivers/char/drm/via_dmablit.h
drivers/char/drm/via_dmablit.h
+42
-42
drivers/char/drm/via_drm.h
drivers/char/drm/via_drm.h
+2
-2
drivers/char/drm/via_drv.c
drivers/char/drm/via_drv.c
+1
-1
drivers/char/drm/via_map.c
drivers/char/drm/via_map.c
+0
-1
No files found.
drivers/char/drm/Kconfig
View file @
bc5f4523
...
@@ -105,4 +105,3 @@ config DRM_SAVAGE
...
@@ -105,4 +105,3 @@ config DRM_SAVAGE
help
help
Choose this option if you have a Savage3D/4/SuperSavage/Pro/Twister
Choose this option if you have a Savage3D/4/SuperSavage/Pro/Twister
chipset. If M is selected the module will be called savage.
chipset. If M is selected the module will be called savage.
drivers/char/drm/Makefile
View file @
bc5f4523
...
@@ -38,5 +38,3 @@ obj-$(CONFIG_DRM_I915) += i915.o
...
@@ -38,5 +38,3 @@ obj-$(CONFIG_DRM_I915) += i915.o
obj-$(CONFIG_DRM_SIS)
+=
sis.o
obj-$(CONFIG_DRM_SIS)
+=
sis.o
obj-$(CONFIG_DRM_SAVAGE)
+=
savage.o
obj-$(CONFIG_DRM_SAVAGE)
+=
savage.o
obj-$(CONFIG_DRM_VIA)
+=
via.o
obj-$(CONFIG_DRM_VIA)
+=
via.o
drivers/char/drm/README.drm
View file @
bc5f4523
...
@@ -41,4 +41,3 @@ For specific information about kernel-level support, see:
...
@@ -41,4 +41,3 @@ For specific information about kernel-level support, see:
A Security Analysis of the Direct Rendering Infrastructure
A Security Analysis of the Direct Rendering Infrastructure
http://dri.sourceforge.net/doc/security_low_level.html
http://dri.sourceforge.net/doc/security_low_level.html
drivers/char/drm/drm_bufs.c
View file @
bc5f4523
...
@@ -1592,5 +1592,3 @@ int drm_order(unsigned long size)
...
@@ -1592,5 +1592,3 @@ int drm_order(unsigned long size)
return
order
;
return
order
;
}
}
EXPORT_SYMBOL
(
drm_order
);
EXPORT_SYMBOL
(
drm_order
);
drivers/char/drm/drm_context.c
View file @
bc5f4523
drivers/char/drm/drm_hashtab.c
View file @
bc5f4523
...
@@ -200,4 +200,3 @@ void drm_ht_remove(struct drm_open_hash *ht)
...
@@ -200,4 +200,3 @@ void drm_ht_remove(struct drm_open_hash *ht)
ht
->
table
=
NULL
;
ht
->
table
=
NULL
;
}
}
}
}
drivers/char/drm/drm_hashtab.h
View file @
bc5f4523
...
@@ -65,4 +65,3 @@ extern void drm_ht_remove(struct drm_open_hash *ht);
...
@@ -65,4 +65,3 @@ extern void drm_ht_remove(struct drm_open_hash *ht);
#endif
#endif
drivers/char/drm/drm_ioctl.c
View file @
bc5f4523
drivers/char/drm/drm_memory.c
View file @
bc5f4523
...
@@ -179,4 +179,3 @@ void drm_core_ioremapfree(struct drm_map *map, struct drm_device *dev)
...
@@ -179,4 +179,3 @@ void drm_core_ioremapfree(struct drm_map *map, struct drm_device *dev)
iounmap
(
map
->
handle
);
iounmap
(
map
->
handle
);
}
}
EXPORT_SYMBOL
(
drm_core_ioremapfree
);
EXPORT_SYMBOL
(
drm_core_ioremapfree
);
drivers/char/drm/drm_mm.c
View file @
bc5f4523
...
@@ -293,4 +293,3 @@ void drm_mm_takedown(struct drm_mm * mm)
...
@@ -293,4 +293,3 @@ void drm_mm_takedown(struct drm_mm * mm)
drm_free
(
entry
,
sizeof
(
*
entry
),
DRM_MEM_MM
);
drm_free
(
entry
,
sizeof
(
*
entry
),
DRM_MEM_MM
);
}
}
drivers/char/drm/drm_os_linux.h
View file @
bc5f4523
drivers/char/drm/drm_pciids.h
View file @
bc5f4523
...
@@ -312,4 +312,3 @@
...
@@ -312,4 +312,3 @@
{0x8086, 0x2a02, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, \
{0x8086, 0x2a02, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, \
{0x8086, 0x2a12, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, \
{0x8086, 0x2a12, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, \
{0, 0, 0}
{0, 0, 0}
drivers/char/drm/drm_sarea.h
View file @
bc5f4523
drivers/char/drm/drm_stub.c
View file @
bc5f4523
drivers/char/drm/i810_dma.c
View file @
bc5f4523
drivers/char/drm/i810_drv.h
View file @
bc5f4523
drivers/char/drm/i830_dma.c
View file @
bc5f4523
drivers/char/drm/i830_drm.h
View file @
bc5f4523
drivers/char/drm/i830_drv.h
View file @
bc5f4523
drivers/char/drm/i830_irq.c
View file @
bc5f4523
drivers/char/drm/i915_dma.c
View file @
bc5f4523
drivers/char/drm/i915_drv.c
View file @
bc5f4523
drivers/char/drm/i915_drv.h
View file @
bc5f4523
drivers/char/drm/i915_irq.c
View file @
bc5f4523
drivers/char/drm/i915_mem.c
View file @
bc5f4523
...
@@ -384,4 +384,3 @@ int i915_mem_destroy_heap( struct drm_device *dev, void *data,
...
@@ -384,4 +384,3 @@ int i915_mem_destroy_heap( struct drm_device *dev, void *data,
i915_mem_takedown
(
heap
);
i915_mem_takedown
(
heap
);
return
0
;
return
0
;
}
}
drivers/char/drm/mga_dma.c
View file @
bc5f4523
drivers/char/drm/mga_drv.h
View file @
bc5f4523
drivers/char/drm/mga_state.c
View file @
bc5f4523
drivers/char/drm/r128_cce.c
View file @
bc5f4523
drivers/char/drm/r128_drv.h
View file @
bc5f4523
drivers/char/drm/r300_cmdbuf.c
View file @
bc5f4523
drivers/char/drm/r300_reg.h
View file @
bc5f4523
drivers/char/drm/radeon_cp.c
View file @
bc5f4523
drivers/char/drm/radeon_drm.h
View file @
bc5f4523
drivers/char/drm/radeon_drv.h
View file @
bc5f4523
drivers/char/drm/savage_state.c
View file @
bc5f4523
drivers/char/drm/sis_mm.c
View file @
bc5f4523
drivers/char/drm/via_dmablit.c
View file @
bc5f4523
drivers/char/drm/via_dmablit.h
View file @
bc5f4523
drivers/char/drm/via_drm.h
View file @
bc5f4523
drivers/char/drm/via_drv.c
View file @
bc5f4523
drivers/char/drm/via_map.c
View file @
bc5f4523
...
@@ -121,4 +121,3 @@ int via_driver_unload(struct drm_device *dev)
...
@@ -121,4 +121,3 @@ int via_driver_unload(struct drm_device *dev)
return
0
;
return
0
;
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment