Reorder FW feature caps struct variable order to ensure backwards
compatability is maintained for older FW
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Reviewed-by: Sung Lee <Sung.Lee@amd.com>
Acked-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Signed-off-by: Alvin Lee <Alvin.Lee2@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
         */
        uint8_t psr;
        uint8_t fw_assisted_mclk_switch;
+       uint8_t reserved[4];
        uint8_t subvp_psr_support;
-       uint8_t reserved[5];
+       uint8_t gecc_enable;
 };
 
 struct dmub_visual_confirm_color {