drm/amd/display: Fix FBC disable for stereo
authorRoman Li <Roman.Li@amd.com>
Thu, 17 Aug 2017 20:14:45 +0000 (16:14 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 26 Sep 2017 22:16:51 +0000 (18:16 -0400)
commit57d972d4927581d027007c92b57b843c186128d4
treeffe8bb5aff9300129b7d029c7cd99cf3d8faac91
parent214435ff1369a9d48c194c7a75d918130c53bab2
drm/amd/display: Fix FBC disable for stereo

Removed FBC disable from dc_enable_stereo().
It should be implemented in stereo_setup callback, which is not
implemented yet. Otherwise it always disable FBC regardless
if stereo supported or not.

Signed-off-by: Roman Li <Roman.Li@amd.com>
Reviewed-by: Bhawanpreet Lakha <Bhawanpreet.Lakha@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/core/dc.c