Commit c236d49
Herton R. Krzesinski
Merge: thunderbolt: Fix DP tunneling out of resource
MR: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-9/-/merge_requests/2027
## BUGZILLA
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2107603
## UPSTREAM STATUS
Upstream Status: Patch has been accepted on kernel/git/torvalds/linux.git
## CONFLICTS
None
## BUILD INFORMATION
Build Info: https://brewweb.engineering.redhat.com/brew/taskinfo?taskID=50536258
## TESTING
Functional testing: TBD
Smoke test:
~~~
# uname -r
5.14.0-258.rh2107603.el9.x86_64
# cat /etc/redhat-release
Red Hat Enterprise Linux release 9.1 (Plow)
# rpm -q --changelog kernel-5.14.0-258.rh2107603.el9.x86_64 | head -n2
* Mon Feb 06 2023 Desnes Nunes <desnesn@redhat.com> [5.14.0-258.rh2107603.el9]
- thunderbolt: Add DP OUT resource when DP tunnel is discovered (Desnes Nunes)
# lscpu | grep -m2 -e "Arch\|Model name:"
Architecture: x86_64
Model name: AMD EPYC 7742 64-Core Processor
# dmidecode | grep -A3 '^System Information'
System Information
Manufacturer: HP
Product Name: ProLiant DL320e Gen8 v2
Version: Not Specified
~~~
## DESCRIPTION
This fixes the discovery of a DP tunnel by adding the new tunnelled DP OUT port accordingly to the dp_resource list
Signed-off-by: Desnes Nunes <desnesn@redhat.com>
Approved-by: Dean Nelson <dnelson@redhat.com>
Approved-by: David Arcari <darcari@redhat.com>
Approved-by: Torez Smith <torez@redhat.com>
Signed-off-by: Herton R. Krzesinski <herton@redhat.com>1 file changed
+28
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
108 | 134 | | |
109 | 135 | | |
110 | 136 | | |
| |||
1446 | 1472 | | |
1447 | 1473 | | |
1448 | 1474 | | |
| 1475 | + | |
| 1476 | + | |
1449 | 1477 | | |
1450 | 1478 | | |
1451 | 1479 | | |
| |||
0 commit comments