CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2023/02/14 04:34:32
Modified files:
sys/dev/pci/drm/amd/pm/powerplay/inc: smu11_driver_if.h
smu9_driver_if.h
sys/dev/pci/drm/amd/pm/powerplay/inc/vega12: smu9_driver_if.h
sys/dev/pci/drm/amd/pm/swsmu/inc/pmfw_if:
smu11_driver_if_arcturus.h
smu11_driver_if_navi10.h
smu11_driver_if_sienna_cichlid.h
smu13_driver_if_aldebaran.h
smu13_driver_if_v13_0_0.h
smu13_driver_if_v13_0_7.h
Log message:
use pragma pack around PPTable_t definitions
Avoids warnings about alignment changing when embedded inside of a
packed struct (such as _ATOM_VEGA20_POWERPLAYTABLE) seen with clang 15
on arm64.
reported and compile tested by tb@
sent upstream to amd-gfx list