created | 2021-08-15T00:13:58Z |
---|---|
begin | 2021-08-12T00:00:00Z |
end | 2021-08-13T00:00:00Z |
path | src/sys |
commits | 6 |
date | 2021-08-12T12:31:40Z | |||
---|---|---|---|---|
author | patrick | |||
files | src/sys/dev/ic/bwfm.c | log | diff | annotate |
message |
One some access points we receive an unsolicited assoc status event directly after having successfully associated. In that case we should ignore the message, because otherwise we re-scan, re-associate and then get stuck in a loop. Ignoring the unsolicited assoc status even leads to a successful connection. Found by and ok gerhard@ |
date | 2021-08-12T13:03:21Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm.c | log | diff | annotate |
message |
drm/amdgpu/display: fix DMUB firmware version info From Shirish S dd3f7c5c890450ab2ad6f269a3fdf7bcd6fc2908 in linux 5.10.y/5.10.58 0e99e960ce6d5ff586fc0733bc393c087f52c27b in mainline linux |
date | 2021-08-12T13:06:13Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/i915/i915_reg.h | log | diff | annotate |
message |
drm/i915: Correct SFC_DONE register offset From Matt Roper 7397034905acaecbc64f6838779bdc81667e682f in linux 5.10.y/5.10.58 9c9c6d0ab08acfe41c9f7efa72c4ad3f133a266b in mainline linux |
date | 2021-08-12T13:09:10Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm.c | log | diff | annotate |
message |
drm/amdgpu/display: only enable aux backlight control for OLED panels From Alex Deucher bb65051dcd1fd380a73ca52c87f89522e15bf62d in linux 5.10.y/5.10.58 f2ad3accefc63e72e9932e141c21875cc04beec8 in mainline linux |
date | 2021-08-12T15:13:52Z | |||
---|---|---|---|---|
author | tb | |||
files | src/sys/arch/amd64/amd64/est.c | log | diff | annotate |
message |
Sync amd64's p3_get_bus_clock() with i386 The printfs complaining about unknown FSB_FREQ values didn't end with a newline. jsg points out that this is because the original i386 code then prints MSR_EBL_CR_POWERON, which was omitted when the code was adapted for amd64. ok jsg |
date | 2021-08-12T15:16:23Z | |||
---|---|---|---|---|
author | tb | |||
files | src/sys/arch/amd64/amd64/est.c | log | diff | annotate |
src/sys/arch/i386/i386/est.c | log | diff | annotate | |
message |
Add missing newlines to some printfs in est_acpi_pss_changed() ok jsg |