User Details
- User Since
- Jun 3 2017, 8:47 AM (402 w, 5 d)
Mon, Feb 17
I was not able to read nor RGB mode nor Thermal policy from BIOS
Fix manpage and braces
Fix description and stray newline
Fri, Feb 14
Thu, Feb 13
Wed, Feb 12
Add private mutex to synchronize interrupt handler with driver attach function
while waiting for RESET command response.
Ooops. last minute braino. I take Giant from ithread. I will fix it.
Tue, Feb 11
There is prior work to fix that D34252
Sun, Feb 2
Wed, Jan 29
Dec 22 2024
Dec 1 2024
Nov 30 2024
Nov 29 2024
Nov 22 2024
Nov 18 2024
Nov 16 2024
Nov 12 2024
Nov 9 2024
Nov 6 2024
Oct 28 2024
Oct 27 2024
Oct 26 2024
Update to react on comments
Oct 22 2024
I am sorry for delay with review
Oct 17 2024
It works good on Intel Skylake
Oct 16 2024
Heh, this broke build of drm-kmod's master branch:
/home/wulf/dvp/drm-kmod/drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c:187:15: error: expression result unused [-Werror,-Wunused-value] 187 | if (unlikely(rcu_dereference_protected(*ptr, 1))) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/wulf/dvp/freebsd/wulf/sys/compat/linuxkpi/common/include/linux/rcupdate.h:115:5: note: expanded from macro 'rcu_dereference_protected' 115 | __rcu_dereference_protected((p), (c), \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 116 | __rcu_var_name(protected, __func__, __LINE__)) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/wulf/dvp/freebsd/wulf/sys/compat/linuxkpi/common/include/linux/rcupdate.h:109:5: note: expanded from macro '__rcu_dereference_protected' 109 | RCU_WARN_ONCE(!(c), "%s:%d: condition for %s failed\n", \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 110 | __func__, __LINE__, __XSTRING(n)); \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/wulf/dvp/freebsd/wulf/sys/compat/linuxkpi/common/include/linux/rcupdate.h:45:3: note: expanded from macro 'RCU_WARN_ONCE' 45 | 1; \ | ^ /home/wulf/dvp/freebsd/wulf/sys/compat/linuxkpi/common/include/linux/compiler.h:82:43: note: expanded from macro 'unlikely' 82 | #define unlikely(x) __builtin_expect(!!(x), 0)
The only note: It looks that rcu_read_lock_held() always returns true on non-debug builds: https://elixir.bootlin.com/linux/v6.11.3/source/include/linux/rcupdate.h#L351
Oct 14 2024
- Linux name of this routine is (s)rcu_read_lock_held
Oct 11 2024
Oct 8 2024
Sep 24 2024
Sep 21 2024
Add #define for UBT_INTEL_TLV_IMAGE_TYPE
Implementation is incomplete and not used in drm-kmod currently