[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
| Newsgroups | gmane.os.freebsd.devel.x11 |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247441 Vladimir Kondratyev <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #25 from Vladimir Kondratyev <[email protected]> --- (In reply to pr from comment #24) > A few facts that can help you understand how big is this documentation bug: > 1) sys/dev/drm2/radeon/radeon_drv.c, line 123 reads: > int radeon_audio = 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/radeon_drv.c and reads: > int radeon_audio = -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_drv.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/radeon_drv.c#L193 I don't know, if it works though. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-x11 To unsubscribe, send any mail to "[email protected]"