drm/amd/display: Add DCN35 Resource
authorQingqing Zhuo <Qingqing.Zhuo@amd.com>
Thu, 3 Aug 2023 06:10:55 +0000 (02:10 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 30 Aug 2023 19:51:15 +0000 (15:51 -0400)
commit0fa45b6aeae489d271ccb58d80efc0bbec79fa9b
treeb8801486480a2ecd040da554b8ea9f94d37bb27f
parentec129fa356bea5411cb16833cc5dab32689ea389
drm/amd/display: Add DCN35 Resource

[Why & How]
Add resource handling for DCN35.

v2: drop unused guard
v3: drop dml2 dependencies for now (Alex)

Signed-off-by: Qingqing Zhuo <Qingqing.Zhuo@amd.com>
Acked-by: Harry Wentland <Harry.Wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dcn35/Makefile [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dcn35/dcn35_resource.c [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dcn35/dcn35_resource.h [new file with mode: 0644]