CVS commit: src/sys/external/bsd/drm/dist/libdrm

2015-12-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Dec 15 12:33:03 UTC 2015 Modified Files: src/sys/external/bsd/drm/dist/libdrm: xf86drm.c Log Message: PR/50560: David Binderman: fix memory leaks. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/sys/external/bsd/drm/dist/bsd-core

2015-04-20 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Apr 20 15:38:13 UTC 2015 Modified Files: src/sys/external/bsd/drm/dist/bsd-core: drmP.h Log Message: Remove old drm's container_of. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24

CVS commit: src/sys/external/bsd/drm/dist/bsd-core

2015-01-10 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Sat Jan 10 23:34:49 UTC 2015 Modified Files: src/sys/external/bsd/drm/dist/bsd-core: drm_bufs.c Log Message: initialize addr before passing its address to uvm_mmap_dev(). from Onno van der Linden in PR 49536. To generate a diff of

CVS commit: src/sys/external/bsd/drm/dist/bsd-core

2014-11-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Nov 10 16:32:21 UTC 2014 Modified Files: src/sys/external/bsd/drm/dist/bsd-core: drm_drv.c Log Message: fix the module class. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26

CVS commit: src/sys/external/bsd/drm/dist/bsd-core

2014-10-04 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Oct 4 15:51:23 UTC 2014 Modified Files: src/sys/external/bsd/drm/dist/bsd-core: drm_atomic.h Log Message: Canonicalize boolean result from test_and_set_bit. Not actually semantically significant for any callers, but

CVS commit: src/sys/external/bsd/drm/dist/shared-core

2014-09-05 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Sep 5 09:40:44 UTC 2014 Modified Files: src/sys/external/bsd/drm/dist/shared-core: i915_drv.h i915_suspend.c Log Message: Rename enum pipe to enum pipe so it won't conflcit with struct pipe. To generate a diff of this

CVS commit: src/sys/external/bsd/drm/dist/bsd-core

2014-07-26 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jul 27 03:49:25 UTC 2014 Modified Files: src/sys/external/bsd/drm/dist/bsd-core: drm_scatter.c Log Message: Fix misplaced parenthesis, from Henning Petersen in PR 44804. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/external/bsd/drm/dist/shared-core

2013-10-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 17 21:14:05 UTC 2013 Modified Files: src/sys/external/bsd/drm/dist/shared-core: savage_bci.c Log Message: annotate some unused variables the authors want to keep To generate a diff of this commit: cvs rdiff -u -r1.5

CVS commit: src/sys/external/bsd/drm/dist/shared-core

2013-10-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 17 21:15:00 UTC 2013 Modified Files: src/sys/external/bsd/drm/dist/shared-core: mach64_drv.h mach64_state.c Log Message: define a new macro that does not declare variables used in output. To generate a diff of this

CVS commit: src/sys/external/bsd/drm/dist

2013-10-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 17 21:15:18 UTC 2013 Modified Files: src/sys/external/bsd/drm/dist/bsd-core: drm_memory.c drm_vm.c via_dmablit.c src/sys/external/bsd/drm/dist/shared-core: mga_state.c radeon_cs.c

CVS commit: src/sys/external/bsd/drm/dist/shared-core

2013-09-14 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sat Sep 14 12:39:28 UTC 2013 Modified Files: src/sys/external/bsd/drm/dist/shared-core: mach64_dma.c Log Message: Mark mach64_set_dma_eol as unused. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 \

CVS commit: src/sys/external/bsd/drm/dist/bsd-core

2013-06-06 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Thu Jun 6 07:55:46 UTC 2013 Modified Files: src/sys/external/bsd/drm/dist/bsd-core: drm_memory.c Log Message: fix build for 'no options MTRR' To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 \

CVS commit: src/sys/external/bsd/drm/dist/shared-core

2012-12-10 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Dec 11 07:31:40 UTC 2012 Modified Files: src/sys/external/bsd/drm/dist/shared-core: i915_suspend.c Log Message: Fix wrong reference to dev_priv-saveSWF1. It was clearly wrong. To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/external/bsd/drm/dist/bsd-core

2012-06-17 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Sun Jun 17 15:15:34 UTC 2012 Modified Files: src/sys/external/bsd/drm/dist/bsd-core: drm_bufs.c Log Message: when freeing the DRM_SHM kernel memory that can be mapped by a user process, remove any user mappings before freeing the

CVS commit: src/sys/external/bsd/drm/dist

2012-06-11 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Mon Jun 11 16:51:04 UTC 2012 Modified Files: src/sys/external/bsd/drm/dist/bsd-core: drm_pciids.h src/sys/external/bsd/drm/dist/shared-core: drm_pciids.txt i915_drv.h i915_reg.h Log Message: Make i915drm work

CVS commit: src/sys/external/bsd/drm/dist/bsd-core

2012-01-29 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Sun Jan 29 11:49:02 UTC 2012 Modified Files: src/sys/external/bsd/drm/dist/bsd-core: drm_bufs.c Log Message: remove incomplete conversion to kmem_alloc -- inconsistent use leads at least to diagnostic panics To generate a

CVS commit: src/sys/external/bsd/drm/dist/bsd-core

2011-08-28 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Aug 28 20:22:42 UTC 2011 Modified Files: src/sys/external/bsd/drm/dist/bsd-core: i915_drv.c Log Message: return 'error' not 0, fixes non-module build To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

CVS commit: src/sys/external/bsd/drm/dist/bsd-core

2011-08-28 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Aug 28 20:32:35 UTC 2011 Modified Files: src/sys/external/bsd/drm/dist/bsd-core: mach64_drv.c Log Message: return 'error' not 0, fixes non-module build To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/sys/external/bsd/drm/dist/bsd-core

2011-08-28 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Aug 28 20:37:06 UTC 2011 Modified Files: src/sys/external/bsd/drm/dist/bsd-core: savage_drv.c sis_drv.c tdfx_drv.c Log Message: return 'error' not 0, fixes non-module build To generate a diff of this commit:

CVS commit: src/sys/external/bsd/drm/dist/bsd-core

2011-08-03 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Aug 3 06:42:59 UTC 2011 Modified Files: src/sys/external/bsd/drm/dist/bsd-core: drm_drv.c Log Message: add a little bit of DRM_NO_AGP to help build on ofppc To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21

CVS commit: src/sys/external/bsd/drm/dist/bsd-core

2011-07-25 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Mon Jul 25 14:21:52 UTC 2011 Modified Files: src/sys/external/bsd/drm/dist/bsd-core: drm_pciids.h Log Message: Add additional Radeon devices from FreeBSD via Dragon Fly BSD. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/external/bsd/drm/dist/bsd-core

2011-07-01 Thread David Young
Module Name:src Committed By: dyoung Date: Fri Jul 1 18:36:15 UTC 2011 Modified Files: src/sys/external/bsd/drm/dist/bsd-core: drmP.h Log Message: #include sys/bus.h instead of machine/bus.h. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23

CVS commit: src/sys/external/bsd/drm/dist/bsd-core

2011-06-09 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Jun 9 14:47:16 UTC 2011 Modified Files: src/sys/external/bsd/drm/dist/bsd-core: drmP.h Log Message: dma_addr_t may not be a 64bit type, so add an explicit cast here instead of silent truncation To generate a diff of this

CVS commit: src/sys/external/bsd/drm/dist/shared-core

2011-05-30 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon May 30 13:50:36 UTC 2011 Modified Files: src/sys/external/bsd/drm/dist/shared-core: radeon_cp.c Log Message: Remove invalid const, the content is later passed to free. To generate a diff of this commit: cvs rdiff -u -r1.12

CVS commit: src/sys/external/bsd/drm/dist/shared-core

2011-05-30 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon May 30 13:52:26 UTC 2011 Modified Files: src/sys/external/bsd/drm/dist/shared-core: radeon_state.c Log Message: Fix format strings to match arguments To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 \

CVS commit: src/sys/external/bsd/drm/dist/shared-core

2011-05-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed May 25 14:11:37 UTC 2011 Modified Files: src/sys/external/bsd/drm/dist/shared-core: mga_drv.h Log Message: fix printf formats. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/sys/external/bsd/drm/dist/shared-core

2011-05-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed May 25 15:15:55 UTC 2011 Modified Files: src/sys/external/bsd/drm/dist/shared-core: mga_drv.h Log Message: more wrong formats. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/sys/external/bsd/drm/dist/shared-core

2011-05-24 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Tue May 24 18:22:02 UTC 2011 Modified Files: src/sys/external/bsd/drm/dist/shared-core: mga_drv.h Log Message: Use some format specifiers that actually exist To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/sys/external/bsd/drm/dist/shared-core

2011-03-30 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Wed Mar 30 17:21:05 UTC 2011 Modified Files: src/sys/external/bsd/drm/dist/shared-core: radeon_cp.c Log Message: Add missing agp.h include file. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 \

CVS commit: src/sys/external/bsd/drm/dist/shared-core

2011-03-30 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Wed Mar 30 19:59:04 UTC 2011 Modified Files: src/sys/external/bsd/drm/dist/shared-core: radeon_cp.c Log Message: Fix build of radeondrm kernel module. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 \

CVS commit: src/sys/external/bsd/drm/dist/bsd-core

2011-03-05 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Mar 5 21:43:39 UTC 2011 Modified Files: src/sys/external/bsd/drm/dist/bsd-core: drm_irq.c Log Message: Make interrupt establishment failure be noted like most other PCI drivers do. To generate a diff of this commit: cvs

CVS commit: src/sys/external/bsd/drm/dist/bsd-core

2011-02-26 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Feb 27 01:02:40 UTC 2011 Modified Files: src/sys/external/bsd/drm/dist/bsd-core: drm_drv.c Log Message: use pa_intrpin instead of pa_intrline for irq#, since drivers treat irq=0 as no irq and this matches pa_intrpin

CVS commit: src/sys/external/bsd/drm/dist/shared-core

2011-02-24 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Feb 24 08:02:55 UTC 2011 Modified Files: src/sys/external/bsd/drm/dist/shared-core: i915_drm.h i915_drv.h i915_irq.c Log Message: change int pipe into unsigned int pipe. To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/external/bsd/drm/dist

2011-02-23 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Feb 24 07:59:44 UTC 2011 Modified Files: src/sys/external/bsd/drm/dist/bsd-core: drmP.h drm_irq.c src/sys/external/bsd/drm/dist/shared-core: i915_drv.h i915_irq.c mach64_drv.h mach64_irq.c mga_drv.h mga_irq.c

CVS commit: src/sys/external/bsd/drm/dist/bsd-core

2011-02-17 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Thu Feb 17 23:21:54 UTC 2011 Modified Files: src/sys/external/bsd/drm/dist/bsd-core: drm_pciids.h Log Message: Add the RS880 device IDs to radeondrm(4). To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/sys/external/bsd/drm/dist/shared-core

2011-02-17 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Feb 18 02:52:42 UTC 2011 Removed Files: src/sys/external/bsd/drm/dist/shared-core: via_drv.c Log Message: get rid of this stale copy of via_drv.c, the one we want is in bsd-core To generate a diff of this commit: cvs

CVS commit: src/sys/external/bsd/drm/dist/bsd-core

2011-02-15 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Feb 15 14:24:23 UTC 2011 Modified Files: src/sys/external/bsd/drm/dist/bsd-core: drm_memory.c drm_vm.c Log Message: map the framebuffer and agp with BUS_SPACE_MAP_PREFETCHABLE To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/external/bsd/drm/dist/bsd-core

2011-02-12 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Feb 12 14:49:55 UTC 2011 Modified Files: src/sys/external/bsd/drm/dist/bsd-core: drm_memory.c Log Message: wsdisplay isn't module friendly so don't add genfb support to the kmod for now To generate a diff of this commit:

CVS commit: src/sys/external/bsd/drm/dist/bsd-core

2011-02-10 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Feb 11 01:13:03 UTC 2011 Modified Files: src/sys/external/bsd/drm/dist/bsd-core: drm_memory.c Log Message: Make DRM work with genfb again. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/sys/external/bsd/drm/dist/shared-core

2011-01-21 Thread David Young
Module Name:src Committed By: dyoung Date: Fri Jan 21 21:57:17 UTC 2011 Modified Files: src/sys/external/bsd/drm/dist/shared-core: i915_drv.h Log Message: unifdef -U__linux__ -U__FreeBSD__. No functional change intended. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/external/bsd/drm/dist/bsd-core

2011-01-06 Thread Christoph Egger
Module Name:src Committed By: cegger Date: Thu Jan 6 11:07:49 UTC 2011 Modified Files: src/sys/external/bsd/drm/dist/bsd-core: drm_pciids.h Log Message: recognize Radeon HD 4200. This lets radeondrm(4) attach. go ahead macallan@ To generate a diff of this commit: cvs

CVS commit: src/sys/external/bsd/drm/dist/bsd-core

2010-11-09 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Nov 10 05:22:56 UTC 2010 Modified Files: src/sys/external/bsd/drm/dist/bsd-core: drm_sysctl.c Log Message: use a sysctllog structure, and sysctl_teardown(), to destroy the drm data. this should actually now fix PR#40029. To

CVS commit: src/sys/external/bsd/drm/dist

2010-11-06 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Nov 6 22:06:10 UTC 2010 Modified Files: src/sys/external/bsd/drm/dist/bsd-core: drm_drv.c src/sys/external/bsd/drm/dist/shared-core: radeon_cp.c radeon_state.c Log Message: call the sysctl destroy functions upon failure

CVS commit: src/sys/external/bsd/drm/dist/shared-core

2010-08-21 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Aug 21 11:54:37 UTC 2010 Modified Files: src/sys/external/bsd/drm/dist/shared-core: via_drv.c Log Message: Get viadrm working again To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/sys/external/bsd/drm/dist/shared-core

2010-07-05 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Jul 6 04:15:45 UTC 2010 Removed Files: src/sys/external/bsd/drm/dist/shared-core: r600_microcode.h radeon_microcode.h radeonhd_microcode.h Log Message: kill these old built-in firmware headers; we use the ones

CVS commit: src/sys/external/bsd/drm/dist/shared-core

2010-06-26 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Jun 26 22:59:31 UTC 2010 Modified Files: src/sys/external/bsd/drm/dist/shared-core: radeon_drv.h Log Message: add CHIP_CEDAR, CHIP_REDWOOD, CHIP_JUNIPER, CHIP_CYPRESS and CHIP_HEMLOCK. To generate a diff of this commit: cvs

CVS commit: src/sys/external/bsd/drm/dist/bsd-core

2010-06-26 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Jun 26 23:00:19 UTC 2010 Modified Files: src/sys/external/bsd/drm/dist/bsd-core: drm_pciids.h Log Message: add the latest generation of radeon cards. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/sys/external/bsd/drm/dist/bsd-core

2010-05-24 Thread matthew green
Module Name:src Committed By: mrg Date: Mon May 24 08:51:53 UTC 2010 Modified Files: src/sys/external/bsd/drm/dist/bsd-core: drmP.h Log Message: use round_page() for PAGE_ALIGN(). from Onno van der Linden o.vd.lin...@quicknet.nl in PR#38700, though apparently i didn't

CVS commit: src/sys/external/bsd/drm/dist/bsd-core

2010-05-19 Thread matthew green
Module Name:src Committed By: mrg Date: Wed May 19 22:14:20 UTC 2010 Modified Files: src/sys/external/bsd/drm/dist/bsd-core: drmP.h drm_sysctl.c Log Message: only use bus_space*() on drm_local_map_t's that have been mapped into some bus space somewhere. otherwise, just

CVS commit: src/sys/external/bsd/drm/dist/bsd-core

2010-03-19 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Mar 20 02:53:35 UTC 2010 Modified Files: src/sys/external/bsd/drm/dist/bsd-core: drm_pci.c Log Message: don't pass maxaddr as a boundary in bus_dmamap_create() like rev 1.8 did for _alloc(). To generate a diff of this commit:

CVS commit: src/sys/external/bsd/drm/dist/bsd-core

2010-01-26 Thread Jeremy Morse
Module Name:src Committed By: jmorse Date: Tue Jan 26 08:01:27 UTC 2010 Modified Files: src/sys/external/bsd/drm/dist/bsd-core: drmP.h drm_bufs.c drm_memory.c Log Message: PR/42262: Support drm drivers (intel G33/G45) submapping pci resources To generate a diff of this

CVS commit: src/sys/external/bsd/drm/dist/bsd-core

2010-01-08 Thread David Young
Module Name:src Committed By: dyoung Date: Fri Jan 8 19:50:27 UTC 2010 Modified Files: src/sys/external/bsd/drm/dist/bsd-core: i915_drv.c radeon_drv.c Log Message: Expand PMF_FN_* macros. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/sys/external/bsd/drm/dist/bsd-core

2009-12-14 Thread Mihai Chelaru
Module Name:src Committed By: kefren Date: Mon Dec 14 21:01:07 UTC 2009 Modified Files: src/sys/external/bsd/drm/dist/bsd-core: radeon_drv.c Log Message: add suspend/resume hooks for command processor To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/sys/external/bsd/drm/dist/bsd-core

2009-12-12 Thread Mihai Chelaru
Module Name:src Committed By: kefren Date: Sat Dec 12 14:15:25 UTC 2009 Modified Files: src/sys/external/bsd/drm/dist/bsd-core: radeon_drv.c Log Message: add stub pmf hook To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/sys/external/bsd/drm/dist/bsd-core

2009-12-06 Thread David Young
Module Name:src Committed By: dyoung Date: Sun Dec 6 22:51:25 UTC 2009 Modified Files: src/sys/external/bsd/drm/dist/bsd-core: drmP.h drm_drv.c i915_drv.c mach64_drv.c mga_drv.c r128_drv.c radeon_drv.c savage_drv.c sis_drv.c tdfx_drv.c via_drv.c

CVS commit: src/sys/external/bsd/drm/dist

2009-09-27 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Sep 27 12:39:05 UTC 2009 Modified Files: src/sys/external/bsd/drm/dist/bsd-core: via_drv.c src/sys/external/bsd/drm/dist/shared-core: via_dma.c via_drv.c via_drv.h via_ds.c via_irq.c via_map.c via_mm.c

CVS commit: src/sys/external/bsd/drm/dist/bsd-core

2009-09-27 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Sep 27 12:59:38 UTC 2009 Modified Files: src/sys/external/bsd/drm/dist/bsd-core: i915_drv.c Log Message: deregister with pmf on detach To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/sys/external/bsd/drm/dist/bsd-core

2009-09-26 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Sep 27 03:48:07 UTC 2009 Modified Files: src/sys/external/bsd/drm/dist/bsd-core: drm_irq.c Log Message: make sure to call pci_intr_*stablish() with the right first argument; it worked by C-luck on x86, but macppc picked it up.

CVS commit: src/sys/external/bsd/drm/dist

2009-09-12 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Sat Sep 12 17:16:41 UTC 2009 Modified Files: src/sys/external/bsd/drm/dist/bsd-core: drm_pci.c src/sys/external/bsd/drm/dist/shared-core: i915_dma.c mach64_dma.c Log Message: fix some confusion between highest DMA

CVS commit: src/sys/external/bsd/drm/dist/bsd-core

2009-09-01 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Sep 2 01:34:34 UTC 2009 Modified Files: src/sys/external/bsd/drm/dist/bsd-core: ati_pcigart.c Log Message: remove a memset() that isn't necessary. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/sys/external/bsd/drm/dist

2009-09-01 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Sep 2 01:36:41 UTC 2009 Modified Files: src/sys/external/bsd/drm/dist/bsd-core: drmP.h drm_bufs.c drm_drv.c drm_memory.c src/sys/external/bsd/drm/dist/shared-core: savage_bci.c Log Message: - normalize

CVS commit: src/sys/external/bsd/drm/dist/bsd-core

2009-08-25 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Aug 26 01:37:10 UTC 2009 Modified Files: src/sys/external/bsd/drm/dist/bsd-core: drm_drv.c Log Message: introduce an ugly but simple hack to work around external software requirements: set the drm pci domain to the pci bus unit

CVS commit: src/sys/external/bsd/drm/dist/bsd-core

2009-08-23 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Aug 23 08:55:16 UTC 2009 Modified Files: src/sys/external/bsd/drm/dist/bsd-core: drm_drv.c Log Message: on netbsd with the single final close() action, make sure we clean up all the files attached to dev-files. we check for one

CVS commit: src/sys/external/bsd/drm/dist/bsd-core

2009-08-07 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Aug 7 22:51:05 UTC 2009 Modified Files: src/sys/external/bsd/drm/dist/bsd-core: drmP.h drm_fops.c Log Message: remove some netbsd specific code that does nothing. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13

CVS commit: src/sys/external/bsd/drm/dist

2009-06-22 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Jun 23 04:42:01 UTC 2009 Modified Files: src/sys/external/bsd/drm/dist/bsd-core: mach64_drv.c mga_drv.c r128_drv.c savage_drv.c sis_drv.c tdfx_drv.c src/sys/external/bsd/drm/dist/shared-core: mach64_dma.c

CVS commit: src/sys/external/bsd/drm/dist

2009-06-18 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Jun 19 03:22:29 UTC 2009 Update of /cvsroot/src/sys/external/bsd/drm/dist In directory ivanova.netbsd.org:/tmp/cvs-serv9435 Log Message: import mesa-drm git from version 85b9f737db0d2a845e4d7e2bbf9ad12ff9e2227c. Status: Vendor Tag:

CVS commit: src/sys/external/bsd/drm/dist

2009-06-18 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Jun 19 03:38:40 UTC 2009 Update of /cvsroot/src/sys/external/bsd/drm/dist In directory ivanova.netbsd.org:/tmp/cvs-serv7275 Log Message: import the missing file from mesa-drm at git change 85b9f737db0d2a845e4d7e2bbf9ad12ff9e2227c.

CVS commit: src/sys/external/bsd/drm/dist/bsd-core

2009-06-18 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Jun 19 03:52:20 UTC 2009 Added Files: src/sys/external/bsd/drm/dist/bsd-core: drm_pciids.h Log Message: add a freshly generated drm_pciids.h To generate a diff of this commit: cvs rdiff -u -r0 -r1.3

CVS commit: src/sys/external/bsd/drm/dist/bsd-core

2009-05-08 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sat May 9 01:29:01 UTC 2009 Modified Files: src/sys/external/bsd/drm/dist/bsd-core: i915_drv.c Log Message: softc split as needed by the rest of the drm code. Add basic suspend/resume hooks. To generate a diff of this commit:

CVS commit: src/sys/external/bsd/drm/dist/bsd-core

2009-03-29 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Mar 29 23:46:34 UTC 2009 Modified Files: src/sys/external/bsd/drm/dist/bsd-core: drm_irq.c Log Message: fix a device_t-ification. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/sys/external/bsd/drm/dist/shared-core

2009-03-29 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Mar 30 01:38:21 UTC 2009 Modified Files: src/sys/external/bsd/drm/dist/shared-core: radeon_cp.c Log Message: apply from sys/dev: revision 1.12 date: 2009/03/29 19:37:25; author: mrg; state: Exp; lines: +9 -3 XXX: for now,

CVS commit: src/sys/external/bsd/drm/dist/bsd-core

2009-03-29 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Mar 30 01:42:20 UTC 2009 Modified Files: src/sys/external/bsd/drm/dist/bsd-core: drmP.h Log Message: - apply from sys/dev: revision 1.33 date: 2009/03/29 17:00:50; author: mrg; state: Exp; lines: +12 -4 add a comment

CVS commit: src/sys/external/bsd/drm/dist/bsd-core

2009-03-29 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Mar 30 01:44:41 UTC 2009 Modified Files: src/sys/external/bsd/drm/dist/bsd-core: drm_pci.c Log Message: - apply from sys/dev: revision 1.14 date: 2009/03/29 19:39:10; author: mrg; state: Exp; lines: +4 -3 include the size in