Date: Sun, 15 Mar 2009 17:20:28 +0000 (UTC) From: Robert Noland <rnoland@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/conf files src/sys/dev/drm drm_pciids.h r600_cp.c r600_microcode.h radeon_cp.c radeon_drm.h radeon_drv.h radeon_irq.c radeon_state.c src/sys/modules/drm/radeon Makefile Message-ID: <200903151721.n2FHLaHD047114@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rnoland 2009-03-15 17:20:28 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/conf files sys/dev/drm drm_pciids.h radeon_cp.c radeon_drm.h radeon_drv.h radeon_irq.c radeon_state.c sys/modules/drm/radeon Makefile Added files: (Branch: RELENG_7) sys/dev/drm r600_cp.c r600_microcode.h Log: SVN rev 189855 on 2009-03-15 17:20:28Z by rnoland Merge 189499,189557,189558 This is the radeon r600+ code with fixes. A few days early, but it seems to fix some other vblank related issues as well. 189499: Import support for ATI Radeon R600 and R700 series chips. Tested on an HD3850 (RV670) on loan from Warren Block. Currently, you need one of the following for this to be useful: x11-drivers/xf86-video-radeonhd-devel (not tested) xf86-video-ati from git (EXA works, xv is too fast) xf86-video-radeonhd from git (EXA works, xv works) There is no 3d support available from dri just yet. 189557: Call the right function for the right chipset. 189558: -Make the PCI(E)/AGP calculations consistent -Calculate the scratch address correctly Revision Changes Path 1.1243.2.47 +1 -0 src/sys/conf/files 1.7.2.4 +111 -0 src/sys/dev/drm/drm_pciids.h 1.2.2.1 +2261 -0 src/sys/dev/drm/r600_cp.c (new) 1.1.2.1 +23295 -0 src/sys/dev/drm/r600_microcode.h (new) 1.19.2.3 +512 -133 src/sys/dev/drm/radeon_cp.c 1.14.2.2 +6 -1 src/sys/dev/drm/radeon_drm.h 1.16.2.2 +689 -127 src/sys/dev/drm/radeon_drv.h 1.7.2.5 +7 -7 src/sys/dev/drm/radeon_irq.c 1.22.2.2 +71 -115 src/sys/dev/drm/radeon_state.c 1.6.2.1 +1 -1 src/sys/modules/drm/radeon/Makefile
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200903151721.n2FHLaHD047114>