]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: Move existing pflip fields into separate struct
authorAurabindo Pillai <aurabindo.pillai@amd.com>
Wed, 12 Aug 2020 16:40:34 +0000 (12:40 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 15 Sep 2020 21:52:39 +0000 (17:52 -0400)
commit580d96c5c73bf5d2ca9164c824ac5f2bd30fa3c4
tree1d5fb2bcf18122c852e1d1cc3f83d80cfe9dc3b4
parent06ecf15da0e4d6fa7b9d99c8394afcf6007ccb7e
drm/amdgpu: Move existing pflip fields into separate struct

[Why&How]
To refactor DM IRQ management, all fields used by IRQ is best moved
to a separate struct so that main amdgpu_crtc struct need not be changed
Location of the new struct shall be in DM

Reviewed-by: Nicholas Kazlauskas <nicholas.kazlauskas@amd.com>
Signed-off-by: Aurabindo Pillai <aurabindo.pillai@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_irq_params.h [new file with mode: 0644]