]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit437a2c7664bb94b3a5b459442a99f3a0133b2a58
treef2baa8066dd589f6f7ffaa15890819f340d3ab3b
parent55db8a13fe28cb21972cfe93dd02b4073334acb7
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