diff --git a/radeon-modeset.patch b/radeon-modeset.patch index 143a50e..ca4e425 100644 --- a/radeon-modeset.patch +++ b/radeon-modeset.patch @@ -5317,7 +5317,7 @@ index 5d28d80..6426736 100644 blendcntl = RADEONGetBlendCntl(op, pMaskPicture, pDstPicture->format); diff --git a/src/radeon_memory.c b/src/radeon_memory.c new file mode 100644 -index 0000000..d5bb059 +index 0000000..ccc3bb8 --- /dev/null +++ b/src/radeon_memory.c @@ -0,0 +1,424 @@ @@ -5455,7 +5455,7 @@ index 0000000..d5bb059 + if (pool == RADEON_POOL_VRAM) + args.initial_domain = RADEON_GEM_DOMAIN_VRAM; + else -+ args.initial_domain = RADEON_GEM_DOMAIN_CPU; ++ args.initial_domain = RADEON_GEM_DOMAIN_GTT; + args.no_backing_store = no_backing_store; + + ret = drmCommandWriteRead(info->drmFD, DRM_RADEON_GEM_CREATE, &args, sizeof(args)); diff --git a/xorg-x11-drv-ati.spec b/xorg-x11-drv-ati.spec index 71f1a1a..387e51b 100644 --- a/xorg-x11-drv-ati.spec +++ b/xorg-x11-drv-ati.spec @@ -5,7 +5,7 @@ Summary: Xorg X11 ati video driver Name: xorg-x11-drv-ati Version: 6.9.0 -Release: 6%{?dist} +Release: 7%{?dist} URL: http://www.x.org License: MIT Group: User Interface/X Hardware Support @@ -67,6 +67,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man4/radeon.4* %changelog +* Wed Aug 27 2008 Dave Airlie 6.9.0-7 +- fix bug in modesetting to make 3D work again + * Tue Aug 26 2008 Dave Airlie 6.9.0-6 - update modesetting/memory manager support