drm/amd/display: OPP refactor and consolidation for DCE.
authorZeyu Fan <Zeyu.Fan@amd.com>
Wed, 14 Dec 2016 23:54:41 +0000 (18:54 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 26 Sep 2017 21:05:47 +0000 (17:05 -0400)
commitab3ee7a556343c9549ccbefb9d31039377806f28
treeb883fa44aae6d1d74bd427208b4914925f3018d8
parente63d86dc9b59d72cf25c6bc75e641bceed4fcd40
drm/amd/display: OPP refactor and consolidation for DCE.

Signed-off-by: Zeyu Fan <Zeyu.Fan@amd.com>
Reviewed-by: Tony Cheng <Tony.Cheng@amd.com>
Acked-by: Harry Wentland <Harry.Wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
26 files changed:
drivers/gpu/drm/amd/display/dc/dce/Makefile
drivers/gpu/drm/amd/display/dc/dce/dce_opp.c [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dce/dce_opp.h [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dce100/dce100_resource.c
drivers/gpu/drm/amd/display/dc/dce110/Makefile
drivers/gpu/drm/amd/display/dc/dce110/dce110_opp.c [deleted file]
drivers/gpu/drm/amd/display/dc/dce110/dce110_opp.h [deleted file]
drivers/gpu/drm/amd/display/dc/dce110/dce110_opp_csc.c [deleted file]
drivers/gpu/drm/amd/display/dc/dce110/dce110_opp_csc_v.c
drivers/gpu/drm/amd/display/dc/dce110/dce110_opp_formatter.c [deleted file]
drivers/gpu/drm/amd/display/dc/dce110/dce110_opp_regamma.c [deleted file]
drivers/gpu/drm/amd/display/dc/dce110/dce110_opp_regamma_v.c
drivers/gpu/drm/amd/display/dc/dce110/dce110_opp_v.c
drivers/gpu/drm/amd/display/dc/dce110/dce110_resource.c
drivers/gpu/drm/amd/display/dc/dce112/Makefile
drivers/gpu/drm/amd/display/dc/dce112/dce112_opp.c [deleted file]
drivers/gpu/drm/amd/display/dc/dce112/dce112_opp.h [deleted file]
drivers/gpu/drm/amd/display/dc/dce112/dce112_opp_formatter.c [deleted file]
drivers/gpu/drm/amd/display/dc/dce112/dce112_resource.c
drivers/gpu/drm/amd/display/dc/dce80/Makefile
drivers/gpu/drm/amd/display/dc/dce80/dce80_opp.c [deleted file]
drivers/gpu/drm/amd/display/dc/dce80/dce80_opp.h [deleted file]
drivers/gpu/drm/amd/display/dc/dce80/dce80_opp_csc.c [deleted file]
drivers/gpu/drm/amd/display/dc/dce80/dce80_opp_formatter.c [deleted file]
drivers/gpu/drm/amd/display/dc/dce80/dce80_opp_regamma.c [deleted file]
drivers/gpu/drm/amd/display/dc/dce80/dce80_resource.c