summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon/radeon.h
diff options
context:
space:
mode:
authorLyude <lyude@redhat.com>2017-05-19 19:48:38 -0400
committerAlex Deucher <alexander.deucher@amd.com>2017-05-24 18:34:07 -0400
commit5cc4e5fc293bfe2634535f544427e8c6061492a5 (patch)
treef769c5fd9084272b573d481b286b4647bb30744b /drivers/gpu/drm/radeon/radeon.h
parent4cd096dde950c878e044211f1e7bac384b1588f5 (diff)
downloadlinux-5cc4e5fc293bfe2634535f544427e8c6061492a5.tar.bz2
drm/radeon: Cleanup HDMI audio interrupt handling for evergreen
Same as the previous patch, but now for handling HDMI audio interrupts. Changes since v1: - Preserve the order we write back all registers Acked-by: Christian König <christian.koenig@amd.com> Signed-off-by: Lyude <lyude@redhat.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/radeon/radeon.h')
-rw-r--r--drivers/gpu/drm/radeon/radeon.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/drivers/gpu/drm/radeon/radeon.h b/drivers/gpu/drm/radeon/radeon.h
index 104f41e52596..624ea816f03a 100644
--- a/drivers/gpu/drm/radeon/radeon.h
+++ b/drivers/gpu/drm/radeon/radeon.h
@@ -778,12 +778,7 @@ struct evergreen_irq_stat_regs {
u32 d4grph_int;
u32 d5grph_int;
u32 d6grph_int;
- u32 afmt_status1;
- u32 afmt_status2;
- u32 afmt_status3;
- u32 afmt_status4;
- u32 afmt_status5;
- u32 afmt_status6;
+ u32 afmt_status[6];
};
struct cik_irq_stat_regs {