You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
drm/nouveau: recognise higher link rate for available dp bw calculations
I should resurrect/merge that cleanup branch to remove the weird duplication.. One day. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
This commit is contained in:
@@ -1474,9 +1474,12 @@ parse_dcb20_entry(struct drm_device *dev, struct dcb_table *dcb,
|
||||
case 0:
|
||||
entry->dpconf.link_bw = 162000;
|
||||
break;
|
||||
default:
|
||||
case 1:
|
||||
entry->dpconf.link_bw = 270000;
|
||||
break;
|
||||
default:
|
||||
entry->dpconf.link_bw = 540000;
|
||||
break;
|
||||
}
|
||||
switch ((conf & 0x0f000000) >> 24) {
|
||||
case 0xf:
|
||||
|
||||
Reference in New Issue
Block a user