drm/amd/display: remove context->dml2 dependency from DML21 wrapper
authorJoshua Aberback <joshua.aberback@amd.com>
Thu, 7 Mar 2024 10:13:04 +0000 (05:13 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 10 Apr 2024 02:04:39 +0000 (22:04 -0400)
commitcc263c3a0c9f38ea245393daa07eaa8e21ee17ae
tree6087e971e0bfdf0363d0d86be334721b9fb116a0
parentc435bce6af9b2a277662698875a689c389358f17
drm/amd/display: remove context->dml2 dependency from DML21 wrapper

[Why]
When the DML2 wrapper explicitly accesses context->dml2, that creates a
dependency on where dc saves the DML object. This dependency makes it
harder to have multiple co-existing DML objects, which we would like to
have for upcoming functionality.

[How]
 - make all DML21 interfaces take in a DML2 object as parameter
 - remove all references to context->dml2, use parameter instead

Reviewed-by: Jun Lei <jun.lei@amd.com>
Reviewed-by: Aric Cyr <aric.cyr@amd.com>
Acked-by: Roman Li <roman.li@amd.com>
Signed-off-by: Joshua Aberback <joshua.aberback@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dml2/dml2_wrapper.c
drivers/gpu/drm/amd/display/dc/dml2/dml2_wrapper.h
drivers/gpu/drm/amd/display/dc/resource/dcn32/dcn32_resource.c
drivers/gpu/drm/amd/display/dc/resource/dcn35/dcn35_resource.c
drivers/gpu/drm/amd/display/dc/resource/dcn351/dcn351_resource.c