From owner-cvs-src-old@FreeBSD.ORG Sun Mar 15 17:21:36 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E250710656C8 for ; Sun, 15 Mar 2009 17:21:36 +0000 (UTC) (envelope-from rnoland@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B16EB8FC15 for ; Sun, 15 Mar 2009 17:21:36 +0000 (UTC) (envelope-from rnoland@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n2FHLawH047115 for ; Sun, 15 Mar 2009 17:21:36 GMT (envelope-from rnoland@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n2FHLaHD047114 for cvs-src-old@freebsd.org; Sun, 15 Mar 2009 17:21:36 GMT (envelope-from rnoland@repoman.freebsd.org) Message-Id: <200903151721.n2FHLaHD047114@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rnoland@repoman.freebsd.org using -f From: Robert Noland Date: Sun, 15 Mar 2009 17:20:28 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 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 X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Mar 2009 17:21:38 -0000 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