ports/152665: update for x11-drivers/xf86-video-ati

Albert Vest alvest at brakiri.com
Mon Dec 13 18:16:53 UTC 2010


On 11/30/10 17:10, Mark Atkinson wrote:
> The following reply was made to PR ports/152665; it has been noted by GNATS.
> 
> From: Mark Atkinson <atkin901 at gmail.com>
> 
> How many of these will be filed until we get someone to commit it?  :)
...

> 
> http://www.freebsd.org/cgi/query-pr.cgi?pr=148712&cat=ports

Excellent screen cap for 6.13.1 distinfo in that link.  I've been
running that version for a few weeks and have no complaints.  Unlike
Andriy I did have to apply one minor edit to one file (attached).

My hardware fwiw:
> drm0: <ATI Radeon RS300 9100 IGP> on vgapci0

-- 
  http://www.vanwensveen.nl/rants/microsoft/IhateMS_A.html
  Albert Vest, Al Vest at Brakiri dot com

-------------- next part --------------
--- r6xx_accel.c.orig	2010-07-04 18:56:14.000000000 -0400
+++ r6xx_accel.c	2010-12-13 12:40:53.000000000 -0500
@@ -1262,10 +1262,10 @@
 
 void r600_vb_no_space(ScrnInfoPtr pScrn, int vert_size)
 {
-#ifdef XF86DRM_MODE
     RADEONInfoPtr info = RADEONPTR(pScrn);
     struct radeon_accel_state *accel_state = info->accel_state; 
 
+#ifdef XF86DRM_MODE
     if (info->cs) {
 	if (accel_state->vb_bo) {
 	    if (accel_state->vb_start_op != accel_state->vb_offset) { 


More information about the freebsd-x11 mailing list