drm/radeon: remove gui_idle interrupt infrastructure
It was only used for dynpm, but has been replaced with a better implementation using fences. Remove it. Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
@@ -2528,10 +2528,6 @@ int evergreen_irq_set(struct radeon_device *rdev)
|
||||
DRM_DEBUG("evergreen_irq_set: hdmi 5\n");
|
||||
afmt6 |= AFMT_AZ_FORMAT_WTRIG_MASK;
|
||||
}
|
||||
if (rdev->irq.gui_idle) {
|
||||
DRM_DEBUG("gui idle\n");
|
||||
grbm_int_cntl |= GUI_IDLE_INT_ENABLE;
|
||||
}
|
||||
|
||||
if (rdev->family >= CHIP_CAYMAN) {
|
||||
cayman_cp_int_cntl_setup(rdev, 0, cp_int_cntl);
|
||||
@@ -3066,7 +3062,6 @@ restart_ih:
|
||||
break;
|
||||
case 233: /* GUI IDLE */
|
||||
DRM_DEBUG("IH: GUI idle\n");
|
||||
wake_up(&rdev->irq.idle_queue);
|
||||
break;
|
||||
default:
|
||||
DRM_DEBUG("Unhandled interrupt: %d %d\n", src_id, src_data);
|
||||
|
Reference in New Issue
Block a user