git: drm: Add linux/backlight.h

2015-01-24 Thread Francois Tigeot
commit fb76cd81b31b2b802f8e6cf9c7b6fb640310b533 Author: François Tigeot ftig...@wolfpond.org Date: Sat Jan 24 11:52:03 2015 +0100 drm: Add linux/backlight.h Summary of changes: sys/dev/drm/include/drm/drm_crtc.h | 1 + sys/dev/drm/include/linux/{pm_qos.h = backlight.h}

git: drm: Improve linux/pci.h

2015-01-24 Thread Francois Tigeot
commit 1650748976efa1edc01e2446facffc527ba2f169 Author: François Tigeot ftig...@wolfpond.org Date: Sat Jan 24 11:56:16 2015 +0100 drm: Improve linux/pci.h * Add struct pci_device_id * Add PCI_DEVFN, obtained from FreeBSD's OFED subsystem Summary of changes:

git: drm: drm_detach() is drm_release()

2015-01-10 Thread Francois Tigeot
commit d0cc45b69abe9fde8e0f4eae1ae451a16edc5156 Author: François Tigeot ftig...@wolfpond.org Date: Sat Jan 10 09:31:00 2015 +0100 drm: drm_detach() is drm_release() Rename it in order to reduce differences with Linux. Summary of changes: sys/dev/drm/drm_drv.c | 84

git: drm: Handle drm masters and minors like Linux

2015-01-11 Thread Francois Tigeot
commit 2aa08105f11f5815d087c0f6baea9af394bd323f Author: François Tigeot ftig...@wolfpond.org Date: Sat Jan 10 21:06:46 2015 +0100 drm: Handle drm masters and minors like Linux * Make drm data structures more like their Linux versions * Reduce differences with Linux

git: Revert drm: Handle drm masters and minors like Linux

2015-01-11 Thread Francois Tigeot
commit 79f713b07d1137822651aa8159601195a0059d93 Author: François Tigeot ftig...@wolfpond.org Date: Mon Jan 12 08:50:18 2015 +0100 Revert drm: Handle drm masters and minors like Linux This reverts commit 2aa08105f11f5815d087c0f6baea9af394bd323f. Many people reported this

git: drm: Add wake_up_interruptible_all()

2015-01-09 Thread Francois Tigeot
commit 089893e247f7dcf132cb50b601af43813e56f687 Author: François Tigeot ftig...@wolfpond.org Date: Fri Jan 9 11:40:42 2015 +0100 drm: Add wake_up_interruptible_all() Summary of changes: sys/dev/drm/include/linux/wait.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)

git: drm: Update various Linux headers

2015-02-13 Thread Francois Tigeot
commit 47ad44e899c80895aa03a4a77f6ebe5ac225a83d Author: François Tigeot ftig...@wolfpond.org Date: Fri Feb 13 22:40:59 2015 +0100 drm: Update various Linux headers Summary of changes: sys/dev/drm/include/asm/io.h| 1 + sys/dev/drm/include/linux/compiler.h| 3 +++

git: drm: Update linux/workqueue.h

2015-02-13 Thread Francois Tigeot
commit 516c440c63f1cb51669508bfac7e12d7b716c526 Author: François Tigeot ftig...@wolfpond.org Date: Fri Feb 13 22:47:16 2015 +0100 drm: Update linux/workqueue.h Obtained-from: FreeBSD's OFED subsystem Summary of changes: sys/dev/drm/include/linux/workqueue.h | 21

git: drm: Add linux/spinlock.h

2015-02-13 Thread Francois Tigeot
commit 5377fbbdb772392db3ded9bf0a73a0915099dd8d Author: François Tigeot ftig...@wolfpond.org Date: Sat Feb 14 08:24:52 2015 +0100 drm: Add linux/spinlock.h Summary of changes: sys/dev/drm/include/linux/{fb.h = spinlock.h} | 10 ++ sys/dev/drm/include/linux/wait.h |

git: drm: Add linux/printk.h

2015-02-13 Thread Francois Tigeot
commit 912d8a9b0196ba30e6b33400a28d5064bb7a6d02 Author: François Tigeot ftig...@wolfpond.org Date: Sat Feb 14 08:25:40 2015 +0100 drm: Add linux/printk.h Summary of changes: sys/dev/drm/include/linux/kernel.h | 1 + sys/dev/drm/include/linux/{slab.h = printk.h} | 20

git: drm: Add linux/string.h

2015-02-13 Thread Francois Tigeot
commit 5a31741f9e49c2e2cbdcba19fe64c9828a8b2fd0 Author: François Tigeot ftig...@wolfpond.org Date: Sat Feb 14 08:33:25 2015 +0100 drm: Add linux/string.h Obtained-from: FreeBSD's OFED subsystem Summary of changes: sys/dev/drm/include/linux/{module.h = string.h} | 34

git: drm: Add get_seconds()

2015-02-13 Thread Francois Tigeot
commit 30c432c907f138fe8873a7de19cbb23c71f4a653 Author: François Tigeot ftig...@wolfpond.org Date: Sat Feb 14 08:41:44 2015 +0100 drm: Add get_seconds() Summary of changes: sys/dev/drm/include/linux/time.h | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-)

git: drm: Update linux/kernel.h

2015-02-14 Thread Francois Tigeot
commit d7b47d244aaf4acd7d11998d86f710997b9af81e Author: François Tigeot ftig...@wolfpond.org Date: Sat Feb 14 08:52:48 2015 +0100 drm: Update linux/kernel.h * Add clamp_t and DIV_ROUND_UP_ULL(), both obtained from NetBSD * Add WARN_ON_SMP() * Add max3() Summary

git: drm: Add DMI_MATCH and DMI_EXACT_MATCH

2015-02-14 Thread Francois Tigeot
commit dbd91184ddb94efbe2d8d7c13a34ccc0f521a8a6 Author: François Tigeot ftig...@wolfpond.org Date: Sat Feb 14 08:59:29 2015 +0100 drm: Add DMI_MATCH and DMI_EXACT_MATCH Obtained-from: OpenBSD Summary of changes: sys/dev/drm/include/linux/{fb.h = dmi.h} | 8

git: drm: Add linux/ctype.h

2015-02-14 Thread Francois Tigeot
commit fa20de6b821092e5ec262ba298230abc78056719 Author: François Tigeot ftig...@wolfpond.org Date: Sat Feb 14 09:08:19 2015 +0100 drm: Add linux/ctype.h Summary of changes: sys/dev/drm/include/linux/{fb.h = ctype.h} | 8 1 file changed, 4 insertions(+), 4 deletions(-) copy

git: drm/i915: Update to Linux 3.9.11

2015-01-04 Thread Francois Tigeot
commit a2fdbec6742a86e62144b3d67a14a72c57c4d985 Author: François Tigeot ftig...@wolfpond.org Date: Fri Jan 2 13:51:10 2015 +0100 drm/i915: Update to Linux 3.9.11 * Various bug fixes and small improvements * Better handling of GPU hangs, improved driver robustness

git: sound: Import latest code from FreeBSD

2015-01-08 Thread Francois Tigeot
commit 2a1ad637466621af45d5a17185b33f3dcaaa1b1c Author: François Tigeot ftig...@wolfpond.org Date: Thu Jan 8 10:44:43 2015 +0100 sound: Import latest code from FreeBSD * As of 1bac48ea8f21c4121f1c45311ec4f05577c58abc (SVN id r275101) Add bunch of PCI IDs of Intel Wildcat

git: sound: Port to DragonFly

2015-01-08 Thread Francois Tigeot
commit 67931cc46b2c63adf26460fc9f0e333e55b5ccbe Author: François Tigeot ftig...@wolfpond.org Date: Thu Dec 12 22:16:32 2013 +0100 sound: Port to DragonFly * Fix header includes * Fix const and static statements * Fix bus_setup_intr() calls *

git: sound: Port to DragonFly - kqueue filters

2015-01-08 Thread Francois Tigeot
commit 9bade76f6d9dda7f332c0af969802851e3f3014d Author: François Tigeot ftig...@wolfpond.org Date: Fri Jul 6 09:11:28 2012 +0200 sound: Port to DragonFly - kqueue filters Summary of changes: sys/dev/sound/pcm/buffer.c | 6 ++-- sys/dev/sound/pcm/buffer.h | 4 ++-

git: sound: Port to DragonFly - CTLFLAG_RWTUN

2015-01-08 Thread Francois Tigeot
commit c4356965e2cccb03602c91a7894423e0b16aa5ff Author: François Tigeot ftig...@wolfpond.org Date: Sat Nov 29 09:46:41 2014 +0100 sound: Port to DragonFly - CTLFLAG_RWTUN Summary of changes: sys/dev/sound/pcm/channel.c | 3 ++- sys/dev/sound/pcm/feeder_chain.c | 3 ++-

git: sound: Change dsp_clone() to the dragonfly way

2015-01-08 Thread Francois Tigeot
commit 18099ae976cdd08cdd79892ae36b9ceaaade0e42 Author: François Tigeot ftig...@wolfpond.org Date: Sat Jul 7 18:39:41 2012 +0200 sound: Change dsp_clone() to the dragonfly way Summary of changes: sys/dev/sound/pcm/dsp.c | 33 - sys/dev/sound/pcm/dsp.h |

git: sound: M_NOWAIT - M_WAITOK, add missing M_ZERO

2015-01-08 Thread Francois Tigeot
commit 4e8e900c96114000454c40b3829425b77c73a862 Author: Matthew Dillon dil...@apollo.backplane.com Date: Sun Aug 10 01:26:32 2014 -0700 sound: M_NOWAIT - M_WAITOK, add missing M_ZERO The missing M_ZERO was causing kernel data leakage issues. Summary of changes:

git: sound: Fix pcm unit translation

2015-01-08 Thread Francois Tigeot
commit 04e634d0626a156d27c4ff83b568e03af178db9a Author: Matthew Dillon dil...@apollo.backplane.com Date: Sun Aug 10 01:26:32 2014 -0700 sound: Fix pcm unit translation Fix pcm unit translation so /dev/dspN actually maps to pcmN. Before e.g. /dev/dsp* all mapped to pcm0.

git: sound - haswell / ALC283 - Acer C720 support

2015-01-08 Thread Francois Tigeot
commit c1796d40b5f46a3230bb43f3e2011af98853df4b Author: Matthew Dillon dil...@apollo.backplane.com Date: Sun Aug 10 13:14:20 2014 -0700 sound - haswell / ALC283 - Acer C720 support * Get headphone auto-sensing and speaker/headphone selection changes working. I couldn't

git: sound: Create default devfs entries for the best device

2015-01-08 Thread Francois Tigeot
commit 5bd3e525833ad252b75b0330b788068aec19d695 Author: François Tigeot ftig...@wolfpond.org Date: Sat Dec 6 21:07:37 2014 +0100 sound: Create default devfs entries for the best device Summary of changes: sys/dev/sound/pcm/sound.c | 13 + 1 file changed, 13 insertions(+)

git: sound: Drop midi support

2015-01-08 Thread Francois Tigeot
commit 5bea67f41d941ba13d0b25782f6a3b9a9460e98e Author: François Tigeot ftig...@wolfpond.org Date: Sun Oct 19 09:56:55 2014 +0200 sound: Drop midi support Summary of changes: sys/conf/files|7 - sys/conf/kmod.mk |2 -

git: sound: Port to DragonFly - cdevsw to dev_ops semantics

2015-01-08 Thread Francois Tigeot
commit 88a31edf941b04ca5569cf67fb9b7cad5da0b093 Author: François Tigeot ftig...@wolfpond.org Date: Wed Jul 4 14:28:29 2012 +0200 sound: Port to DragonFly - cdevsw to dev_ops semantics Summary of changes: sys/dev/sound/pci/emu10kx.c | 16 -- sys/dev/sound/pcm/dsp.c | 53

git: sound: Port to DragonFly - mixer_ioctl_cmd() parameters

2015-01-08 Thread Francois Tigeot
commit a9dbef8ba07cf1624e640ac7fc588cc9ef308b26 Author: François Tigeot ftig...@wolfpond.org Date: Thu Jul 5 23:32:37 2012 +0200 sound: Port to DragonFly - mixer_ioctl_cmd() parameters Summary of changes: sys/dev/sound/pcm/dsp.c | 12 ++-- sys/dev/sound/pcm/mixer.c | 14

git: sound/hda: fix PCIe cache snooping

2015-01-08 Thread Francois Tigeot
commit 403fad76b1ecab3ce8ef68b48445be3a9b0a4e74 Author: Sepherosa Ziehau se...@dragonflybsd.org Date: Wed Jul 11 13:16:08 2012 +0200 sound/hda: fix PCIe cache snooping * The PCIe snoop register is no longer vendor-specific, do not use hard-coded register values *

git: sound: Create the first /dev/dsp* links

2015-01-08 Thread Francois Tigeot
commit 59b2ebda097c9cfbaeffa3663b1481edc3819a66 Author: François Tigeot ftig...@wolfpond.org Date: Sat Jul 7 23:00:02 2012 +0200 sound: Create the first /dev/dsp* links At this point the sound device can be used, albeit by only one application at the same time. Summary of

git: sound: Run KNOTE() from a taskqueue callback

2015-01-08 Thread Francois Tigeot
commit b8d141123b4fdf822a25e5ac170b3d11a056ea07 Author: Joris Giovannangeli jo...@giovannangeli.fr Date: Sat Aug 9 23:13:49 2014 +0200 sound: Run KNOTE() from a taskqueue callback This is necessary to make pulseaudio work correctly. Summary of changes: sys/dev/sound/pcm/buffer.c

git: sound - Add haswell / ALC283 support (prelim)

2015-01-08 Thread Francois Tigeot
commit ebcf4a0aed8b355b2f5d7408dce75b83ee9ac273 Author: Matthew Dillon dil...@apollo.backplane.com Date: Sun Aug 10 01:26:32 2014 -0700 sound - Add haswell / ALC283 support (prelim) * Add haswell / ALC283 support (preliminary), taken from the linux driver. Summary of changes:

git: sound: Make uaudio compile

2015-01-08 Thread Francois Tigeot
commit 47b126bba0561ddba865e9fd629e922cf77b3d49 Author: François Tigeot ftig...@wolfpond.org Date: Sun Jan 4 22:41:46 2015 +0100 sound: Make uaudio compile Summary of changes: sys/bus/u4b/audio/uaudio.c | 16 +--- sys/bus/u4b/audio/uaudio.h | 2 --

git: sound: Make device cloning work

2015-01-08 Thread Francois Tigeot
commit 5f097292a37194b3b549bad893ecc989e8a789bf Author: Matthew Dillon dil...@apollo.backplane.com Date: Mon Jan 5 11:40:32 2015 +0100 sound: Make device cloning work * Some lockstatus() calls were wrong and needed to be compared with LK_EXCLUSIVE * The sound device

git: drm/i915: Fix a porting bug

2015-01-05 Thread Francois Tigeot
commit cc2dc25542eb0c69a272d35147bd8eb94a4bbb51 Author: François Tigeot ftig...@wolfpond.org Date: Mon Jan 5 14:52:34 2015 +0100 drm/i915: Fix a porting bug A kmalloc() was changed to a kzalloc() equivalent. Summary of changes: sys/dev/drm/i915/i915_gem_execbuffer.c | 2 +- 1

git: drm: Implement set_page_dirty()

2015-03-21 Thread Francois Tigeot
commit 612428b2316ca0c24ba235cc7740783f4288759f Author: François Tigeot ftig...@wolfpond.org Date: Sat Mar 21 16:52:02 2015 +0100 drm: Implement set_page_dirty() Summary of changes: sys/dev/drm/include/linux/mm.h | 7 +++ 1 file changed, 7 insertions(+)

git: drm/i915: Sync i915_gem_object_put_pages_gtt() with Linux 3.11

2015-03-21 Thread Francois Tigeot
commit c16fa8be74e2f7911e7c519c9e3a6a03d73ef5e7 Author: François Tigeot ftig...@wolfpond.org Date: Sat Mar 21 17:03:03 2015 +0100 drm/i915: Sync i915_gem_object_put_pages_gtt() with Linux 3.11 Summary of changes: sys/dev/drm/i915/i915_gem.c | 41 ++---

git: drm: Add linux/swap.h

2015-03-21 Thread Francois Tigeot
commit 3a690f1e97b84fb70a78357ce94238f5f74bc4bc Author: François Tigeot ftig...@wolfpond.org Date: Sat Mar 21 10:56:31 2015 +0100 drm: Add linux/swap.h Summary of changes: sys/dev/drm/include/linux/{spinlock.h = swap.h} | 15 --- 1 file changed, 8 insertions(+), 7

git: drm/i915: Sync i915_gem_shmem_pread() with Linux 3.11

2015-03-21 Thread Francois Tigeot
commit ba023890033f2a0865bc41401f867a0a0afd6371 Author: François Tigeot ftig...@wolfpond.org Date: Sat Mar 21 11:39:46 2015 +0100 drm/i915: Sync i915_gem_shmem_pread() with Linux 3.11 Summary of changes: sys/dev/drm/i915/i915_gem.c | 23 --- 1 file changed, 4

git: drm/i915: Sync i915_gem_phys_pwrite() with Linux 3.11

2015-03-21 Thread Francois Tigeot
commit 6fddb97c378ce67d0b853ba9fcdb45c29905e055 Author: François Tigeot ftig...@wolfpond.org Date: Sat Mar 21 22:09:37 2015 +0100 drm/i915: Sync i915_gem_phys_pwrite() with Linux 3.11 Summary of changes: sys/dev/drm/i915/i915_gem.c | 4 ++-- 1 file changed, 2 insertions(+), 2

git: drm: Add barrier()

2015-03-07 Thread Francois Tigeot
commit 3f8dbd6b87b1de06fa5723a17742bd2c99dccbfe Author: François Tigeot ftig...@wolfpond.org Date: Sun Mar 8 08:21:36 2015 +0100 drm: Add barrier() Summary of changes: sys/dev/drm/include/linux/compiler.h | 4 1 file changed, 4 insertions(+)

git: drm/i915: Replace kmem_alloc_nofault() by kmap()

2015-03-08 Thread Francois Tigeot
commit f4f90b239e72dc071d47d92b90a0bfc3a6b62949 Author: François Tigeot ftig...@wolfpond.org Date: Sun Mar 8 10:03:37 2015 +0100 drm/i915: Replace kmem_alloc_nofault() by kmap() As seen on pre-3.7 Linuxes. Summary of changes: sys/dev/drm/i915/intel_ringbuffer.c | 5 ++--- 1

git: drm: Reduce diffs with Linux 3.11 in drm_gem.c

2015-03-08 Thread Francois Tigeot
commit d2c873552d951e228571321efa5362823f099e85 Author: François Tigeot ftig...@wolfpond.org Date: Sun Mar 8 09:10:05 2015 +0100 drm: Reduce diffs with Linux 3.11 in drm_gem.c * Restore Intel's copyright * Reorder function definitions * don't use

git: drm/i915: add trace functions

2015-03-14 Thread Francois Tigeot
commit b15f8132ee253474938671ec4b8d6145cece392a Author: François Tigeot ftig...@wolfpond.org Date: Sat Mar 14 10:26:11 2015 +0100 drm/i915: add trace functions Summary of changes: sys/dev/drm/i915/i915_gem.c | 44 +++

git: drm/i915: Reorder some function definitions

2015-03-14 Thread Francois Tigeot
commit cc3a9012811f18fc445e710440bfe11da165d230 Author: François Tigeot ftig...@wolfpond.org Date: Sat Mar 14 14:03:37 2015 +0100 drm/i915: Reorder some function definitions * Reducing differences with Linux 3.11 * No functional changes Summary of changes:

git: drm: linux/mm.h: Add offset_in_page()

2015-02-28 Thread Francois Tigeot
commit d0f32dcc1a90b3acc46595a8ed98e66dee4f7bfe Author: François Tigeot ftig...@wolfpond.org Date: Sat Feb 28 08:50:44 2015 +0100 drm: linux/mm.h: Add offset_in_page() Obtained-from: OpenBSD Summary of changes: sys/dev/drm/include/linux/mm.h | 2 ++ 1 file changed, 2

git: drm: Add drm_clflush_virt_range()

2015-02-28 Thread Francois Tigeot
commit 40d5c1084ddaba8f5c7725ad5c0f1fe76d34c82a Author: François Tigeot ftig...@wolfpond.org Date: Sat Feb 28 08:57:43 2015 +0100 drm: Add drm_clflush_virt_range() Obtained-from: Linux 3.11 Summary of changes: sys/dev/drm/drm/Makefile | 1 +

git: drm: Import drm_memory.h from Linux 3.11

2015-02-28 Thread Francois Tigeot
commit 97829b152f9cf49a9e4688f048eb06b355a056fb Author: François Tigeot ftig...@wolfpond.org Date: Sat Feb 28 09:05:56 2015 +0100 drm: Import drm_memory.h from Linux 3.11 Summary of changes: sys/dev/drm/include/drm/drmP.h | 3 +- .../drm/{drm_stub.c =

git: drm/i915: Sync i915_gem.c with Linux 3.11

2015-02-28 Thread Francois Tigeot
commit 7256b59b62b12fddef869bc7ea717abafcd1049c Author: François Tigeot ftig...@wolfpond.org Date: Sat Feb 28 11:48:43 2015 +0100 drm/i915: Sync i915_gem.c with Linux 3.11 * Make the GEM code more similar to Linux * Replace i915_gem_shmem_pread() by the OpenBSD

git: drm/i915: i915_gem_pager_fault() is i915_gem_fault()

2015-03-01 Thread Francois Tigeot
commit e9587a4e050e7e25dd26c0493f52ab90c128acb9 Author: François Tigeot ftig...@wolfpond.org Date: Sun Mar 1 11:19:57 2015 +0100 drm/i915: i915_gem_pager_fault() is i915_gem_fault() Summary of changes: sys/dev/drm/i915/i915_drv.c| 8 +- sys/dev/drm/i915/i915_drv.h| 5 +-

git: drm: Implement linux/io-mapping.h

2015-03-01 Thread Francois Tigeot
commit 6176c2ad66d3ba059ddfe66f5028b2963b6d43c0 Author: François Tigeot ftig...@wolfpond.org Date: Sun Mar 1 11:13:52 2015 +0100 drm: Implement linux/io-mapping.h Summary of changes: sys/dev/drm/i915/i915_drv.h | 1 + sys/dev/drm/include/linux/{bug.h =

git: drm/i915: Sync i915_gem_pwrite_ioctl() with Linux 3.11

2015-03-01 Thread Francois Tigeot
commit 005b6ef6b6adc0554079d13443c56f48766e8afc Author: François Tigeot ftig...@wolfpond.org Date: Sun Mar 1 11:46:09 2015 +0100 drm/i915: Sync i915_gem_pwrite_ioctl() with Linux 3.11 Summary of changes: sys/dev/drm/i915/i915_gem.c | 112 ++

git: Revert drm/i915: Sync i915_gem_pwrite_ioctl() with Linux 3.11

2015-03-01 Thread Francois Tigeot
commit dce51b267a9d37e95d72beb0c9d6cf69b8e283a1 Author: François Tigeot ftig...@wolfpond.org Date: Sun Mar 1 18:36:41 2015 +0100 Revert drm/i915: Sync i915_gem_pwrite_ioctl() with Linux 3.11 This reverts commit 005b6ef6b6adc0554079d13443c56f48766e8afc. It breaks

git: drm/i915: Restore gcc 5.0 fixes

2015-02-22 Thread Francois Tigeot
commit b83b7d5d975bedc0a37be6d68f1b48a428e93813 Author: François Tigeot ftig...@wolfpond.org Date: Sun Feb 22 17:01:15 2015 +0100 drm/i915: Restore gcc 5.0 fixes They were originally added by John Marino in eecf6c3c3b6f7127edd8b8f8c2a83e2f882ed0da and overwritten by the

git: drm/i915: Update to Linux 3.11

2015-02-21 Thread Francois Tigeot
commit 5d0b1887e5c804219a3ca9456f1cd6c5331d02c2 Author: François Tigeot ftig...@wolfpond.org Date: Sat Feb 21 17:35:50 2015 +0100 drm/i915: Update to Linux 3.11 * Valleyview/Baytrail support improvements. Baytrail support is no longer considered experimental. *

git: drm: Add a new implementation of drm_sysfs.c

2015-02-21 Thread Francois Tigeot
commit c2ee31fedf50fe7610cc0712f1bea5e70219f8b9 Author: François Tigeot ftig...@wolfpond.org Date: Sat Feb 21 09:10:32 2015 +0100 drm: Add a new implementation of drm_sysfs.c We can't directly use the Linux version of this file due to restrictive license terms. Summary of

git: drm: Add drm_rect.c from Linux 3.11

2015-02-21 Thread Francois Tigeot
commit b5761154d694c02c0327bf1b15eb381fd386aa60 Author: François Tigeot ftig...@wolfpond.org Date: Sun Feb 1 21:23:34 2015 +0100 drm: Add drm_rect.c from Linux 3.11 Summary of changes: sys/dev/drm/drm/Makefile | 1 + sys/dev/drm/drm_rect.c | 295

git: drm: linux/spin.h: Implement assert_spin_locked()

2015-04-13 Thread Francois Tigeot
commit e99935bf268337646d8f8b18936e652e96d0350a Author: François Tigeot ftig...@wolfpond.org Date: Mon Apr 13 22:32:36 2015 +0100 drm: linux/spin.h: Implement assert_spin_locked() Summary of changes: sys/dev/drm/include/linux/spinlock.h | 3 +++ 1 file changed, 3 insertions(+)

git: drm: Add asm/page.h

2015-05-04 Thread Francois Tigeot
commit 8b1a6a38d3a8baa72c2e45eee5db430da1a6a75c Author: François Tigeot ftig...@wolfpond.org Date: Mon May 4 08:51:30 2015 +0200 drm: Add asm/page.h Summary of changes: sys/dev/drm/include/asm/io.h | 2 ++ sys/dev/drm/include/{linux/fb.h = asm/page.h} | 8

git: drm: Add definitions of ECHRNG and ENOTSUPP

2015-05-04 Thread Francois Tigeot
commit e54fb5f61d14331b081cf7654910e5f8fe56c5a5 Author: François Tigeot ftig...@wolfpond.org Date: Mon May 4 08:53:43 2015 +0200 drm: Add definitions of ECHRNG and ENOTSUPP Summary of changes: sys/dev/drm/include/linux/errno.h | 3 +++ 1 file changed, 3 insertions(+)

git: drm: Add a few PCI power management definitions

2015-05-04 Thread Francois Tigeot
commit 4eae5ca7f722976762858434e21a3dcbafab Author: François Tigeot ftig...@wolfpond.org Date: Mon May 4 09:01:26 2015 +0200 drm: Add a few PCI power management definitions Summary of changes: sys/dev/drm/include/linux/pci.h | 8 1 file changed, 8 insertions(+)

git: drm: Fix linux/seq_file.h

2015-05-04 Thread Francois Tigeot
commit 518bdc2b9b66bdaba35953208e13f39e780648b2 Author: François Tigeot ftig...@wolfpond.org Date: Mon May 4 09:05:29 2015 +0200 drm: Fix linux/seq_file.h Summary of changes: sys/dev/drm/include/linux/seq_file.h | 2 ++ 1 file changed, 2 insertions(+)

git: drm: Add asm/pgtable.h and asm/pgtable_types.h

2015-05-04 Thread Francois Tigeot
commit 2cd2ed120517ecb3cc0b878aae40ebe7919d8bfa Author: François Tigeot ftig...@wolfpond.org Date: Mon May 4 09:07:27 2015 +0200 drm: Add asm/pgtable.h and asm/pgtable_types.h Summary of changes: sys/dev/drm/include/{linux/ctype.h = asm/pgtable.h}| 8

git: drm: Add pci_dma_mapping_error()

2015-05-04 Thread Francois Tigeot
commit dd05fcb08ec380cc36252f78c0b7511dbf42a162 Author: Matthew Dillon dil...@apollo.backplane.com Date: Mon May 4 09:08:38 2015 +0200 drm: Add pci_dma_mapping_error() Summary of changes: sys/dev/drm/include/asm/pci-dma-compat.h | 7 +++ 1 file changed, 7 insertions(+)

git: drm: Add alloc_pages and __free_pages()

2015-05-04 Thread Francois Tigeot
commit 87d00696fae85b8d3992a9a8b0d2fabaabde3b43 Author: Matthew Dillon dil...@apollo.backplane.com Date: Mon May 4 09:10:53 2015 +0200 drm: Add alloc_pages and __free_pages() Summary of changes: sys/dev/drm/include/linux/mm.h | 29 + 1 file changed, 29

git: drm: Add scatterlist functions

2015-05-04 Thread Francois Tigeot
commit 964a81628855d8e03e98cdb90f4a36066465b921 Author: Matthew Dillon dil...@apollo.backplane.com Date: Mon May 4 09:21:27 2015 +0200 drm: Add scatterlist functions Summary of changes: sys/dev/drm/include/linux/scatterlist.h | 61 + 1 file changed, 61

git: drm: Add IS_ENABLED()

2015-05-04 Thread Francois Tigeot
commit a4b403fdba3c6f62b7fb2d98cd6c49933598b9a5 Author: François Tigeot ftig...@wolfpond.org Date: Mon May 4 09:23:15 2015 +0200 drm: Add IS_ENABLED() Summary of changes: sys/dev/drm/include/{asm/pci.h = linux/kconfig.h} | 8 1 file changed, 4 insertions(+), 4 deletions(-)

git: drm: Add sg_page_iter_dma_address()

2015-05-04 Thread Francois Tigeot
commit 940bae539eb7bbce941957c5146045b0331dc78f Author: François Tigeot ftig...@wolfpond.org Date: Mon May 4 09:25:48 2015 +0200 drm: Add sg_page_iter_dma_address() Summary of changes: sys/dev/drm/include/linux/scatterlist.h | 6 ++ 1 file changed, 6 insertions(+)

git: drm: Add __free_page()

2015-05-04 Thread Francois Tigeot
commit 9db5a7cef21620a4fa8024fe494e6ba80ff8fff9 Author: François Tigeot ftig...@wolfpond.org Date: Mon May 4 09:29:20 2015 +0200 drm: Add __free_page() Summary of changes: sys/dev/drm/include/linux/gfp.h | 7 +++ sys/dev/drm/include/linux/mm.h | 1 + 2 files changed, 8

git: drm: Add io_mapping_create_wc()

2015-05-04 Thread Francois Tigeot
commit 3d58083e9e98a54de1d57db4a5a82c30b0703f48 Author: François Tigeot ftig...@wolfpond.org Date: Mon May 4 09:30:58 2015 +0200 drm: Add io_mapping_create_wc() Summary of changes: sys/dev/drm/include/linux/io-mapping.h | 14 ++ 1 file changed, 6 insertions(+), 8

git: drm: Add a pci id field in struct pci_dev

2015-05-04 Thread Francois Tigeot
commit 3bb3f13537210e080b11f8a1590f6155cbd7ec3e Author: François Tigeot ftig...@wolfpond.org Date: Mon May 4 09:31:19 2015 +0200 drm: Add a pci id field in struct pci_dev Summary of changes: sys/dev/drm/include/linux/pci.h | 1 + 1 file changed, 1 insertion(+)

git: drm: Add pci_resource_start and pci_resource_len()

2015-05-04 Thread Francois Tigeot
commit 160e34d79b2ca22a25887b6c65a41098ddfde704 Author: François Tigeot ftig...@wolfpond.org Date: Mon May 4 09:34:51 2015 +0200 drm: Add pci_resource_start and pci_resource_len() Summary of changes: sys/dev/drm/include/drm/drmP.h | 2 -- sys/dev/drm/include/linux/pci.h | 68

git: drm: Add alloc_page()

2015-05-04 Thread Francois Tigeot
commit a5da6ec11fa5284fd0cc1ef0c4834d890bead340 Author: François Tigeot ftig...@wolfpond.org Date: Mon May 4 09:35:03 2015 +0200 drm: Add alloc_page() Summary of changes: sys/dev/drm/include/linux/gfp.h | 16 1 file changed, 16 insertions(+)

git: agp: Remove support for pre-amd64 Intel chipsets

2015-05-04 Thread Francois Tigeot
commit e97a1daef93a8c45221ba2179649bd4e562271fb Author: François Tigeot ftig...@wolfpond.org Date: Mon May 4 20:50:49 2015 +0200 agp: Remove support for pre-amd64 Intel chipsets These chipsets were paired with i386-only CPUs and thus have no chance of being used with current

git: drm: linux/delay.h: Add ndelay and usleep_range()

2015-05-03 Thread Francois Tigeot
commit bbd5886a62cb823b754e65808c85722e658f6760 Author: François Tigeot ftig...@wolfpond.org Date: Sun May 3 17:31:24 2015 +0200 drm: linux/delay.h: Add ndelay and usleep_range() usleep_range() Obtained from OpenBSD Summary of changes: sys/dev/drm/include/linux/delay.h | 11

git: agp: Add Broadwell support

2015-05-08 Thread Francois Tigeot
commit 09d2c14439522e53adf60314e2300a09885f40db Author: Matthew Dillon dil...@apollo.backplane.com Date: Fri May 8 08:17:24 2015 +0200 agp: Add Broadwell support Summary of changes: sys/dev/agp/agp_i810.c | 219 +++- sys/dev/agp/agpreg.h

git: drm/i915: Update to Linux 3.14

2015-05-08 Thread Francois Tigeot
commit 9edbd4a07c3138f5c4f076f77de5d722fcc606cc Author: François Tigeot ftig...@wolfpond.org Date: Fri May 8 08:25:57 2015 +0100 drm/i915: Update to Linux 3.14 Changes specific to the DragonFly driver: * Most GEM code paths are now similar to Linux, leading to increased

git: agp: Fix install_gtt_pte functions

2015-05-08 Thread Francois Tigeot
commit 99e9e2115604db91e0fe85615e25606b69848a88 Author: François Tigeot ftig...@wolfpond.org Date: Fri May 8 08:22:24 2015 +0200 agp: Fix install_gtt_pte functions Some chips used the wrong functions and some chip-specific install_gtt_pte functions were buggy. Fix

git: drm: Fix linux/export.h and linux/module.h

2015-05-03 Thread Francois Tigeot
commit 058cb5deb1f99b1b473a9661db13838bc35d8fa4 Author: François Tigeot ftig...@wolfpond.org Date: Sun May 3 21:07:51 2015 +0100 drm: Fix linux/export.h and linux/module.h Summary of changes: sys/dev/drm/include/linux/export.h | 5 +++-- sys/dev/drm/include/linux/module.h | 4 +--- 2

git: drm: linux/mm.h: Add vma_pages()

2015-05-03 Thread Francois Tigeot
commit db74a0c14f90e537288ea629d040293cfb0904d3 Author: François Tigeot ftig...@wolfpond.org Date: Sun May 3 21:09:48 2015 +0200 drm: linux/mm.h: Add vma_pages() Summary of changes: sys/dev/drm/include/linux/mm.h | 10 ++ 1 file changed, 10 insertions(+)

git: drm: Add pci_map_page and pci_unmap_page()

2015-05-03 Thread Francois Tigeot
commit 34b686b282e5bf2e34fbea18e762fcf6bd9f3ad2 Author: François Tigeot ftig...@wolfpond.org Date: Sun May 3 21:25:28 2015 +0200 drm: Add pci_map_page and pci_unmap_page() Summary of changes: .../{linux/io-mapping.h = asm/pci-dma-compat.h} | 18 ++

git: drm: Really implement fault_in_multipages_writeable()

2015-05-03 Thread Francois Tigeot
commit b2fbd03b795fdd8f86f77d31780ac48a7ee37da5 Author: François Tigeot ftig...@wolfpond.org Date: Sun May 3 21:12:32 2015 +0200 drm: Really implement fault_in_multipages_writeable() Obtained-from: FreeBSD Summary of changes: sys/dev/drm/include/linux/pagemap.h | 25

git: drm: linux/kernel.h: Add mult_frac()

2015-05-03 Thread Francois Tigeot
commit 057bf798e93882d4b14a5b08b0a22a89f4081f2c Author: François Tigeot ftig...@wolfpond.org Date: Sun May 3 19:31:58 2015 +0200 drm: linux/kernel.h: Add mult_frac() Obtained-from: NetBSD Summary of changes: sys/dev/drm/include/linux/kernel.h | 9 + 1 file changed, 9

git: drm: Add linux/pagemap.h

2015-05-03 Thread Francois Tigeot
commit e72284ade01f85566c372534bb36413a5e53817f Author: François Tigeot ftig...@wolfpond.org Date: Sun May 3 20:16:46 2015 +0100 drm: Add linux/pagemap.h Summary of changes: sys/dev/drm/include/linux/{slab.h = pagemap.h} | 29 ++---

git: drm: Import linux/rbtree.h

2015-05-03 Thread Francois Tigeot
commit f1a8151d950fd1e567d497dfef503a209839b345 Author: François Tigeot ftig...@wolfpond.org Date: Sun May 3 21:00:36 2015 +0100 drm: Import linux/rbtree.h Obtained-from: FreeBSD/OFED Summary of changes: sys/dev/drm/drm/Makefile | 1 +

git: drm: Really implement fault_in_multipages_readable()

2015-05-03 Thread Francois Tigeot
commit 21556337264e9de8310314d92a7bd74a42d2bfc9 Author: François Tigeot ftig...@wolfpond.org Date: Sun May 3 21:11:40 2015 +0200 drm: Really implement fault_in_multipages_readable() Obtained-from: FreeBSD Summary of changes: sys/dev/drm/include/linux/pagemap.h | 23

git: agp: Remove support for pre-amd64 ALI, AMD, ATI and Nvidia chipsets

2015-05-08 Thread Francois Tigeot
commit b8b571941b0e537749bd38f71e36f2e78ab708ea Author: François Tigeot ftig...@wolfpond.org Date: Fri May 8 14:14:01 2015 +0200 agp: Remove support for pre-amd64 ALI, AMD, ATI and Nvidia chipsets These chipsets were paired with i386-only CPUs and thus have no chance of ever

git: drm: Implement kcalloc()

2015-05-09 Thread Francois Tigeot
commit 29f241cf967b9e4a92438cff1d5e8a78248da2f9 Author: François Tigeot ftig...@wolfpond.org Date: Sat May 9 10:26:29 2015 +0200 drm: Implement kcalloc() Summary of changes: sys/dev/drm/include/linux/slab.h | 3 +++ sys/dev/drm/include/linux/types.h | 3 +++ 2 files changed, 6

git: drm: Start using kcalloc()

2015-05-09 Thread Francois Tigeot
commit 22ee5efbe5a1b65e768cc7694e1a4687024becc8 Author: François Tigeot ftig...@wolfpond.org Date: Sat May 9 10:54:30 2015 +0200 drm: Start using kcalloc() Reducing differences with Linux and fixing a few bugs where allocated memory was not properly zeroed. Summary of

git: drm: less verbose prints with DRM_DEBUG option

2015-05-09 Thread Francois Tigeot
commit 64fe151614e2ac70e6bb0461ff92198cbb1e90f8 Author: zrj rimvydas.jasins...@gmail.com Date: Sat May 9 13:07:07 2015 +0300 drm: less verbose prints with DRM_DEBUG option Old behaviour can be used with 'options DRM_DEBUG=2' Summary of changes: sys/dev/drm/drm_drv.c |

git: drm/linux: Add uapi/linux/fb.h

2015-05-18 Thread Francois Tigeot
commit 4281e57d79852c6a5dd256caf9a0354a3e100a30 Author: François Tigeot ftig...@wolfpond.org Date: Mon May 18 17:24:16 2015 +0200 drm/linux: Add uapi/linux/fb.h Summary of changes: sys/dev/drm/include/linux/fb.h | 2 ++ sys/dev/drm/include/{asm/pgtable.h =

git: drm: Update linux/list.h

2015-05-17 Thread Francois Tigeot
commit 5b5b6e06a8f39c0e167e4fdeaeffea1998864d20 Author: François Tigeot ftig...@wolfpond.org Date: Sun May 17 20:24:34 2015 +0200 drm: Update linux/list.h Obtained-from: FreeBSD/OFED Summary of changes: sys/dev/drm/include/linux/list.h | 84

git: drm/linux: Add list_for_each_entry_continue()

2015-05-17 Thread Francois Tigeot
commit 082a822a041a3ccd3780a25fd3376911815fbd5b Author: François Tigeot ftig...@wolfpond.org Date: Sun May 17 20:26:31 2015 +0200 drm/linux: Add list_for_each_entry_continue() Summary of changes: sys/dev/drm/include/linux/list.h | 7 +++ sys/dev/drm/include/linux/swap.h | 1 + 2

git: drm/radeon: Move some prototype declarations

2015-06-06 Thread Francois Tigeot
commit 3398c03d2ffccd60c4ca5f42bcaebc81c00a9304 Author: zrj rimvydas.jasins...@gmail.com Date: Wed Jun 3 14:48:49 2015 +0300 drm/radeon: Move some prototype declarations While there fix a typo in r600_cp.c Summary of changes: sys/dev/drm/radeon/evergreen.c| 3 ---

git: rc.subr: Add common functions for run_rc_command

2015-06-25 Thread Francois Tigeot
commit defaf72d15603f30950f5702212753df1f34277e Author: François Tigeot ftig...@wolfpond.org Date: Thu Jun 25 11:52:40 2015 +0200 rc.subr: Add common functions for run_rc_command They are required by some ports rc scripts, the bind and haproxy ports being the most obvious

git: drm: Sync vblank handling code with Linux 3.14

2015-05-28 Thread Francois Tigeot
commit 782e40d33958d105b798e63d3cb5ef6f095df6ef Author: François Tigeot ftig...@wolfpond.org Date: Thu May 28 22:38:06 2015 +0200 drm: Sync vblank handling code with Linux 3.14 Summary of changes: sys/dev/drm/drm_irq.c | 424 ++--

git: drm/radeon: Sync to Linux 3.11

2015-05-28 Thread Francois Tigeot
commit 57e252bfa9ffec9f583f486376e43c8b2c0b8809 Author: Michael Neumann mneum...@ntecs.de Date: Wed May 27 10:35:36 2015 +0300 drm/radeon: Sync to Linux 3.11 Summary of changes: sys/dev/drm/include/asm/io.h |5 + sys/dev/drm/include/drm/drm_fixed.h

git: drm/ttm: revert again to use tree(3)

2015-05-27 Thread Francois Tigeot
commit ddea3d8d5fd5148882180ff375c0c9af013c1399 Author: zrj rimvydas.jasins...@gmail.com Date: Mon May 25 19:34:57 2015 +0300 drm/ttm: revert again to use tree(3) This reverts 06cbdcf32488e8ce7bf9c345068a9f8d72cf48e2. Also add RB_ROOT redefine in ttm_bo_driver.h for ttm.

git: radeon: sync to radeon 3.10

2015-05-27 Thread Francois Tigeot
commit f43cf1b194455de2320233b8edd78c25468435b9 Author: Michael Neumann mneum...@ntecs.de Date: Mon May 25 17:45:04 2015 +0300 radeon: sync to radeon 3.10 Summary of changes: sys/dev/drm/drm_edid.c|2 +- sys/dev/drm/include/linux/atomic.h|2 +

git: Sync drm_context.c with Linux 3.14

2015-05-29 Thread Francois Tigeot
commit 959fe512d6c588fbce597fe3d4a5dc50a61cf8c0 Author: François Tigeot ftig...@wolfpond.org Date: Fri May 29 21:02:19 2015 +0200 Sync drm_context.c with Linux 3.14 Summary of changes: sys/dev/drm/drm_context.c | 8 sys/dev/drm/drm_drv.c | 2 +-

<    1   2   3   4   5   6   7   8   9   10   >