drm/amdgpu: Handle irqs only based on irq ring, not irq status regs.
authorMario Kleiner <mario.kleiner.de@gmail.com>
Fri, 3 Jul 2015 04:03:07 +0000 (06:03 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 8 Jul 2015 16:41:37 +0000 (12:41 -0400)
commitbd833144a23dead304744dc748f5d72d7e92d315
tree976ed3f7269940d71f7e157cfce70457d28c1a83
parent07f18f0bb8d8d65badd8b4988b40d329fc0cc6dc
drm/amdgpu: Handle irqs only based on irq ring, not irq status regs.

This is a translation of the patch ...
"drm/radeon: Handle irqs only based on irq ring, not irq status regs."
... for the vblank irq handling, to fix the same problem described
in that patch on the new driver.

Only compile tested due to lack of suitable hw.

Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Mario Kleiner <mario.kleiner.de@gmail.com>
CC: Michel Dänzer <michel.daenzer@amd.com>
CC: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/dce_v10_0.c
drivers/gpu/drm/amd/amdgpu/dce_v11_0.c
drivers/gpu/drm/amd/amdgpu/dce_v8_0.c