OSDN Git Service

drm/amdgpu/display: Add dml support for DCN
authorHarry Wentland <harry.wentland@amd.com>
Mon, 8 May 2017 19:20:38 +0000 (15:20 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 26 Sep 2017 22:06:49 +0000 (18:06 -0400)
commit061bfa06a42a9f6cd192bae61a4bf0e746eccb39
tree73f75a293e126294c2c9fc66ad329a260a857e18
parent70ccab604049bbb995a57ab3b7fe8a3c2fdbb736
drm/amdgpu/display: Add dml support for DCN

Display mode lib handles clock, watermark, and bandwidth
calculations for DCN.

Signed-off-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
20 files changed:
drivers/gpu/drm/amd/display/dc/dml/Makefile [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dml/dc_features.h [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dml/display_mode_enums.h [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dml/display_mode_lib.c [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dml/display_mode_lib.h [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dml/display_mode_structs.h [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dml/display_mode_support.c [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dml/display_mode_support.h [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dml/display_pipe_clocks.c [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dml/display_pipe_clocks.h [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dml/display_rq_dlg_calc.c [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dml/display_rq_dlg_calc.h [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dml/display_rq_dlg_helpers.c [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dml/display_rq_dlg_helpers.h [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dml/display_watermark.c [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dml/display_watermark.h [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dml/dml_common_defs.c [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dml/dml_common_defs.h [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dml/soc_bounding_box.c [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dml/soc_bounding_box.h [new file with mode: 0644]