created | 2022-06-19T00:06:54Z |
---|---|
begin | 2022-06-15T00:00:00Z |
end | 2022-06-16T00:00:00Z |
path | src/sys |
commits | 8 |
date | 2022-06-15T07:04:09Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/include/linux/bitmap.h | log | diff | annotate |
message |
add bitmap_to_arr32() for 5.15.47 drm discussed with and partly from kettenis@ |
date | 2022-06-15T07:34:21Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/amd/display/dc/dce/dce_clock_source.c | log | diff | annotate |
message |
drm/amd/display: Check if modulo is 0 before dividing. From David Galiffi 10ef82d6e0af5536ec64770c07f6bbabfdd6977c in linux 5.15.y/5.15.47 49947b906a6bd9668eaf4f9cf691973c25c26955 in mainline linux |
date | 2022-06-15T07:37:40Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/radeon/radeon_connectors.c | log | diff | annotate |
message |
drm/radeon: fix a possible null pointer dereference From Gong Yuanjun 7b7fba107b2c4ec7673d0f45bdbb9d1af697d9b9 in linux 5.15.y/5.15.47 a2b28708b645c5632dc93669ab06e97874c8244f in mainline linux |
date | 2022-06-15T07:40:33Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/amd/pm/swsmu/smu13/aldebaran_ppt.c | log | diff | annotate |
message |
drm/amd/pm: Fix missing thermal throttler status From Lijo Lazar e0199ce728fb98a96a20136a5edb11c160d3151f in linux 5.15.y/5.15.47 b0f4d663fce6a4232d3c20ce820f919111b1c60b in mainline linux |
date | 2022-06-15T07:44:36Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/amd/pm/swsmu/smu11/smu_v11_0.c | log | diff | annotate |
src/sys/dev/pci/drm/amd/pm/swsmu/smu13/smu_v13_0.c | log | diff | annotate | |
message |
drm/amd/pm: use bitmap_{from,to}_arr32 where appropriate From Yury Norov b2d359f095883d10b33e74a4a404363d2312830d in linux 5.15.y/5.15.47 525d6515604eb1373ce5e6372a6b6640953b2d6a in mainline linux |
date | 2022-06-15T07:47:22Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/drm_atomic_helper.c | log | diff | annotate |
message |
drm/atomic: Force bridge self-refresh-exit on CRTC switch From Brian Norris cab7cd86f9e81834c407e043844779f21653ff3c in linux 5.15.y/5.15.47 e54a4424925a27ed94dff046db3ce5caf4b1e748 in mainline linux |
date | 2022-06-15T07:49:55Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/amd/amdgpu/nv.c | log | diff | annotate |
message |
drm/amdgpu: update VCN codec support for Yellow Carp From Alex Deucher 2b7d9fd0f3725135b40571d6a44bbbaeead132fe in linux 5.15.y/5.15.47 97e50305542f384741a5b45699aba349fe9fca73 in mainline linux |
date | 2022-06-15T08:43:17Z | |||
---|---|---|---|---|
author | stsp | |||
files | src/sys/dev/pci/if_iwn.c | log | diff | annotate |
message |
In iwn(4), delay 40MHz RXON config until we have negotiated 11n mode. Enabling 40MHz too early can cause firmware sysassert 0x05 on 5300 devices when we send the initial AUTH frame to kick off association. At this point we haven't negotiated 11n mode yet (this happens later during the association sequence), so perhaps firmware saw an inconsistent configuration state? It is unclear why this problem did not seem to affect any other devices. Reported by Christian Schulte on misc@ |