]> Gentwo Git Trees - linux/.git/commit
drm/amd/pm/si: Delete unused structs and fields
authorTimur Kristóf <timur.kristof@gmail.com>
Thu, 30 Oct 2025 09:15:56 +0000 (10:15 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 4 Nov 2025 16:52:47 +0000 (11:52 -0500)
commit9f1cb2c3fa26d5529976c8bf795c14b7b677ce94
tree9eda57be634e5190953a1d2ef52315c3bfd92ee8
parentb4f748f22d315ae622ebfe068b9559b988702df8
drm/amd/pm/si: Delete unused structs and fields

The contents of si_dpm.h seem to have been copied from the
old radeon driver, including a lot of structs and fields which
were only relevant to GPU generations even older than SI.

A lot of these can be deleted without causing much churn to the
actual SI DPM code. Let's delete them to make the code easier
to understand.

Signed-off-by: Timur Kristóf <timur.kristof@gmail.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/pm/legacy-dpm/si_dpm.c
drivers/gpu/drm/amd/pm/legacy-dpm/si_dpm.h