[PATCH 1/2] drm/amdgpu/atom: fix vram_usagebyfirmware parsing

2023-12-13 Thread Alex Deucher
The changes to support vram_usagebyfirmware v2.2 changed the behavior to explicitly match 2.1 for everything older rather than just using it by default. If the version is 2.2 or newer, use the 2.2 parsing, for everything else, use the 2.1 parsing. This restores the previous behavior for tables

Re: [PATCH 1/2] drm/amdgpu/atom: fix vram_usagebyfirmware parsing

2023-12-07 Thread Alex Deucher
Ping on this series. Alex On Fri, Nov 17, 2023 at 11:17 AM Alex Deucher wrote: > > The changes to support vram_usagebyfirmware v2.2 changed the behavior > to explicitly match 2.1 for everything older rather than just using it > by default. If the version is 2.2 or newer, use the 2.2 parsing,

[PATCH 1/2] drm/amdgpu/atom: fix vram_usagebyfirmware parsing

2023-11-17 Thread Alex Deucher
The changes to support vram_usagebyfirmware v2.2 changed the behavior to explicitly match 2.1 for everything older rather than just using it by default. If the version is 2.2 or newer, use the 2.2 parsing, for everything else, use the 2.1 parsing. This restores the previous behavior for tables