[PATCH] drm/amd: Fix MSB of SMU version printing

2022-01-18 Thread Mario Limonciello
Yellow carp has been outputting versions like `1093.24.0`, but this is supposed to be 69.24.0. That is the MSB is being interpreted incorrectly. The MSB is not part of the major version, but has generally been treated that way thus far. It's actually the program, and used to distinguish between t

Re: [PATCH] drm/amd: Fix MSB of SMU version printing

2022-01-19 Thread Lazar, Lijo
On 1/19/2022 8:34 AM, Mario Limonciello wrote: Yellow carp has been outputting versions like `1093.24.0`, but this is supposed to be 69.24.0. That is the MSB is being interpreted incorrectly. The MSB is not part of the major version, but has generally been treated that way thus far. It's act