Date: Thu, 18 Dec 2008 21:04:50 +0000 (UTC) From: Robert Noland <rnoland@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/drm drmP.h drm_scatter.c Message-ID: <200812182104.mBIL4tWL053475@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rnoland 2008-12-18 21:04:50 UTC FreeBSD src repository Modified files: sys/dev/drm drmP.h drm_scatter.c Log: SVN rev 186295 on 2008-12-18 21:04:50Z by rnoland rework drm_scatter.c which allocates scatter / gather pages for use by ati pci gart to use bus_dma to handle the allocations. This fixes a garbled screen issue on at least some radeons (X1400 tested). It is also likely that this is the correct fix for PR# 119324, though that is not confirmed yet. Reviewed by: jhb@ (mentor, prior version) Approved by: kib@ MFC after: 2 weeks Revision Changes Path 1.23 +7 -5 src/sys/dev/drm/drmP.h 1.7 +84 -26 src/sys/dev/drm/drm_scatter.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200812182104.mBIL4tWL053475>