drm/amd/display: Refactor ABM_MASK_SH_LIST_DCN301 naming
authorRoman Li <roman.li@amd.com>
Mon, 5 Oct 2020 15:28:30 +0000 (11:28 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 26 Oct 2020 17:30:38 +0000 (13:30 -0400)
commitdf043738b7c73409e45b45035f0dc91d6842d7dd
tree5374fe906fad5ca49f98b77f43ac04921eb27494
parentbf479f5a1d9ca3b2044da92de7795778713a862b
drm/amd/display: Refactor ABM_MASK_SH_LIST_DCN301 naming

[Why]
All DCN3x resources share ABM_MASK_SH_LIST_DCN301 definition.
The naming is misleading since it looks like DCN30 code
depends on next version DCN301, which in fact is vice-versa.

[How]
Refactor the naming to ABM_MASK_SH_LIST_DCN30.

v2: squash in build fixes (Alex)

Signed-off-by: Roman Li <roman.li@amd.com>
Acked-by: Aurabindo Pillai <aurabindo.pillai@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dce/dce_abm.h
drivers/gpu/drm/amd/display/dc/dcn30/dcn30_resource.c
drivers/gpu/drm/amd/display/dc/dcn301/dcn301_resource.c
drivers/gpu/drm/amd/display/dc/dcn302/dcn302_resource.c