Date: Tue, 22 Dec 2020 12:43:20 +0000 From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 247441] graphics/gpu-firmware-kmod and or graphics/drm-fbsd11.2-kmod crashing 11.2 to 11.4 with a Radeon HD 5770 card Message-ID: <bug-247441-7141-bs3TWDiDEB@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-247441-7141@https.bugs.freebsd.org/bugzilla/> References: <bug-247441-7141@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D247441 Vladimir Kondratyev <wulf@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wulf@freebsd.org --- Comment #25 from Vladimir Kondratyev <wulf@freebsd.org> --- (In reply to pr from comment #24) > A few facts that can help you understand how big is this documentation bu= g: > 1) sys/dev/drm2/radeon/radeon_drv.c, line 123 reads: > int radeon_audio =3D 0; > For the sake of completeness, this same line is line 158 for Linux users > https://github.com/torvalds/linux/blob/master/drivers/gpu/drm/radeon/rade= on_drv.c and reads: > int radeon_audio =3D -1; Please, do not confuse people with comparing apples and oranges. Linux driver, corresponding to our deprecated base version (v3.8), also has radeon_audio set to 0: https://github.com/torvalds/linux/blob/v3.8/drivers/gpu/drm/radeon/radeon_d= rv.c#L144 While current FreeBSD driver has radeon_audio set to -1: https://github.com/freebsd/drm-kmod/blob/5.4-lts/drivers/gpu/drm/radeon/rad= eon_drv.c#L193 I don't know, if it works though. --=20 You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-247441-7141-bs3TWDiDEB>