git: drm/linux: Add dev_notice()

2020-02-23 Thread Francois Tigeot
commit 1d7daf61ed75513645dad168292de55238cd6057 Author: François Tigeot Date: Sun Feb 23 14:54:34 2020 +0100 drm/linux: Add dev_notice() Summary of changes: sys/dev/drm/include/linux/device.h | 6 +- sys/dev/drm/include/linux/pm.h | 4 +++- 2 files changed, 8 insertions(+), 2

git: drm/linux: Add pagefault_disabled

2020-02-23 Thread Francois Tigeot
commit 96e4903bb66c57d34d831fe1777bd66aeb8af530 Author: François Tigeot Date: Sun Feb 23 14:52:33 2020 +0100 drm/linux: Add pagefault_disabled Summary of changes: sys/dev/drm/include/linux/sched.h | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-)

git: drm: Add linux/pnp.h

2020-02-23 Thread Francois Tigeot
commit 1e4f71072e78ac1dc98bac221b8fa9d785db2529 Author: François Tigeot Date: Sun Feb 23 15:06:19 2020 +0100 drm: Add linux/pnp.h Summary of changes: sys/dev/drm/include/linux/{input.h => pnp.h} | 16 +++- 1 file changed, 7 insertions(+), 9 deletions(-) copy

git: drm: Add linux/vt.h

2020-02-23 Thread Francois Tigeot
commit a55c4fd2acd3fa4e6ba83f03668ebf273c54e1ea Author: François Tigeot Date: Sun Feb 23 15:07:00 2020 +0100 drm: Add linux/vt.h Summary of changes: sys/dev/drm/include/linux/{oom.h => vt.h} | 9 +++-- 1 file changed, 3 insertions(+), 6 deletions(-) copy

git: drm: Add linux/oom.h

2020-02-23 Thread Francois Tigeot
commit c44aa731b2697b055ff6016d8aed2ea6f6b8ea7d Author: François Tigeot Date: Sun Feb 23 15:05:58 2020 +0100 drm: Add linux/oom.h Summary of changes: sys/dev/drm/include/linux/{prefetch.h => oom.h} | 10 -- 1 file changed, 4 insertions(+), 6 deletions(-) copy

git: drm: Add a few Linux headers

2020-03-04 Thread Francois Tigeot
commit 4757df22f3cbaa8f71c1fd0e0b47d2830d6e6071 Author: François Tigeot Date: Wed Mar 4 17:29:16 2020 +0100 drm: Add a few Linux headers Summary of changes: sys/dev/drm/include/{linux/smp.h => asm/fpu/api.h} | 31 +++- .../drm/include/{linux/smp.h => asm/thread_info.h}

git: drm/linux: Add __test_and_set_bit()

2020-03-04 Thread Francois Tigeot
commit a9f40f57fdf396515f52a3739cba5e3bde80362e Author: François Tigeot Date: Wed Mar 4 17:37:25 2020 +0100 drm/linux: Add __test_and_set_bit() Summary of changes: .../drm/include/asm/{thread_info.h => bitops.h}| 27 -- sys/dev/drm/include/linux/bitops.h

git: drm/linux: Add oops_in_progress

2020-03-05 Thread Francois Tigeot
commit 36c92a32e61c5d7f355d922eb9d572e8641844fb Author: François Tigeot Date: Thu Mar 5 09:33:22 2020 +0100 drm/linux: Add oops_in_progress Summary of changes: sys/dev/drm/include/linux/kernel.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)

git: drm/linux: Add reboot_notifier functions

2020-03-05 Thread Francois Tigeot
commit 945980aaf83f5ba0dfccd3c65a08916217e56104 Author: François Tigeot Date: Thu Mar 5 09:32:59 2020 +0100 drm/linux: Add reboot_notifier functions Summary of changes: sys/dev/drm/include/linux/reboot.h | 14 +- 1 file changed, 13 insertions(+), 1 deletion(-)

git: drm/linux: Add the "noinline" compiler directive

2020-03-05 Thread Francois Tigeot
commit 9547fcc63d2002f7c94cb83c294c8bfbe038fa43 Author: François Tigeot Date: Thu Mar 5 09:31:54 2020 +0100 drm/linux: Add the "noinline" compiler directive Summary of changes: sys/dev/drm/include/linux/compiler.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-)

git: drm/linux: Add spin_lock_irqsave_nested()

2020-03-05 Thread Francois Tigeot
commit c1f324174532eeebeec8947a674ce9f1394925e6 Author: François Tigeot Date: Thu Mar 5 09:31:08 2020 +0100 drm/linux: Add spin_lock_irqsave_nested() Summary of changes: sys/dev/drm/include/linux/spinlock.h | 3 +++ 1 file changed, 3 insertions(+)

git: drm: Add a few linux/gfp.h constants and functions

2020-03-05 Thread Francois Tigeot
commit 183d4b4b89b2fcdfd1ab36848c7998c98c962ca7 Author: François Tigeot Date: Thu Mar 5 09:24:04 2020 +0100 drm: Add a few linux/gfp.h constants and functions Summary of changes: sys/dev/drm/include/linux/gfp.h | 15 +-- 1 file changed, 13 insertions(+), 2 deletions(-)

git: drm/linux: Add the X86_FEATURE_XMM4_1 flag

2020-03-05 Thread Francois Tigeot
commit 4ee023ec2d6ebc90e8afb86f27a890232b9c1b05 Author: François Tigeot Date: Thu Mar 5 09:23:26 2020 +0100 drm/linux: Add the X86_FEATURE_XMM4_1 flag Summary of changes: sys/dev/drm/include/asm/cpufeatures.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)

git: drm/linux: Implement static_branch_xxx functions

2020-03-05 Thread Francois Tigeot
commit af2737cda03ec780935087a3816deb081e65bfbd Author: François Tigeot Date: Thu Mar 5 09:24:46 2020 +0100 drm/linux: Implement static_branch_xxx functions Summary of changes: sys/dev/drm/include/linux/jump_label.h | 16 +++- 1 file changed, 15 insertions(+), 1

git: drm/linux: Add list_for_each_entry_from()

2020-03-06 Thread Francois Tigeot
commit 32d63815ba47afb7138d4eb302ea4ebd30961515 Author: François Tigeot Date: Fri Mar 6 11:12:08 2020 +0100 drm/linux: Add list_for_each_entry_from() Obtained-from: FreeBSD Summary of changes: sys/dev/drm/include/linux/list.h | 6 +- 1 file changed, 5 insertions(+), 1

git: drm: Improve linux/timer.h

2020-03-06 Thread Francois Tigeot
commit 23b649bf9d091feee7b39d16a7c303d6a9e09f8a Author: François Tigeot Date: Fri Mar 6 11:12:39 2020 +0100 drm: Improve linux/timer.h Summary of changes: sys/dev/drm/include/linux/timer.h | 9 - 1 file changed, 8 insertions(+), 1 deletion(-)

git: drm/linux: Add __add_wait_queue_tail()

2020-03-06 Thread Francois Tigeot
commit d43f67b3cea8821dbd8cd1a88609382c7e2d8577 Author: François Tigeot Date: Fri Mar 6 11:11:50 2020 +0100 drm/linux: Add __add_wait_queue_tail() Obtained-from: FreeBSD Summary of changes: sys/dev/drm/include/linux/wait.h | 6 ++ 1 file changed, 6 insertions(+)

git: drm/linux: handle NULL pointers in kmap_to_page()

2020-03-03 Thread Francois Tigeot
commit e706b1cabfa32620a0781e17497b3b56219d35b4 Author: François Tigeot Date: Tue Mar 3 08:51:13 2020 +0100 drm/linux: handle NULL pointers in kmap_to_page() This prevents i915-related crashes in some rare circumstances. Summary of changes: sys/dev/drm/include/linux/highmem.h

git: drm/linux: fix a bug in DEFINE_WAIT()

2020-02-06 Thread Francois Tigeot
commit e9ca3a0c6d76f69f0f97108bf40661d3550260ff Author: François Tigeot Date: Thu Feb 6 07:16:13 2020 +0100 drm/linux: fix a bug in DEFINE_WAIT() The wake-up function was not properly set up. Summary of changes: sys/dev/drm/include/linux/wait.h | 1 + 1 file changed, 1

git: libm: Bring in sincos, sincosf, and sincosl from OpenBSD

2020-02-06 Thread Francois Tigeot
commit 839bc98520382998acc18a78ae1b04a9d4e6d981 Author: François Tigeot Date: Thu Feb 6 13:15:57 2020 +0100 libm: Bring in sincos, sincosf, and sincosl from OpenBSD Summary of changes: contrib/openbsd_libm/include/global/math.h | 13 +++- lib/libm/Makefile |

git: drm: Fix lockinit() calls in previous commit

2020-01-24 Thread Francois Tigeot
commit 9a49c39cb996d6d1829bd8733544ce23357a0d0b Author: François Tigeot Date: Fri Jan 24 22:00:04 2020 +0100 drm: Fix lockinit() calls in previous commit LK_EXCLUSIVE is a lockmgr() argument, not a lockinit() one. Summary of changes: sys/dev/drm/drm_auth.c | 2

git: drm: Replace all Linux spinlocks by lockmgr locks

2020-01-24 Thread Francois Tigeot
commit ec5b6af45b44f70d488e8226966f076d4270aec1 Author: François Tigeot Date: Fri Jan 24 20:51:08 2020 +0100 drm: Replace all Linux spinlocks by lockmgr locks * The DragonFly kernel can sleep in different circumstances than Linux * Linux driver code has not been

git: drm: Improve drm_can_sleep()

2020-02-05 Thread Francois Tigeot
commit 056b029c5c4b1b55cb0860af2ec93c1f932b1d02 Author: François Tigeot Date: Wed Feb 5 11:28:43 2020 +0100 drm: Improve drm_can_sleep() Summary of changes: sys/dev/drm/include/drm/drmP.h | 2 -- sys/dev/drm/include/drm/drm_fb_helper.h | 1 +

git: drm/i915: Use stop_machine()

2020-02-20 Thread Francois Tigeot
commit 95b9fee2a403c3b21b1225f1deba3114747c1a41 Author: François Tigeot Date: Thu Feb 20 14:08:10 2020 +0100 drm/i915: Use stop_machine() Summary of changes: sys/dev/drm/i915/i915_gem_gtt.c | 8 1 file changed, 8 deletions(-)

git: drm: Add linux/mempolicy.h

2020-02-20 Thread Francois Tigeot
commit abb4a2c1e0ffc00047556e3cfc01ebe0c7458824 Author: François Tigeot Date: Thu Feb 20 14:00:10 2020 +0100 drm: Add linux/mempolicy.h Summary of changes: sys/dev/drm/i915/i915_gem_userptr.c | 1 + sys/dev/drm/include/linux/{leds.h => mempolicy.h} | 16

git: drm/linux: Add stop_machine()

2020-02-20 Thread Francois Tigeot
commit cd05b29e4c665e1e493534838225faf28a923e00 Author: François Tigeot Date: Thu Feb 20 14:06:06 2020 +0100 drm/linux: Add stop_machine() Summary of changes: sys/dev/drm/include/linux/cpumask.h | 4 +++- sys/dev/drm/include/linux/stop_machine.h | 16 +++- 2 files

git: drm/linux: Add jiffies_to_nsecs()

2020-02-15 Thread Francois Tigeot
commit c0097313badf03f00b58e0dcdf4041b0286e1146 Author: François Tigeot Date: Sat Feb 15 13:51:31 2020 +0100 drm/linux: Add jiffies_to_nsecs() Summary of changes: sys/dev/drm/include/linux/jiffies.h | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-)

git: drm/linux: Improve linux/bug.h

2020-02-15 Thread Francois Tigeot
commit 464a791c1ea26a01ddb4b7e73611c9d5bf4309af Author: François Tigeot Date: Sat Feb 15 13:52:46 2020 +0100 drm/linux: Improve linux/bug.h Summary of changes: sys/dev/drm/include/linux/bug.h | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-)

git: drm/linux: Improve linux/fence.h

2020-02-15 Thread Francois Tigeot
commit 8f47de717bd70f340e4c2a12fdb3c6441bee7c6f Author: François Tigeot Date: Sat Feb 15 13:52:05 2020 +0100 drm/linux: Improve linux/fence.h Summary of changes: sys/dev/drm/include/linux/fence.h | 2 ++ 1 file changed, 2 insertions(+)

git: drm/linux: Fix DEFINE_SPINLOCK()

2020-02-15 Thread Francois Tigeot
commit abf74d0fea5a1777a6eeddc7036b38465af0f0e8 Author: François Tigeot Date: Sat Feb 15 13:49:49 2020 +0100 drm/linux: Fix DEFINE_SPINLOCK() Summary of changes: sys/dev/drm/include/linux/spinlock.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)

git: drm/linux: Add boot_cpu_data

2020-02-15 Thread Francois Tigeot
commit 862a9d7e2e9a803518c3179b9854396cefc1611a Author: François Tigeot Date: Sat Feb 15 14:23:33 2020 +0100 drm/linux: Add boot_cpu_data Summary of changes: sys/dev/drm/drm_cache.c | 2 +- sys/dev/drm/include/asm/processor.h | 8 +++- sys/dev/drm/linux_compat.c

git: drm/i915: Update base driver to 20160725

2020-02-15 Thread Francois Tigeot
commit 87df8fc682f500d842f0b6cfa4b17a3d0fc13b35 Author: François Tigeot Date: Sat Feb 15 14:28:39 2020 +0100 drm/i915: Update base driver to 20160725 Summary of changes: sys/conf/files |2 + sys/dev/drm/i915/Makefile|2 +

git: drm/linux: Add drain_workqueue()

2020-02-15 Thread Francois Tigeot
commit 5ef31fe940759157e9739c33ee301612d7c326c9 Author: François Tigeot Date: Sat Feb 15 14:27:35 2020 +0100 drm/linux: Add drain_workqueue() Summary of changes: sys/dev/drm/include/linux/workqueue.h | 4 sys/dev/drm/linux_workqueue.c | 14 ++ 2 files

git: drm: Use the Linux version of DRM_WAIT_ON()

2020-02-13 Thread Francois Tigeot
commit 9e6332eee685e3a17e7f977d62b0d586cf414d99 Author: François Tigeot Date: Fri Feb 14 07:57:14 2020 +0100 drm: Use the Linux version of DRM_WAIT_ON() Avoid sleeping for vblank events when not required. Summary of changes: sys/dev/drm/include/drm/drm_os_linux.h | 20

git: drm/linux: Rework wait_event_xxx and finish_wait functions

2020-02-13 Thread Francois Tigeot
commit edbc586d017f25c5fdf8bf310e252a3fc18fa92e Author: François Tigeot Date: Fri Feb 14 07:50:45 2020 +0100 drm/linux: Rework wait_event_xxx and finish_wait functions * Add required task state change in finish_wait() * Move some formerly inline code to linux_wait.c in

git: drm/linux: Implement outb()

2020-02-12 Thread Francois Tigeot
commit 046cdebcdde72170f13d0de7489b688ed08b5ea4 Author: François Tigeot Date: Thu Feb 13 07:58:07 2020 +0100 drm/linux: Implement outb() Summary of changes: sys/dev/drm/i915/intel_display.c| 4 ++-- sys/dev/drm/i915/intel_runtime_pm.c | 4 sys/dev/drm/include/asm/io.h

git: drm/radeon: Use Linux memory-mapped IO functions

2020-01-09 Thread Francois Tigeot
commit 374a0b33c9900871850d4f25f8fab1354fab2e3c Author: François Tigeot Date: Thu Jan 9 16:29:50 2020 +0100 drm/radeon: Use Linux memory-mapped IO functions Partially sync driver code with Linux 4.9 Summary of changes: sys/dev/drm/radeon/r100.c | 9 -

git: drm/linux: Add readX() memory-mapped IO functions

2020-01-09 Thread Francois Tigeot
commit 6325d95a5ad3a20671eb8839cb3af3cade81bf8f Author: François Tigeot Date: Thu Jan 9 16:27:44 2020 +0100 drm/linux: Add readX() memory-mapped IO functions They are meant to be used for accessing directly mapped device registers. Summary of changes:

git: drm/linux: Add pci_free_consistent()

2020-01-08 Thread Francois Tigeot
commit aaf7b5181746097c00965904f7b6aa966b6dfe2a Author: François Tigeot Date: Wed Jan 8 17:21:51 2020 +0100 drm/linux: Add pci_free_consistent() Summary of changes: sys/dev/drm/include/linux/pci-dma-compat.h | 7 +++ 1 file changed, 7 insertions(+)

git: drm/linux: Add pci_alloc_consistent()

2020-01-03 Thread Francois Tigeot
commit 1f0f7e1cab47396a4d19cf37fe8dba2a43f10e75 Author: François Tigeot Date: Fri Jan 3 19:08:37 2020 +0100 drm/linux: Add pci_alloc_consistent() Summary of changes: .../linux/{tracepoint.h => pci-dma-compat.h} | 22 +- sys/dev/drm/include/linux/pci.h

git: drm/linux: Add some sysfs stub functions

2019-12-26 Thread Francois Tigeot
commit 63ea148e9472a99c6afc35b86009dc3047a98943 Author: François Tigeot Date: Thu Dec 26 09:21:44 2019 +0100 drm/linux: Add some sysfs stub functions Summary of changes: sys/dev/drm/include/linux/sysfs.h | 13 - 1 file changed, 12 insertions(+), 1 deletion(-)

git: drm/linux: Add or improve some wait_queue functions

2019-12-26 Thread Francois Tigeot
commit 580a27ab6f7dc432f5eb9f2c326eab0c4915266a Author: François Tigeot Date: Thu Dec 26 09:20:16 2019 +0100 drm/linux: Add or improve some wait_queue functions Summary of changes: sys/dev/drm/include/linux/wait.h | 17 ++--- 1 file changed, 14 insertions(+), 3

git: drm/linux: Add Linux kthread functions

2019-12-24 Thread Francois Tigeot
commit aa2693a56c338394e36cca4c2fd268614dabefa7 Author: François Tigeot Date: Tue Dec 24 10:42:35 2019 +0100 drm/linux: Add Linux kthread functions Summary of changes: sys/conf/files| 1 + sys/dev/drm/drm/Makefile | 1 +

git: drm/i915: Disable GUC support again on Kabylake GPUs

2019-12-29 Thread Francois Tigeot
commit c6fe68c3bff4f93ecd14b0dbfa488ce79a3ed18c Author: François Tigeot Date: Sun Dec 29 19:56:10 2019 +0100 drm/i915: Disable GUC support again on Kabylake GPUs It causes hard locks on some machines Reported-by: noob237 Summary of changes:

git: drm/i915: Update to Linux 4.8.17

2019-12-27 Thread Francois Tigeot
commit bf0175970ba1c394f8039834a26ca6d163b23d0e Author: François Tigeot Date: Fri Dec 27 09:09:34 2019 +0100 drm/i915: Update to Linux 4.8.17 * Broxton, Valleyview and Cherryview support improvements * Broadwell and Gen9/Skylake support improvements *

git: drm: Remove the gen-drm_pciids script

2020-01-08 Thread Francois Tigeot
commit 954fc4d3f4c21a838424cd24de1a6d55fcb23cc3 Author: François Tigeot Date: Wed Jan 8 11:41:20 2020 +0100 drm: Remove the gen-drm_pciids script All drm drivers now directly use Linux PCI IDs descriptions Summary of changes: tools/tools/drm/README | 2 -

git: drm/linux: Rewrite the tasklet implementation

2020-03-09 Thread Francois Tigeot
commit 77a6b00ef8ace2311e2ca8ea29f7c9828b88614b Author: François Tigeot Date: Mon Mar 9 23:28:12 2020 +0100 drm/linux: Rewrite the tasklet implementation Newer drm/i915 driver versions expect tasklets to run in dedicated threads and no longer work with synchronous calls.

git: drm/i915: Update DRIVER_DATE to 20161024

2020-03-12 Thread Francois Tigeot
commit 1e12ee3baa16120663cde9c6c4c8e92b69b00794 Author: François Tigeot Date: Thu Mar 12 07:16:53 2020 +0100 drm/i915: Update DRIVER_DATE to 20161024 Summary of changes: sys/conf/files|5 +- sys/dev/drm/drm_atomic.c |

git: DragonFly_RELEASE_5_8 world: Install Linux headers required by Mesa >= 19.3

2020-03-12 Thread Francois Tigeot
commit 1c9a56e8a5f0594c24d07d0940d0fd9882c17f30 Author: François Tigeot Date: Wed Mar 11 12:19:45 2020 +0100 world: Install Linux headers required by Mesa >= 19.3 Avoiding many patches in dports Summary of changes: etc/mtree/BSD.include.dist | 8 include/Makefile

git: DragonFly_RELEASE_5_8 linux/types.h: Fix compilation with userland C++ programs

2020-03-12 Thread Francois Tigeot
commit faaac404b87d4fd2202933b3d383c78d3d5bf736 Author: François Tigeot Date: Wed Mar 11 12:15:31 2020 +0100 linux/types.h: Fix compilation with userland C++ programs Such as newer Mesa versions Summary of changes: sys/dev/drm/include/linux/types.h | 2 +- 1 file changed, 1

git: world: Install Linux headers required by Mesa >= 19.3

2020-03-11 Thread Francois Tigeot
commit 645734d9b3dc5cff1c89e6339dfd79c6746f3c13 Author: François Tigeot Date: Wed Mar 11 12:19:45 2020 +0100 world: Install Linux headers required by Mesa >= 19.3 Avoiding many patches in dports Summary of changes: etc/mtree/BSD.include.dist | 8 include/Makefile

git: linux/types.h: Fix compilation with userland C++ programs

2020-03-11 Thread Francois Tigeot
commit 551c5a945dc60197d140ebe730b229d544e8157b Author: François Tigeot Date: Wed Mar 11 12:15:31 2020 +0100 linux/types.h: Fix compilation with userland C++ programs Such as newer Mesa versions Summary of changes: sys/dev/drm/include/linux/types.h | 2 +- 1 file changed, 1

git: drm/linux: Add put_pid()

2020-03-08 Thread Francois Tigeot
commit 7033be51ba95cd325c2d0bc76000e44bfdb755d9 Author: François Tigeot Date: Sun Mar 8 22:12:42 2020 +0100 drm/linux: Add put_pid() Summary of changes: sys/dev/drm/drm_fops.c | 2 -- sys/dev/drm/i915/i915_gem_request.c | 2 +- sys/dev/drm/include/linux/pid.h | 8

git: drm/linux: Add disable_irq() and enable_irq()

2020-03-07 Thread Francois Tigeot
commit bb7b9e8bf690136d41494954ff5e62cfc5d41839 Author: François Tigeot Date: Sat Mar 7 19:28:17 2020 +0100 drm/linux: Add disable_irq() and enable_irq() Summary of changes: sys/dev/drm/include/linux/interrupt.h | 3 +++ sys/dev/drm/linux_irq.c | 40

git: drm/linux: Add put_page()

2020-04-10 Thread Francois Tigeot
commit 2e7b1889050517d626a07ee28b3433008045fca9 Author: François Tigeot Date: Fri Apr 10 14:38:08 2020 +0200 drm/linux: Add put_page() Summary of changes: sys/dev/drm/include/linux/mm.h | 8 1 file changed, 8 insertions(+)

git: drm/linux: Add add_taint()

2020-04-18 Thread Francois Tigeot
commit c7707484585e4f4665e58187af2ea076a9614116 Author: François Tigeot Date: Sat Apr 18 16:07:27 2020 +0200 drm/linux: Add add_taint() Summary of changes: sys/dev/drm/include/linux/kernel.h | 12 1 file changed, 12 insertions(+)

git: drm/linux: Really implement irqs_disabled()

2020-04-18 Thread Francois Tigeot
commit 54e9b9a45470912a7e6ca832ea2c06e1bd0f52e7 Author: François Tigeot Date: Sat Apr 18 16:17:52 2020 +0200 drm/linux: Really implement irqs_disabled() Summary of changes: sys/dev/drm/include/linux/irqflags.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-)

git: drm/i915: Enable stolen memory support

2020-04-14 Thread Francois Tigeot
commit 5a822b41104da7a2206b51c602bff984d0462d39 Author: François Tigeot Date: Tue Apr 14 10:27:28 2020 +0200 drm/i915: Enable stolen memory support Summary of changes: sys/dev/drm/i915/i915_gem_stolen.c | 30 -- 1 file changed, 24 insertions(+), 6

git: drm/linux: Add uapi/asm/byteorder.h

2020-04-14 Thread Francois Tigeot
commit 9d1f960d9065e179ae01a6a1b0204d350e86720f Author: François Tigeot Date: Tue Apr 14 10:24:29 2020 +0200 drm/linux: Add uapi/asm/byteorder.h Summary of changes: sys/dev/drm/include/{asm/fpu/api.h => uapi/asm/byteorder.h} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)

git: drm/linux: Add for_each_clear_bit()

2020-04-25 Thread Francois Tigeot
commit 541d9ce9fd0e5524cd56cb2516d0fdc69ddff86b Author: François Tigeot Date: Sat Apr 25 11:58:12 2020 +0200 drm/linux: Add for_each_clear_bit() Obtained-from: FreeBSD Summary of changes: sys/dev/drm/include/linux/bitops.h | 4 1 file changed, 4 insertions(+)

git: drm/linux: Add BIT_ULL() and GENMASK_ULL()

2020-04-25 Thread Francois Tigeot
commit dde54508e4d922d142d30377b299106a6bd2c30a Author: François Tigeot Date: Sat Apr 25 10:06:36 2020 +0200 drm/linux: Add BIT_ULL() and GENMASK_ULL() Summary of changes: include/Makefile | 3 +++ .../drm/include/{generated/utsrelease.h

git: drm/linux: Add xchg()

2020-05-07 Thread Francois Tigeot
commit ab413216e0477d18360cae566110a40c280c86b8 Author: François Tigeot Date: Thu May 7 10:38:27 2020 +0200 drm/linux: Add xchg() Summary of changes: sys/dev/drm/include/asm/atomic.h| 5 +++ sys/dev/drm/include/asm/{bitops.h => cmpxchg.h} | 56

git: drm/linux/tasklets: queue new requests after existing ones

2020-05-13 Thread Francois Tigeot
commit e071d3662a928f501552be89f2e1523d77880346 Author: François Tigeot Date: Wed May 13 11:16:19 2020 +0200 drm/linux/tasklets: queue new requests after existing ones * The i915 driver expects its requests to be processed in the same order they were submitted *

git: drm/linux: Add tasklet enable and disable functions

2020-05-07 Thread Francois Tigeot
commit 802fda022d020e8bc9ede6244f135ee3984e9592 Author: François Tigeot Date: Thu May 7 14:27:30 2020 +0200 drm/linux: Add tasklet enable and disable functions Remove a debug message in passing Summary of changes: sys/dev/drm/include/linux/interrupt.h | 13 +

git: drm/linux/tasklets: Factor out common code

2020-05-08 Thread Francois Tigeot
commit 651194323784d49085ce3ebfdf7d1670bc2659aa Author: François Tigeot Date: Fri May 8 16:58:07 2020 +0200 drm/linux/tasklets: Factor out common code Use a common macro for tasklet_schedule() and tasklet_hi_schedule() Summary of changes: sys/dev/drm/linux_tasklet.c | 61

git: drm/i915: Revert Clean up DDI DDC/AUX CH sanitation

2020-03-18 Thread Francois Tigeot
commit cf2b3164c7ed5562de8efc96ba6855b7c554ef7c Author: François Tigeot Date: Wed Mar 18 15:06:02 2020 +0100 drm/i915: Revert Clean up DDI DDC/AUX CH sanitation * This reverts Linux commit 0ce140d45a8398b501934ac289aef0eb7f47c596 * It caused phantom screens to be

git: drm/linux: Add io_mapping_init_wc() and _fini()

2020-03-07 Thread Francois Tigeot
commit 847cd4474bae0f629a786c3df314152f1772276a Author: François Tigeot Date: Sat Mar 7 19:09:24 2020 +0100 drm/linux: Add io_mapping_init_wc() and _fini() Summary of changes: .../drm/include/{linux/prefetch.h => asm/iomap.h} | 15 +++---

git: kernel: Fix LINT64 build after Linux RCU changes

2020-09-02 Thread Francois Tigeot
commit 7f3f768bac57a113adc5b9ecf1c6b2625e36fd63 Author: François Tigeot Date: Wed Sep 2 10:10:08 2020 +0200 kernel: Fix LINT64 build after Linux RCU changes Summary of changes: sys/conf/files | 1 + 1 file changed, 1 insertion(+)

git: drm/linux: Fix __test_and_set_bit()

2020-09-11 Thread Francois Tigeot
commit 02ce2f14df089c402bae6a52f0a603efca5ef1d1 Author: François Tigeot Date: Fri Sep 11 19:19:16 2020 +0200 drm/linux: Fix __test_and_set_bit() Its arguments were inverted. Summary of changes: sys/dev/drm/include/asm/bitops.h | 2 +- 1 file changed, 1 insertion(+), 1

git: drm/linux: Add pagevec_space()

2020-09-11 Thread Francois Tigeot
commit 5bddfc7af5bfb47e44db6a3653d012e50467cd3c Author: François Tigeot Date: Fri Sep 11 19:12:37 2020 +0200 drm/linux: Add pagevec_space() Obtained-from: OpenBSD Summary of changes: sys/dev/drm/include/linux/pagevec.h | 6 ++ 1 file changed, 6 insertions(+)

git: drm: Fix a locking issue in shmem_read_mapping_page()

2020-10-08 Thread Francois Tigeot
commit afa4e7079a10b875218e1c8fe8945d130d9cc0c1 Author: François Tigeot Date: Thu Oct 8 20:29:05 2020 +0200 drm: Fix a locking issue in shmem_read_mapping_page() Reported-by: tuxillo Summary of changes: sys/dev/drm/include/linux/shmem_fs.h | 2 -- sys/dev/drm/linux_shmem.c

git: drm/linux: Add down_write_killable()

2020-05-25 Thread Francois Tigeot
commit 57af1c6487a09d8ff8d9927b7655670892d40cb9 Author: François Tigeot Date: Mon May 25 22:24:02 2020 +0200 drm/linux: Add down_write_killable() Summary of changes: sys/dev/drm/include/linux/rwsem.h | 13 - 1 file changed, 12 insertions(+), 1 deletion(-)

git: drm: Implement dma-buf operations, enable most drm_prime code

2020-07-22 Thread Francois Tigeot
commit 269e9b1e992fd620a58866af004fdb3cad3fc363 Author: François Tigeot Date: Wed Jul 22 08:16:12 2020 +0200 drm: Implement dma-buf operations, enable most drm_prime code Inspired-by: OpenBSD Summary of changes: sys/dev/drm/drm_prime.c | 31 +--

git: drm: Fix dma_fence_wait()

2020-08-01 Thread Francois Tigeot
commit f2d9abcbe68c3c4c7cbfd3dc1cbb7802aa645f3c Author: François Tigeot Date: Sat Aug 1 20:13:51 2020 +0200 drm: Fix dma_fence_wait() It is supposed to return only 0 or negative values. Summary of changes: sys/dev/drm/include/linux/dma-fence.h | 9 - 1 file changed, 8

git: drm: Add linux/irqhandler.h

2020-08-07 Thread Francois Tigeot
commit 7d446487b6cc17607fb59eaa29e4de214552f674 Author: François Tigeot Date: Fri Aug 7 18:42:14 2020 +0200 drm: Add linux/irqhandler.h Summary of changes: sys/dev/drm/include/{asm/fpu/api.h => linux/irqhandler.h} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) copy

git: drm/linux: Add unsafe_put_user()

2020-08-05 Thread Francois Tigeot
commit 6f3edb89fae4ddaab12a985e4f5af9762da9 Author: François Tigeot Date: Wed Aug 5 19:49:40 2020 +0200 drm/linux: Add unsafe_put_user() Obtained-from: FreeBSD Summary of changes: sys/dev/drm/include/asm/uaccess.h | 5 + 1 file changed, 5 insertions(+)

git: drm: Add headers and infrastructure required by Linux 4.13+ code

2020-08-05 Thread Francois Tigeot
commit 2cecdd68a635a5552cc4c5dde9bf65b3f0b5a262 Author: François Tigeot Date: Wed Aug 5 19:42:54 2020 +0200 drm: Add headers and infrastructure required by Linux 4.13+ code Summary of changes: sys/dev/drm/include/asm/barrier.h| 7 ++-

git: drm: Update base driver to Linux 4.10.17

2020-07-13 Thread Francois Tigeot
commit 4be47400997875399098ad904fb4ca65b3244cca Author: François Tigeot Date: Mon Jul 13 23:50:01 2020 +0200 drm: Update base driver to Linux 4.10.17 Thanks to Matthew Dillon for some VM fixes. Summary of changes: sys/conf/files | 10

git: drm: restore pre-Linux 4.10 print functions

2020-07-15 Thread Francois Tigeot
commit ebc6bfa22c1d5f2616d941b689ac6932ea2cc752 Author: François Tigeot Date: Wed Jul 15 11:23:35 2020 +0200 drm: restore pre-Linux 4.10 print functions Newer versions tend to print garbage Summary of changes: sys/dev/drm/include/drm/drmP.h | 35

git: drm/linux: Fix lost wakeup event issues with wait_event_xxx() routines

2020-07-12 Thread Francois Tigeot
commit 2e29c338340fd96f2ac16aacc3f50851df20444c Author: François Tigeot Date: Sun Jul 12 09:52:15 2020 +0200 drm/linux: Fix lost wakeup event issues with wait_event_xxx() routines Submitted-by: Matthew Dillon Summary of changes: sys/dev/drm/include/linux/wait.h | 18

git: drm/linux: Implement module_param() directives

2020-07-12 Thread Francois Tigeot
commit 040b675479d5bacef62d0e32dc35ddb07fe91574 Author: François Tigeot Date: Sun Jul 12 09:30:37 2020 +0200 drm/linux: Implement module_param() directives * Properly define KBUILD_MODNAME where required * Rewrite linux/moduleparam.h, Automatically generate suitable

git: drm/linux: Import the radix-tree code from FreeBSD

2020-07-11 Thread Francois Tigeot
commit a3a2f5cb36b8f30869020379d826d3a85b92c008 Author: François Tigeot Date: Sun Jul 12 07:20:52 2020 +0200 drm/linux: Import the radix-tree code from FreeBSD Summary of changes: sys/conf/files | 1 + sys/dev/drm/drm/Makefile | 1 +

git: drm/linux: break from wait_event_xxx() loops sooner

2020-07-12 Thread Francois Tigeot
commit 8440b9cda9cfda78a73f35706e67e30f448e2587 Author: François Tigeot Date: Sun Jul 12 09:57:59 2020 +0200 drm/linux: break from wait_event_xxx() loops sooner Summary of changes: sys/dev/drm/include/linux/wait.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)

git: drm/linux: Do not sleep when not required in schedule_timeout()

2020-07-12 Thread Francois Tigeot
commit 50ce654e0ba4be1af3f0bf3baec8efbe9d7982fc Author: François Tigeot Date: Mon Jul 13 07:57:03 2020 +0200 drm/linux: Do not sleep when not required in schedule_timeout() Summary of changes: sys/dev/drm/include/linux/sched.h | 2 -- 1 file changed, 2 deletions(-)

git: drm/linux: Fix an unlock without lock issue in dma_fence_default_wait()

2020-07-11 Thread Francois Tigeot
commit 95d4055452ede71d37a2769842d0b897b5deed64 Author: François Tigeot Date: Sat Jul 11 12:54:04 2020 +0200 drm/linux: Fix an unlock without lock issue in dma_fence_default_wait() Summary of changes: sys/dev/drm/linux_fence.c | 73 ++- 1

git: drm/i915: enable i915_gem_phys_ops

2020-06-16 Thread Francois Tigeot
commit 72b9d63c79210c610fd3cd6bd568fb4acd3185c0 Author: François Tigeot Date: Tue Jun 16 10:05:25 2020 +0200 drm/i915: enable i915_gem_phys_ops Summary of changes: sys/dev/drm/i915/i915_gem.c | 22 -- sys/dev/drm/i915/i915_gem_dmabuf.c | 4

git: drm: Move acpi_is_video_device() to linux/acpi.h

2020-06-24 Thread Francois Tigeot
commit a3261f3805c54073a27921b2cd80edc37924b3dc Author: François Tigeot Date: Wed Jun 24 16:58:54 2020 +0200 drm: Move acpi_is_video_device() to linux/acpi.h Summary of changes: sys/dev/drm/i915/intel_opregion.c | 10 +- sys/dev/drm/include/linux/acpi.h | 21

git: drm: Add headers, stubs and constants required by Linux 4.10 code

2020-06-24 Thread Francois Tigeot
commit e2a4a6b10bbe56932d54ec1764aad5be0fc49c6f Author: François Tigeot Date: Wed Jun 24 17:45:07 2020 +0200 drm: Add headers, stubs and constants required by Linux 4.10 code Summary of changes: sys/dev/drm/include/asm/cpufeature.h | 5 ++-

git: drm/linux: Add kmem_cache functions and related constants

2020-06-15 Thread Francois Tigeot
commit f1cbac97a78b5ae1fbce9a8d7ca99cba3849bc8b Author: François Tigeot Date: Mon Jun 15 11:51:21 2020 +0200 drm/linux: Add kmem_cache functions and related constants Summary of changes: sys/dev/drm/include/linux/slab.h | 50 ++-- 1 file changed, 48

git: drm/i915: Use kmem_cache functions

2020-06-15 Thread Francois Tigeot
commit 65d5e47fb32566d6b102c03b879995a7481412b3 Author: François Tigeot Date: Mon Jun 15 12:16:39 2020 +0200 drm/i915: Use kmem_cache functions Summary of changes: sys/dev/drm/i915/i915_gem.c | 10 -- sys/dev/drm/i915/i915_gem_gtt.c | 2 +-

git: drm: Switch to the OpenBSD dma-fence implementation

2020-06-05 Thread Francois Tigeot
commit 27d73c48c504265787fedb261c88e1bd1ad494bd Author: François Tigeot Date: Sat Jun 6 06:50:06 2020 +0200 drm: Switch to the OpenBSD dma-fence implementation The old NetBSD one did not respect sleep/wakeup sequences Linux code expects Summary of changes:

git: drm/linux/dma-buf: Rename struct fence to dma_fence

2020-06-05 Thread Francois Tigeot
commit 6559babb85ff7c7959dcce16b8c2de582185d45f Author: François Tigeot Date: Sat Jun 6 06:49:35 2020 +0200 drm/linux/dma-buf: Rename struct fence to dma_fence Summary of changes: sys/dev/drm/drm_atomic.c | 2 +- sys/dev/drm/drm_atomic_helper.c|

git: drm/linux: Improve put_user()

2020-06-07 Thread Francois Tigeot
commit be4c44ce426542fc8b1d7ab0824a0c14f9a69937 Author: François Tigeot Date: Mon Jun 8 07:35:44 2020 +0200 drm/linux: Improve put_user() Summary of changes: sys/dev/drm/include/asm/uaccess.h | 12 +++- 1 file changed, 7 insertions(+), 5 deletions(-)

git: drm/linux: Add list_for_each_entry_safe_reverse()

2020-06-07 Thread Francois Tigeot
commit eec723270d934b2250420c7a504cefedf4a60582 Author: François Tigeot Date: Mon Jun 8 07:39:28 2020 +0200 drm/linux: Add list_for_each_entry_safe_reverse() Obtained-from: FreeBSD Summary of changes: sys/dev/drm/include/linux/list.h | 5 + 1 file changed, 5 insertions(+)

git: drm/linux: Add mutex_lock_nested() and mutex_trylock_recursive()

2020-06-07 Thread Francois Tigeot
commit ef50770eb84845636bbfd949e0d08430ca88d85d Author: François Tigeot Date: Mon Jun 8 07:42:20 2020 +0200 drm/linux: Add mutex_lock_nested() and mutex_trylock_recursive() Summary of changes: sys/dev/drm/include/linux/mutex.h | 22 +- 1 file changed, 21

git: drm/mm: Fix definitions of alloc_pages() and __free_pages()

2020-06-07 Thread Francois Tigeot
commit 9d1b0c59a13843a1fbede1dc85b06dc2a3c60ed2 Author: François Tigeot Date: Mon Jun 8 07:42:44 2020 +0200 drm/mm: Fix definitions of alloc_pages() and __free_pages() Summary of changes: sys/dev/drm/include/linux/gfp.h | 29 +

git: drm/linux: Rewrite dev_printk()

2020-06-07 Thread Francois Tigeot
commit 4637867318eb6720422df574175026254b8ed2fd Author: François Tigeot Date: Mon Jun 8 07:51:16 2020 +0200 drm/linux: Rewrite dev_printk() Summary of changes: sys/dev/drm/include/linux/device.h | 13 +++-- 1 file changed, 11 insertions(+), 2 deletions(-)

git: drm/linux: Rewrite seq_printf()

2020-06-07 Thread Francois Tigeot
commit 297046af58915b8720f732ae17789e12c21a1b77 Author: François Tigeot Date: Mon Jun 8 07:46:06 2020 +0200 drm/linux: Rewrite seq_printf() Summary of changes: sys/conf/files | 1 + sys/dev/drm/drm/Makefile| 1

git: drm: Add Coccinelle transformation scripts

2020-06-03 Thread Francois Tigeot
commit 220c9d77d60dd995be5edb6a5022087b33616d20 Author: François Tigeot Date: Wed Jun 3 14:30:25 2020 +0200 drm: Add Coccinelle transformation scripts In order to automate various changes in cases where the original Linux source code cannot be used unmodified. Summary of

git: drm/linux: Fix ratelimit.h copyright

2020-06-04 Thread Francois Tigeot
commit 03d7d819955a7f9bed9244ad7dd147a0a139b609 Author: François Tigeot Date: Thu Jun 4 13:33:43 2020 +0200 drm/linux: Fix ratelimit.h copyright Summary of changes: sys/dev/drm/include/linux/ratelimit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

<    6   7   8   9   10   11   12   >