drm/amd/display: Flatten irq handler data struct
authorLeo Li <sunpeng.li@amd.com>
Tue, 18 Sep 2018 14:21:35 +0000 (10:21 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 9 Oct 2018 22:03:38 +0000 (17:03 -0500)
commita7fbf17aa8bfaab9abd50168e81034f834165d29
treef2baa8066dd589f6f7ffaa15890819f340d3ab3b
parent88ed9fb77ef420cf2e4ec1624f3e638685e28c8d
drm/amd/display: Flatten irq handler data struct

[Why]
There is no reason why the common data needs to be kept separate.

[How]
Flatten the struct by moving common data into the DM IRQ struct.

Signed-off-by: Leo Li <sunpeng.li@amd.com>
Reviewed-by: David Francis <David.Francis@amd.com>
Acked-by: Leo Li <sunpeng.li@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_irq.c