mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-06 09:28:19 +02:00
Revert "Make sure busmastering gets disabled on module unload."
This reverts af7b89d724 commit. It causes an oops
on X server shutdown here, and for the reporter of bug #7629 as well.
This commit is contained in:
parent
645453ce11
commit
35066b51ef
1 changed files with 0 additions and 5 deletions
|
|
@ -1720,11 +1720,6 @@ static int radeon_do_cleanup_cp(drm_device_t * dev)
|
|||
dev_priv->gart_info.addr = 0;
|
||||
}
|
||||
}
|
||||
|
||||
/* Disable busmastering */
|
||||
RADEON_WRITE(RADEON_BUS_CNTL, RADEON_READ(RADEON_BUS_CNTL) |
|
||||
RADEON_BUS_MASTER_DIS);
|
||||
|
||||
/* only clear to the start of flags */
|
||||
memset(dev_priv, 0, offsetof(drm_radeon_private_t, flags));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue