OSDN Git Service

drm/amd/display: make FBC configurable option
authorShirish S <shirish.s@amd.com>
Tue, 26 Sep 2017 10:05:42 +0000 (15:35 +0530)
committerAlex Deucher <alexander.deucher@amd.com>
Sat, 21 Oct 2017 20:46:05 +0000 (16:46 -0400)
commit3eab79163fcb0f7777440dfe360d2eedbbcc47b9
tree5f1f6ca136adf3ad0519bc65d7720191ae896517
parent96687275555a166951d77d845a924ee07b854822
drm/amd/display: make FBC configurable option

Currently FBC is guarded with ENABLE_FBC macro,
which needs to be manually enabled in Makefile.

This patch moves it to Kconfig so that there
wont be any need to additional patch to be carried
for enabling or disabling on every SoC.

Signed-off-by: Shirish S <shirish.s@amd.com>
Reviewed-by: Roman Li <Roman.Li@amd.com>
Acked-by: Harry Wentland <Harry.Wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/Kconfig
drivers/gpu/drm/amd/display/dc/core/dc.c
drivers/gpu/drm/amd/display/dc/dc.h
drivers/gpu/drm/amd/display/dc/dc_types.h
drivers/gpu/drm/amd/display/dc/dce110/dce110_compressor.c
drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c
drivers/gpu/drm/amd/display/dc/dce110/dce110_resource.c