Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
R128
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ermine
R128
Commits
a7df849c
Commit
a7df849c
authored
19 years ago
by
Linus Torvalds
Browse files
Options
Downloads
Plain Diff
Merge
rsync://rsync.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6
parents
90abb7b5
74e8ebc5
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
drivers/char/drm/drm_pciids.h
+1
-0
1 addition, 0 deletions
drivers/char/drm/drm_pciids.h
drivers/char/drm/radeon_irq.c
+0
-5
0 additions, 5 deletions
drivers/char/drm/radeon_irq.c
with
1 addition
and
5 deletions
drivers/char/drm/drm_pciids.h
+
1
−
0
View file @
a7df849c
...
...
@@ -220,5 +220,6 @@
{0x8086, 0x2572, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, \
{0x8086, 0x2582, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, \
{0x8086, 0x2592, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, \
{0x8086, 0x2772, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, \
{0, 0, 0}
This diff is collapsed.
Click to expand it.
drivers/char/drm/radeon_irq.c
+
0
−
5
View file @
a7df849c
...
...
@@ -123,11 +123,6 @@ static int radeon_wait_irq(drm_device_t *dev, int swi_nr)
dev_priv
->
stats
.
boxes
|=
RADEON_BOX_WAIT_IDLE
;
/* This is a hack to work around mysterious freezes on certain
* systems:
*/
radeon_acknowledge_irqs
(
dev_priv
);
DRM_WAIT_ON
(
ret
,
dev_priv
->
swi_queue
,
3
*
DRM_HZ
,
RADEON_READ
(
RADEON_LAST_SWI_REG
)
>=
swi_nr
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment