Page MenuHomeFreeBSD

Limit the number of stripes supported by HDA codec to maximum number announced by HDA controller.
ClosedPublic

Authored by mmel on Dec 27 2016, 5:32 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Mar 18, 10:18 AM
Unknown Object (File)
Thu, Feb 29, 8:32 AM
Unknown Object (File)
Feb 3 2024, 10:03 PM
Unknown Object (File)
Jan 28 2024, 2:43 AM
Unknown Object (File)
Jan 9 2024, 5:42 AM
Unknown Object (File)
Jan 9 2024, 5:37 AM
Unknown Object (File)
Jan 9 2024, 5:33 AM
Unknown Object (File)
Jan 9 2024, 4:27 AM
Subscribers

Details

Summary

Incorrectly implermented HDA codec may report support for more stripes
that HDA controller already have it. Due to this, always limit number of
enabled stripes by global controller maximum.

MFC after: 1 month

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

mmel retitled this revision from to Limit the number of stripes supported by HDA codec to maximum number announced by HDA controller..
mmel updated this object.
mmel edited the test plan for this revision. (Show Details)
mmel added a reviewer: mav.
mmel set the repository for this revision to rS FreeBSD src repository - subversion.
mav edited edge metadata.

Its been ages since I wrote this code, but on quick looks it makes sense to me.

This revision is now accepted and ready to land.Dec 27 2016, 10:03 AM
This revision was automatically updated to reflect the committed changes.