[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

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Dec 22 12:43:22 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247441

Vladimir Kondratyev <wulf at freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |wulf at freebsd.org

--- Comment #25 from Vladimir Kondratyev <wulf at freebsd.org> ---
(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.


More information about the freebsd-x11 mailing list