commit | 2dd1209e5760686efbf17fc6564fa58e8bb59ad1 | [log] [tgz] |
---|---|---|
author | Huang Rui <ray.huang@amd.com> | Tue Feb 12 15:39:44 2019 +0800 |
committer | Alex Deucher <alexander.deucher@amd.com> | Tue Mar 19 15:04:02 2019 -0500 |
tree | b771eebb7c3f12b1128210d9d7589d21248f79d2 | |
parent | 4322e4c251c977592ab0b03b13f09aac1eed1df9 [diff] |
drm/amd/powerplay: fix byte alignment issue of smu11 pptable The smu_11_0_powerplay_table, smu_11_0_power_saving_clock_table, and smu_11_0_overdrive_table need byte alignment. So we must add packed attribute in the definitions. Signed-off-by: Huang Rui <ray.huang@amd.com> Acked-by: Alex Deucher <alexander.deucher@amd.com> Reviewed-by: Kenneth Feng <kenneth.feng@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>