[Bug 22730] Xv broken with unified kms/ums driver

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Jul 14 10:53:15 PDT 2009


http://bugs.freedesktop.org/show_bug.cgi?id=22730





--- Comment #13 from Daniel Vetter <daniel at ffwll.ch>  2009-07-14 10:53:14 PST ---
On Tue, Jul 14, 2009 at 10:13:24AM -0700, bugzilla-daemon at freedesktop.org
wrote:
> --- Comment #12 from Alex Deucher <agd5f at yahoo.com>  2009-07-14 10:13:24 PST ---
> fixed with 0485f27bc3d75cb6ab320e8164dbe6ea2713c78e
Confirmed - thanks for the speedy fix! Although I've had to apply the
below patch to make it compile (some DRI2 version checks missing?):

-Daniel 

diff --git a/src/radeon_dri2.c b/src/radeon_dri2.c
index 4770ba3..43aea0e 100644
--- a/src/radeon_dri2.c
+++ b/src/radeon_dri2.c
@@ -168,7 +168,7 @@ radeon_dri2_create_buffer(DrawablePtr drawable,
     buffers->pitch = pixmap->devKind;
     buffers->cpp = pixmap->drawable.bitsPerPixel / 8;
     buffers->driverPrivate = privates;
-    buffers->format = format;
+    //buffers->format = format;
     buffers->flags = 0; /* not tiled */
     privates->pixmap = pixmap;
     privates->attachment = attachment;


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the xorg-driver-ati mailing list