]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amd: fix dcn 2.01 check
authorAndy Nguyen <theofficialflow1996@gmail.com>
Sun, 15 Mar 2026 16:51:47 +0000 (17:51 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 17 Mar 2026 14:40:23 +0000 (10:40 -0400)
commit9c7be0efa6f0daa949a5f3e3fdf9ea090b0713cb
tree546911a366b19381cc04608fe78c38be0bcc8f32
parent91c7e6342e98c846b259c57273436fdea4c043f2
drm/amd: fix dcn 2.01 check

The ASICREV_IS_BEIGE_GOBY_P check always took precedence, because it includes all chip revisions upto NV_UNKNOWN.

Fixes: 54b822b3eac3 ("drm/amd/display: Use dce_version instead of chip_id")
Signed-off-by: Andy Nguyen <theofficialflow1996@gmail.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/clk_mgr/clk_mgr.c