Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Jul 2005 21:10:57 +0000 (UTC)
From:      Eric Anholt <anholt@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/conf files src/sys/i386/conf NOTES src/sys/amd64/conf NOTES src/sys/modules/drm/radeon Makefile src/sys/dev/drm ati_pcigart.c drmP.h drm_agpsupport.c drm_pciids.h r128_cce.c r300_cmdbuf.c r300_reg.h radeon_cp.c radeon_drm.h ...
Message-ID:  <200507202110.j6KLAvvZ011985@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
anholt      2005-07-20 21:10:57 UTC

  FreeBSD src repository

  Modified files:
    sys/conf             files 
    sys/i386/conf        NOTES 
    sys/amd64/conf       NOTES 
    sys/modules/drm/radeon Makefile 
    sys/dev/drm          ati_pcigart.c drmP.h drm_agpsupport.c 
                         drm_pciids.h r128_cce.c radeon_cp.c 
                         radeon_drm.h radeon_drv.h radeon_state.c 
  Added files:
    sys/dev/drm          r300_cmdbuf.c r300_reg.h 
  Log:
  Add the latest r300 code from r300.sf.net.  This is based on the patch supplied
  by Vladimir Dergachev for inclusion in DRM CVS, with minor modifications for
  FreeBSD CVS and the appropriate license from Nicolai Haehnle on r300_reg.h.
  Fixes hangs when using r300.sf.net userland, tested on a Radeon 9600 on amd64.
  
  Revision  Changes    Path
  1.37      +1 -1      src/sys/amd64/conf/NOTES
  1.1036    +1 -0      src/sys/conf/files
  1.2       +9 -2      src/sys/dev/drm/ati_pcigart.c
  1.14      +12 -2     src/sys/dev/drm/drmP.h
  1.2       +16 -4     src/sys/dev/drm/drm_agpsupport.c
  1.3       +13 -0     src/sys/dev/drm/drm_pciids.h
  1.13      +1 -1      src/sys/dev/drm/r128_cce.c
  1.1       +805 -0    src/sys/dev/drm/r300_cmdbuf.c (new)
  1.1       +1416 -0   src/sys/dev/drm/r300_reg.h (new)
  1.16      +44 -2     src/sys/dev/drm/radeon_cp.c
  1.11      +47 -0     src/sys/dev/drm/radeon_drm.h
  1.13      +50 -0     src/sys/dev/drm/radeon_drv.h
  1.16      +41 -32    src/sys/dev/drm/radeon_state.c
  1.1204    +1 -1      src/sys/i386/conf/NOTES
  1.6       +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?200507202110.j6KLAvvZ011985>