xf86-video-ati: Branch 'master'

Dave Airlie airlied at kemper.freedesktop.org
Fri Nov 11 02:29:10 PST 2011


 src/drmmode_display.c |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 534fb6e413a909a9d1afd57d1c711844b7c5ddf4
Author: Dave Airlie <airlied at redhat.com>
Date:   Fri Nov 11 10:26:51 2011 +0000

    ati: enable bg none when fbcon succeeds and we are built against ABI after 10.
    
    One less patch to keep carrying in Fedora.
    
    Signed-off-by: Dave Airlie <airlied at redhat.com>

diff --git a/src/drmmode_display.c b/src/drmmode_display.c
index f9f9812..02968d5 100644
--- a/src/drmmode_display.c
+++ b/src/drmmode_display.c
@@ -251,6 +251,9 @@ void drmmode_copy_fb(ScrnInfoPtr pScrn, drmmode_ptr drmmode)
 	info->accel_state->exa->DoneCopy (dst);
 	radeon_cs_flush_indirect(pScrn);
 
+#if GET_ABI_MAJOR(ABI_VIDEODRV_VERSION) >= 10
+	pScreen->canDoBGNoneRoot = TRUE;
+#endif
 	drmmode_destroy_bo_pixmap(dst);
  out_free_src:
 	drmmode_destroy_bo_pixmap(src);


More information about the xorg-commit mailing list