mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Call the right function for the right chipset.
MFC after: 10 days
This commit is contained in:
parent
2c21710b27
commit
566be5d4e1
1 changed files with 1 additions and 1 deletions
|
|
@ -1705,7 +1705,7 @@ void radeon_do_release(struct drm_device * dev)
|
|||
if (dev_priv) {
|
||||
if (dev_priv->cp_running) {
|
||||
/* Stop the cp */
|
||||
if ((dev_priv->flags & RADEON_FAMILY_MASK) < CHIP_R600) {
|
||||
if ((dev_priv->flags & RADEON_FAMILY_MASK) >= CHIP_R600) {
|
||||
while ((ret = r600_do_cp_idle(dev_priv)) != 0) {
|
||||
DRM_DEBUG("radeon_do_cp_idle %d\n", ret);
|
||||
#ifdef __linux__
|
||||
|
|
|
|||
Loading…
Reference in a new issue