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 src/sys/external/bsd/drm/di

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 o

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 src/sys/external/bsd/drm/dist/bsd-

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 Linux

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 -r1.

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 \ src/sys/external

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

2012-09-29 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Sat Sep 29 14:19:43 UTC 2012 Modified Files: src/sys/external/bsd/drm/dist/bsd-core: drm_sysctl.c Log Message: fix the DRM string sysctls to use copyout() instead of strcat() to deliver the data to the user buffer. To generate a di

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 mem

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 diff

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: cv

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 src/sys/ex

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 src/sys/ext

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

2011-08-02 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 src/sys

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 -r1.

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 instead of . To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/sys/external/bsd/drm/dist/bsd-core

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 com

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 r

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 encodi

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 src/sys/exter

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: c

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 src/sys/external/bsd/dr

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 ge

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 src/sys/external/

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 in PR#38700, though apparently i didn't commit it way back when i

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 us

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: