summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
diff options
context:
space:
mode:
authorAlex Deucher <alexander.deucher@amd.com>2018-11-06 15:19:49 -0500
committerAlex Deucher <alexander.deucher@amd.com>2018-11-06 16:45:56 -0500
commit04b94af4e348acc52546b9b19c933575f26589a1 (patch)
treef115befdfcc1fe5b7ce44ba0e87e36ab45f4c3ef /drivers/gpu
parentce2127c462d9d1c0832f088b23158420e87e71a0 (diff)
downloadblackbird-obmc-linux-04b94af4e348acc52546b9b19c933575f26589a1.tar.gz
blackbird-obmc-linux-04b94af4e348acc52546b9b19c933575f26589a1.zip
drm/amdgpu/display/dm: handle FBC dc feature parameter
Set the dc_config properly when the option is enabled. Reviewed-by: Harry Wentland <harry.wentland@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu')
-rw-r--r--drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
index 289ddd52cac4..d3f5cb1795bf 100644
--- a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
+++ b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
@@ -429,6 +429,9 @@ static int amdgpu_dm_init(struct amdgpu_device *adev)
adev->asic_type < CHIP_RAVEN)
init_data.flags.gpu_vm_support = true;
+ if (amdgpu_dc_feature_mask & DC_FBC_MASK)
+ init_data.flags.fbc_support = true;
+
/* Display Core create. */
adev->dm.dc = dc_create(&init_data);
OpenPOWER on IntegriCloud