drm/amd/display: Pack DMCU iRAM alignment
authorJosip Pavic <Josip.Pavic@amd.com>
Tue, 11 Dec 2018 20:13:08 +0000 (15:13 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 14 Jan 2019 20:38:16 +0000 (15:38 -0500)
commitc591d8429df2832cdfe63907bf34c5f150a45b3d
treece4df428279786b0bc96c22bdbba47cfb90ddafe
parent4bd0dc68fd00f41ed64fbcfe7b7afe93763b04ad
drm/amd/display: Pack DMCU iRAM alignment

[Why]
When the DMCU's iRAM definition was moved to the newly created
power_helpers, a #pragma pack was lost, causing the iRAM to be misaligned

[How]
Restore the #pragma pack

Signed-off-by: Josip Pavic <Josip.Pavic@amd.com>
Reviewed-by: Anthony Koo <Anthony.Koo@amd.com>
Acked-by: Leo Li <sunpeng.li@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/modules/power/power_helpers.c