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
a4cd96cd
Commit
a4cd96cd
authored
Sep 04, 2004
by
Dave Airlie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove HAVE_DMA_WAITLIST as it was only used by gamma
Signed-off-by:
Dave Airlie
<
airlied@linux.ie
>
parent
c3bd4a40
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
0 additions
and
10 deletions
+0
-10
drivers/char/drm/drmP.h
drivers/char/drm/drmP.h
+0
-3
drivers/char/drm/drm_drv.h
drivers/char/drm/drm_drv.h
+0
-3
drivers/char/drm/gamma.h
drivers/char/drm/gamma.h
+0
-2
drivers/char/drm/i810.h
drivers/char/drm/i810.h
+0
-1
drivers/char/drm/i830.h
drivers/char/drm/i830.h
+0
-1
No files found.
drivers/char/drm/drmP.h
View file @
a4cd96cd
...
...
@@ -95,9 +95,6 @@
#ifndef __HAVE_IRQ
#define __HAVE_IRQ 0
#endif
#ifndef __HAVE_DMA_WAITLIST
#define __HAVE_DMA_WAITLIST 0
#endif
#define __REALLY_HAVE_AGP (__HAVE_AGP && (defined(CONFIG_AGP) || \
defined(CONFIG_AGP_MODULE)))
...
...
drivers/char/drm/drm_drv.h
View file @
a4cd96cd
...
...
@@ -451,9 +451,6 @@ static int DRM(takedown)( drm_device_t *dev )
#if __HAVE_DMA_QUEUE || __HAVE_MULTIPLE_DMA_QUEUES
if
(
dev
->
queuelist
)
{
for
(
i
=
0
;
i
<
dev
->
queue_count
;
i
++
)
{
#if __HAVE_DMA_WAITLIST
DRM
(
waitlist_destroy
)(
&
dev
->
queuelist
[
i
]
->
waitlist
);
#endif
if
(
dev
->
queuelist
[
i
]
)
{
DRM
(
free
)(
dev
->
queuelist
[
i
],
sizeof
(
*
dev
->
queuelist
[
0
]),
...
...
drivers/char/drm/gamma.h
View file @
a4cd96cd
...
...
@@ -80,8 +80,6 @@
#define __HAVE_MULTIPLE_DMA_QUEUES 1
#define __HAVE_DMA_WAITQUEUE 1
#define __HAVE_DMA_WAITLIST 1
/* removed from DRM HAVE_DMA_FREELIST & HAVE_DMA_SCHEDULE */
#define __HAVE_IRQ 1
...
...
drivers/char/drm/i810.h
View file @
a4cd96cd
...
...
@@ -88,7 +88,6 @@
*/
#define __HAVE_DMA 1
#define __HAVE_DMA_QUEUE 1
#define __HAVE_DMA_WAITLIST 0
#define __HAVE_DMA_RECLAIM 1
/* Don't need an irq any more. The template code will make sure that
...
...
drivers/char/drm/i830.h
View file @
a4cd96cd
...
...
@@ -87,7 +87,6 @@
*/
#define __HAVE_DMA 1
#define __HAVE_DMA_QUEUE 1
#define __HAVE_DMA_WAITLIST 0
#define __HAVE_DMA_RECLAIM 1
/* Driver will work either way: IRQ's save cpu time when waiting for
...
...
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