diff --git a/src/sna/sna_accel.c b/src/sna/sna_accel.c index 975799e1..6254d0cf 100644 --- a/src/sna/sna_accel.c +++ b/src/sna/sna_accel.c @@ -685,7 +685,7 @@ sna_pixmap_force_to_gpu(PixmapPtr pixmap) pixmap->drawable.height, pixmap->drawable.bitsPerPixel, sna_pixmap_choose_tiling(pixmap), - 0); + priv->cpu_damage ? CREATE_INACTIVE : 0); if (priv->gpu_bo == NULL) return NULL;