drm/amd/display: Use dce_version instead of chip_id
authorRodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Tue, 2 Apr 2024 21:58:31 +0000 (15:58 -0600)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 17 Apr 2024 01:26:34 +0000 (21:26 -0400)
commit54b822b3eac3084eb7a9b0699cf4e659b93d266b
tree5f2e2ba5827b5e8ce3844a342b4c747001a4e9d0
parenta6ebaca1fbfb1c1d4affb44d804ebb87f13320e5
drm/amd/display: Use dce_version instead of chip_id

The chip ID DEVICE_ID_NV_13FE is not meaningful and represents a legacy
way of dealing with chip ID. This commit uses dc_version instead of
chip_id and also DCN_VERSION_2_01 instead of DEVICE_ID_NV_13FE.

Signed-off-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Reviewed-by: Leo Li <sunpeng.li@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/clk_mgr/clk_mgr.c