drm/amd/display: Add hubp cache reset when powergating
From Aric Cyr
8eb4d51b44c7f79e27bef8dbb4f1f068c10396f4 in linux-6.12.y/6.12.13
01130f5260e5868fb6b15ab8c00dbc894139f48e in mainline linux
drm/amd/display: Reduce accessing remote DPCD overhead
From Wayne Lin
f488b53b54435f9ac5fe897b0e483a91240ee5f4 in linux-6.12.y/6.12.13
adb4998f4928a17d91be054218a902ba9f8c1f93 in mainline linux
drm/amdgpu: fix gpu recovery disable with per queue reset
From Jonathan Kim
d9cc477e77c622f3b595c62b1f37563c7d641214 in linux-6.12.y/6.12.13
86bde64cb7957be393f84e5d35fb8dfc91e4ae7e in mainline linux
Revert "drm/amdgpu/gfx9: put queue resets behind a debug option"
From Alex Deucher
fd3ea4d5493f4907d9e1f2834dcd3742ab158446 in linux-6.12.y/6.12.13
32f00289698189b813942f37626218fd473e7302 in mainline linux
drm/amdgpu: tear down ttm range manager for doorbell in amdgpu_ttm_fini()
From Jiang Liu
495497c6e7f7a175f6f28b733408eff834a31e13 in linux-6.12.y/6.12.13
60a2c0c12b644450e420ffc42291d1eb248bacb7 in mainline linux
drm/amdgpu/vcn: reset fw_shared under SRIOV
From Bokun Zhang
833b813b7fdab90220a0938953586ed3a87d7076 in linux-6.12.y/6.12.13
3676f37a88432132bcff55a17dc48911239b6d98 in mainline linux
drm/connector: Allow clearing HDMI infoframes
From Derek Foreman
4128fb6a69bf3bf8032bfdeb0cc6919b80a428b2 in linux-6.12.y/6.12.13
d34357743b360c99903b5a59daab08f55b2f41a1 in mainline linux
drm/amdgpu: Fix potential NULL pointer dereference in atomctrl_get_smc_sclk_range_table
From Ivan Stepchenko
0b97cd8a61b2b40fd73cf92a4bb2256462d22adb in linux-6.12.y/6.12.13
357445e28ff004d7f10967aa93ddb4bffa5c3688 in mainline linux
drm/amd/pm: Fix an error handling path in vega10_enable_se_edc_force_stall_config()
From Christophe JAILLET
e656f04ecd52c63cb4ced21bb933d327dd547aa2 in linux-6.12.y/6.12.13
a3300782d5375e280ba7040f323d01960bfe3396 in mainline linux
Update to latest recoil release 2025.01.6. Also add
CXXFLAGS+=-ffp-exception-behavior=strict to prevent desyncs with !OpenBSD
parties in multiplayer. The hard work on this was done by fabien@
[NFC][AArch64] move AArch64 non auto-generated tests to static file (#126312)
Move AArch64 non auto-generated test code into a static file, since the
script `./llvm/test/CodeGen/AArch64/Atomics/generate-tests.py` will overwrite
these tests when re-run. (Test code was originally added in change
465bc5e729fd755880b9a288de42a37ad1206301)
boron: Add devel/boron version 2.1.0
Boron is an interpreted, prototype-based, scripting language similar to Rebol.
The interpreter and datatype system is a C library useful for building
domain-specific languages (DSLs) embedded in C/C++ applications.
It is a smaller language than Rebol with fewer built-in data types, no infix
operators, and no built-in internet protocols. It does add the capability to
slice series values and store data in a serialized binary format.