Re: Plaintext formatRe: amdgpu: panic: Assertion td->td_lkpi_task == NULL
Klaus Küchemann <[email protected]> Mon, 3 Aug 2026 20:11:18 +0200
| Newsgroups | gmane.os.freebsd.current |
|---|---|
| Message-ID | <[email protected]> |
O.K, thanks, `ve filed the bug : https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D297250 Ryzen 5 Pro , exact same drm-66-kmod like yours .. I will test a git reset hard to your latest head = 16e47f317c4ce2be5fed530bf8a9af9f9bf55364=20 Regards K. > Am 03.08.2026 um 18:11 schrieb Adrian Chadd <[email protected]>: >>=20 >>=20 >> =E2=80=A6=E2=80=A6.. >=20 > Ah, I found it: >=20 >>> panic() at panic+0x43/frame 0xfffffe01392cc3c8 >>> linux_alloc_current() at linux_alloc_current+0x2e3/frame = 0xfffffe01392cc418 >>> dc_assert_fp_enabled() at dc_assert_fp_enabled+0x77/frame = 0xfffffe01392cc438 >>> dcn21_update_bw_bounding_box() at = dcn21_update_bw_bounding_box+0x26/frame 0xfffffe01392cc470 >>> dc_create() at dc_create+0x3c4/frame 0xfffffe01392cc4b0 >>> dm_hw_init() at dm_hw_init+0x45e/frame 0xfffffe01392cc6d0 >>> amdgpu_device_ip_hw_init_phase2() at = amdgpu_device_ip_hw_init_phase2+0x5a/frame 0xfffffe01392cc700 >=20 > If you're absolutely sure you're running the most recent -head and > drm-66 build, then I'd file a bug. >=20 > My local machines were just updated to: >=20 > ``` > commit 16e47f317c4ce2be5fed530bf8a9af9f9bf55364 (upstream/main, = upstream/HEAD) > Author: Gleb Popov <[email protected]> > Date: Mon Jul 27 21:18:12 2026 +0300 >=20 > nuageinit: Allow the userdata script to run before firstboot* rc = services > ``` > and > ``` > drm-66-kmod-6.6.25.1600019_10 Direct Rendering Manager (DRM) GPU = drivers > ``` >=20 > But it's very possible that your amdgpu is taking a different setup > path to mine. > Mine loads 'green_sardine' firmware blobs, is an AMD Ryzen 7 7730U = chipset. >=20 >=20 > -adrian