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:
parent
95f5a3acfa
commit
ee93b86be1
8 changed files with 0 additions and 91 deletions
|
@ -3199,10 +3199,6 @@ int si_irq_set(struct radeon_device *rdev)
|
|||
DRM_DEBUG("si_irq_set: hpd 6\n");
|
||||
hpd6 |= DC_HPDx_INT_EN;
|
||||
}
|
||||
if (rdev->irq.gui_idle) {
|
||||
DRM_DEBUG("gui idle\n");
|
||||
grbm_int_cntl |= GUI_IDLE_INT_ENABLE;
|
||||
}
|
||||
|
||||
WREG32(CP_INT_CNTL_RING0, cp_int_cntl);
|
||||
WREG32(CP_INT_CNTL_RING1, cp_int_cntl1);
|
||||
|
@ -3658,7 +3654,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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue