summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
diff options
context:
space:
mode:
authorAric Cyr <aric.cyr@amd.com>2020-08-21 18:33:22 +0300
committerAlex Deucher <alexander.deucher@amd.com>2020-09-16 00:52:40 +0300
commit091018a51c16ec28db3603dcf85832ec57ccf5fe (patch)
tree09892eb723b70d05bb289798f43c21f98dc88b86 /drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
parentce17ce17af328a3a1fd0c5e00f6b04af94b0be01 (diff)
downloadlinux-091018a51c16ec28db3603dcf85832ec57ccf5fe.tar.xz
drm/amd/display: Triplebuffering should not be used by default
Disable triplebuffering by default. Signed-off-by: Aric Cyr <aric.cyr@amd.com> Acked-by: Aurabindo Pillai <aurabindo.pillai@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c')
-rw-r--r--drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c3
1 files changed, 0 insertions, 3 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 7ad2c3f7e281..643eb8e337aa 100644
--- a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
+++ b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
@@ -3375,9 +3375,6 @@ static int amdgpu_dm_initialize_drm_device(struct amdgpu_device *adev)
goto fail;
}
- /* No userspace support. */
- dm->dc->debug.disable_tri_buf = true;
-
return 0;
fail:
kfree(aencoder);