mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-13 07:40:02 +00:00
When dynamically switching lanes was removed, the intent of the code
was to check to make sure that higher speed items used 4 lanes, but
it had the unintended consequence of removing the slower speeds for
4-lane users.
This attempts to remedy this by doing a check to see that the
max frequency doesn't exceed the chip limit, and a second
check to make sure that the max bit-rate doesn't exceed the
number of lanes * max bit rate / lane.
Fixes:
|
||
|---|---|---|
| .. | ||
| adv7511_audio.c | ||
| adv7511_cec.c | ||
| adv7511_drv.c | ||
| adv7511.h | ||
| adv7533.c | ||
| Kconfig | ||
| Makefile | ||