summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichel Dänzer <michel.daenzer@amd.com>2017-03-03 16:44:15 +0900
committerMichel Dänzer <michel@daenzer.net>2017-03-07 16:55:23 +0900
commit351baa89b9b0ecfb6c666af3a2d10c559a9224a9 (patch)
tree27af64a3bba4bb2899cebf6e71215bb3e73b6c9a
parentad53635af150cda9b8da413be5a011d74f972ac7 (diff)
Don't call amdgpu_glamor_flush in drmmode_copy_fb
AMDGPUWindowExposures_oneshot takes care of it. (Ported from radeon commit d63881623f0686a66a2e3e3c1f84e496aa52ec6b) Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
-rw-r--r--src/drmmode_display.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/drmmode_display.c b/src/drmmode_display.c
index 406b5ee..2cdea90 100644
--- a/src/drmmode_display.c
+++ b/src/drmmode_display.c
@@ -429,8 +429,6 @@ void drmmode_copy_fb(ScrnInfoPtr pScrn, drmmode_ptr drmmode)
FreeScratchGC(gc);
- amdgpu_glamor_finish(pScrn);
-
pScreen->canDoBGNoneRoot = TRUE;
if (info->fbcon_pixmap)