]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/amd/pm: fix unsigned value asic_type compared against
authorJesse Zhang <jesse.zhang@amd.com>
Tue, 21 May 2024 06:56:25 +0000 (14:56 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 23 May 2024 19:09:05 +0000 (15:09 -0400)
commit29c03edecd090de105b9353d8eb4e430132218a8
treef51d51ab372c88e9b9bbeabb40f1b23cdef61dab
parent9262f411dc2e765d8a1d52d33c84d2ebb0580cec
drm/amd/pm: fix unsigned value asic_type compared against

Enum asic_type always greater than or equal CHIP_TAHITI.

Signed-off-by: Jesse Zhang <Jesse.Zhang@amd.com>
Suggested-by: Tim Huang <Tim.Huang@amd.com>
Reviewed-by: Tim Huang <Tim.Huang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/pm/legacy-dpm/si_dpm.c