Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
OpenBMC Firmware
talos-obmc-linux
Commits
a7df849c
Commit
a7df849c
authored
19 years ago
by
Linus Torvalds
Browse files
Options
Download
Plain Diff
Merge
rsync://rsync.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6
parents
90abb7b5
74e8ebc5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
5 deletions
+1
-5
drivers/char/drm/drm_pciids.h
drivers/char/drm/drm_pciids.h
+1
-0
drivers/char/drm/radeon_irq.c
drivers/char/drm/radeon_irq.c
+0
-5
No files found.
drivers/char/drm/drm_pciids.h
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
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.
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