Commit 901bdf5
committed
Merge tag 'amd-drm-next-6.5-2023-06-09' of https://gitlab.freedesktop.org/agd5f/linux into drm-next
amd-drm-next-6.5-2023-06-02:
amdgpu:
- SR-IOV fixes
- Warning fixes
- Misc code cleanups and spelling fixes
- DCN 3.2 updates
- Improved DC FAMS support for better power management
- Improved DC SubVP support for better power management
- DCN 3.1.x fixes
- Max IB size query
- DC GPU reset fixes
- RAS updates
- DCN 3.0.x fixes
- S/G display fixes
- CP shadow buffer support
- Implement connector force callback
- Z8 power improvements
- PSP 13.0.10 vbflash support
- Mode2 reset fixes
- Store MQDs in VRAM to improve queue switch latency
- VCN 3.x fixes
- JPEG 3.x fixes
- Enable DC_FP on LoongArch
- GFXOFF fixes
- GC 9.4.3 partition support
- SDMA 4.4.2 partition support
- VCN/JPEG 4.0.3 partition support
- VCN 4.0.3 updates
- NBIO 7.9 updates
- GC 9.4.3 updates
- Take NUMA into account when allocating memory
- Handle NUMA for partitions
- SMU 13.0.6 updates
- GC 9.4.3 RAS updates
- Stop including unused swiotlb.h
- SMU 13.0.7 fixes
- Fix clock output ordering on some APUs
- Clean up DC FPGA code
- GFX9 preemption fixes
- Misc irq fixes
- S0ix fixes
- Add new DRM_AMDGPU_WERROR config parameter to help with CI
- PCIe fix for RDNA2
- kdoc fixes
- Documentation updates
amdkfd:
- Query TTM mem limit rather than hardcoding it
- GC 9.4.3 partition support
- Handle NUMA for partitions
radeon:
- Fix possible double free
- Stop including unused swiotlb.h
- Fix possible division by zero
ttm:
- Add query for TTM mem limit
- Add NUMA awareness to pools
- Export ttm_pool_fini()
UAPI:
- Add new ctx query flag to better handle GPU resets
Mesa MR: https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22290
- Add new interface to query and set shadow buffer for RDNA3
Mesa MR: https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21986
- Add new INFO query for max IB size
Proposed userspace: https://gitlab.freedesktop.org/bnieuwenhuizen/mesa/-/commits/ib-rejection-v3
amd-drm-next-6.5-2023-06-09:
amdgpu:
- S0ix fixes
- Initial SMU13 Overdrive support
- kdoc fixes
- Misc clode cleanups
- Flexible array fixes
- Display OTG fixes
- SMU 13.0.6 updates
- Revert some broken clock counter updates
- Misc display fixes
- GFX9 preemption fixes
- Add support for newer EEPROM bad page table format
- Add missing radeon secondary id
- Add support for new colorspace KMS API
- CSA fix
- Stable pstate fixes for APUs
- make vbl interface admin only
- Handle PCI accelerator class
amdkfd:
- Add debugger support for gdb
radeon:
- Fix possible UAF
drm:
- Add Colorspace functionality
UAPI:
- Add debugger interface for enabling gdb
Proposed userspace: https://github.com/ROCm-Developer-Tools/ROCdbgapi/tree/wip-dbgapi
- Add KMS colorspace API
Discussion: https://lists.freedesktop.org/archives/dri-devel/2023-June/408128.html
From: Alex Deucher <alexander.deucher@amd.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230609174817.7764-1-alexander.deucher@amd.com498 files changed
Lines changed: 45770 additions & 8019 deletions
File tree
- Documentation/gpu/amdgpu
- drivers/gpu/drm
- amd
- amdgpu
- amdkfd
- amdxcp
- display
- amdgpu_dm
- dc
- bios
- clk_mgr
- dce112
- dcn10
- dcn201
- dcn20
- dcn21
- dcn301
- dcn30
- dcn314
- dcn315
- dcn316
- dcn31
- dcn32
- core
- dce100
- dce110
- dce112
- dce120
- dce80
- dce
- dcn10
- dcn201
- dcn20
- dcn21
- dcn301
- dcn302
- dcn303
- dcn30
- dcn314
- dcn315
- dcn316
- dcn31
- dcn321
- dcn32
- dml
- dcn20
- dcn21
- dcn301
- dcn30
- dcn314
- dcn31
- dcn321
- dcn32
- dsc
- inc
- hw
- link
- hwss
- protocols
- dmub
- inc
- src
- include
- modules
- freesync
- power
- include
- asic_reg
- gc
- mmhub
- nbio
- sdma
- smuio
- vcn
- pm
- inc
- legacy-dpm
- powerplay
- hwmgr
- inc
- swsmu
- inc
- pmfw_if
- smu11
- smu12
- smu13
- i915/display
- radeon
- ttm
- vc4
- include
- drm
- display
- ttm
- linux
- uapi
- drm
- linux
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
| 12 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
| 143 | + | |
143 | 144 | | |
144 | 145 | | |
145 | 146 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
72 | 82 | | |
73 | 83 | | |
74 | 84 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
42 | 51 | | |
43 | 52 | | |
44 | 53 | | |
| |||
60 | 69 | | |
61 | 70 | | |
62 | 71 | | |
63 | | - | |
| 72 | + | |
64 | 73 | | |
65 | 74 | | |
66 | 75 | | |
| |||
78 | 87 | | |
79 | 88 | | |
80 | 89 | | |
81 | | - | |
| 90 | + | |
82 | 91 | | |
83 | 92 | | |
84 | 93 | | |
| |||
183 | 192 | | |
184 | 193 | | |
185 | 194 | | |
| 195 | + | |
186 | 196 | | |
187 | 197 | | |
188 | 198 | | |
189 | 199 | | |
190 | 200 | | |
191 | | - | |
| 201 | + | |
| 202 | + | |
192 | 203 | | |
193 | 204 | | |
194 | 205 | | |
| |||
203 | 214 | | |
204 | 215 | | |
205 | 216 | | |
| 217 | + | |
206 | 218 | | |
207 | 219 | | |
208 | 220 | | |
| |||
228 | 240 | | |
229 | 241 | | |
230 | 242 | | |
| 243 | + | |
231 | 244 | | |
232 | 245 | | |
233 | 246 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| 110 | + | |
110 | 111 | | |
111 | | - | |
| 112 | + | |
112 | 113 | | |
113 | 114 | | |
114 | 115 | | |
| |||
212 | 213 | | |
213 | 214 | | |
214 | 215 | | |
| 216 | + | |
| 217 | + | |
215 | 218 | | |
216 | 219 | | |
217 | 220 | | |
| |||
242 | 245 | | |
243 | 246 | | |
244 | 247 | | |
| 248 | + | |
| 249 | + | |
245 | 250 | | |
246 | 251 | | |
247 | | - | |
248 | 252 | | |
249 | 253 | | |
250 | 254 | | |
| |||
282 | 286 | | |
283 | 287 | | |
284 | 288 | | |
| 289 | + | |
285 | 290 | | |
286 | 291 | | |
287 | 292 | | |
| |||
463 | 468 | | |
464 | 469 | | |
465 | 470 | | |
| 471 | + | |
| 472 | + | |
466 | 473 | | |
467 | 474 | | |
468 | 475 | | |
| |||
573 | 580 | | |
574 | 581 | | |
575 | 582 | | |
| 583 | + | |
| 584 | + | |
576 | 585 | | |
577 | 586 | | |
578 | 587 | | |
| |||
607 | 616 | | |
608 | 617 | | |
609 | 618 | | |
| 619 | + | |
| 620 | + | |
| 621 | + | |
610 | 622 | | |
611 | 623 | | |
612 | 624 | | |
| |||
657 | 669 | | |
658 | 670 | | |
659 | 671 | | |
660 | | - | |
| 672 | + | |
661 | 673 | | |
662 | 674 | | |
663 | 675 | | |
664 | 676 | | |
665 | 677 | | |
666 | 678 | | |
667 | 679 | | |
| 680 | + | |
| 681 | + | |
| 682 | + | |
| 683 | + | |
| 684 | + | |
| 685 | + | |
| 686 | + | |
| 687 | + | |
| 688 | + | |
| 689 | + | |
| 690 | + | |
668 | 691 | | |
669 | 692 | | |
670 | 693 | | |
| |||
750 | 773 | | |
751 | 774 | | |
752 | 775 | | |
| 776 | + | |
753 | 777 | | |
754 | 778 | | |
755 | 779 | | |
| |||
797 | 821 | | |
798 | 822 | | |
799 | 823 | | |
| 824 | + | |
| 825 | + | |
800 | 826 | | |
801 | 827 | | |
802 | 828 | | |
| |||
830 | 856 | | |
831 | 857 | | |
832 | 858 | | |
833 | | - | |
| 859 | + | |
834 | 860 | | |
835 | 861 | | |
836 | 862 | | |
| |||
962 | 988 | | |
963 | 989 | | |
964 | 990 | | |
| 991 | + | |
965 | 992 | | |
966 | 993 | | |
967 | 994 | | |
| |||
1020 | 1047 | | |
1021 | 1048 | | |
1022 | 1049 | | |
| 1050 | + | |
| 1051 | + | |
| 1052 | + | |
1023 | 1053 | | |
1024 | 1054 | | |
1025 | 1055 | | |
| |||
1050 | 1080 | | |
1051 | 1081 | | |
1052 | 1082 | | |
| 1083 | + | |
| 1084 | + | |
1053 | 1085 | | |
1054 | 1086 | | |
1055 | 1087 | | |
| |||
1081 | 1113 | | |
1082 | 1114 | | |
1083 | 1115 | | |
| 1116 | + | |
| 1117 | + | |
| 1118 | + | |
1084 | 1119 | | |
1085 | 1120 | | |
| 1121 | + | |
| 1122 | + | |
1086 | 1123 | | |
1087 | 1124 | | |
1088 | 1125 | | |
| 1126 | + | |
| 1127 | + | |
1089 | 1128 | | |
1090 | 1129 | | |
1091 | 1130 | | |
| |||
1137 | 1176 | | |
1138 | 1177 | | |
1139 | 1178 | | |
| 1179 | + | |
| 1180 | + | |
1140 | 1181 | | |
1141 | 1182 | | |
1142 | 1183 | | |
| |||
1204 | 1245 | | |
1205 | 1246 | | |
1206 | 1247 | | |
1207 | | - | |
| 1248 | + | |
| 1249 | + | |
1208 | 1250 | | |
1209 | 1251 | | |
1210 | 1252 | | |
| |||
1235 | 1277 | | |
1236 | 1278 | | |
1237 | 1279 | | |
| 1280 | + | |
| 1281 | + | |
| 1282 | + | |
| 1283 | + | |
1238 | 1284 | | |
1239 | 1285 | | |
1240 | 1286 | | |
| |||
1348 | 1394 | | |
1349 | 1395 | | |
1350 | 1396 | | |
| 1397 | + | |
| 1398 | + | |
| 1399 | + | |
| 1400 | + | |
| 1401 | + | |
| 1402 | + | |
1351 | 1403 | | |
1352 | 1404 | | |
1353 | 1405 | | |
| |||
1365 | 1417 | | |
1366 | 1418 | | |
1367 | 1419 | | |
| 1420 | + | |
| 1421 | + | |
| 1422 | + | |
| 1423 | + | |
1368 | 1424 | | |
1369 | 1425 | | |
1370 | 1426 | | |
1371 | 1427 | | |
| 1428 | + | |
1372 | 1429 | | |
1373 | 1430 | | |
| 1431 | + | |
| 1432 | + | |
| 1433 | + | |
| 1434 | + | |
| 1435 | + | |
| 1436 | + | |
| 1437 | + | |
| 1438 | + | |
| 1439 | + | |
| 1440 | + | |
| 1441 | + | |
1374 | 1442 | | |
1375 | 1443 | | |
1376 | 1444 | | |
| 1445 | + | |
1377 | 1446 | | |
1378 | 1447 | | |
1379 | 1448 | | |
| |||
0 commit comments