created | 2024-09-08T10:58:13Z |
---|---|
begin | 2024-09-05T00:00:00Z |
end | 2024-09-06T00:00:00Z |
path | src/sys |
commits | 5 |
date | 2024-09-05T04:27:10Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/amd/pm/swsmu/amdgpu_smu.c | log | diff | annotate |
message |
drm/amdgpu: align pp_power_profile_mode with kernel docs From Alex Deucher 11182b33faf3ee80f5ea042a465b26a23e257f8a in linux-6.6.y/6.6.49 8f614469de248a4bc55fb07e55d5f4c340c75b11 in mainline linux |
date | 2024-09-05T04:29:04Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/amd/pm/swsmu/amdgpu_smu.c | log | diff | annotate |
message |
drm/amdgpu/swsmu: always force a state reprogram on init From Alex Deucher 39defab0ebf0872b7a84deafbe903c8e30da7748 in linux-6.6.y/6.6.49 d420c857d85777663e8d16adfc24463f5d5c2dbc in mainline linux |
date | 2024-09-05T04:31:26Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm_plane.c | log | diff | annotate |
message |
drm/amd/display: avoid using null object of framebuffer From Ma Ke f6f5e39a3fe7cbdba190f42b28b40bdff03c8cf0 in linux-6.6.y/6.6.49 3b9a33235c773c7a3768060cf1d2cf8a9153bc37 in mainline linux |
date | 2024-09-05T08:52:27Z | |||
---|---|---|---|---|
author | bluhm | |||
files | src/sys/ddb/db_command.c | log | diff | annotate |
src/sys/ddb/db_interface.h | log | diff | annotate | |
src/sys/kern/uipc_mbuf.c | log | diff | annotate | |
message |
In ddb(4) print mbuf chain and packet list. For debugging hardware offloading, DMA requirements, bounce buffers, and performance optimizations, knowing the memory layout of mbuf content helps. Implement /c and /p modifiers in ddb show mbuf. It traverses the pointer m_next for mbuf chain or m_nextpkt for packet list. Show mbuf type, data offset, mbuf length, packet length, cluster size, and total number of elements, length and size. OK claudio@ mvs@ |
date | 2024-09-05T16:17:56Z | |||
---|---|---|---|---|
author | tb | |||
files | src/sys/lib/libz/inflate.c | log | diff | annotate |
message | sync with base |