|
@@ -53,7 +53,6 @@
|
|
|
#include "bif/bif_4_1_d.h"
|
|
|
#include <linux/pci.h>
|
|
|
#include <linux/firmware.h>
|
|
|
-#include "amdgpu_pm.h"
|
|
|
|
|
|
static int amdgpu_debugfs_regs_init(struct amdgpu_device *adev);
|
|
|
static void amdgpu_debugfs_regs_cleanup(struct amdgpu_device *adev);
|
|
@@ -1583,9 +1582,6 @@ static int amdgpu_late_init(struct amdgpu_device *adev)
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- amdgpu_dpm_enable_uvd(adev, false);
|
|
|
- amdgpu_dpm_enable_vce(adev, false);
|
|
|
-
|
|
|
return 0;
|
|
|
}
|
|
|
|