created | 2023-10-15T07:58:51Z |
---|---|
begin | 2023-10-09T00:00:00Z |
end | 2023-10-10T00:00:00Z |
path | src/sys |
commits | 14 |
date | 2023-10-09T02:15:40Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/include/linux/sizes.h | log | diff | annotate |
message | use shifts for size defines |
date | 2023-10-09T02:19:26Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/include/linux/sizes.h | log | diff | annotate |
message | add SZ_4G for 6.1.56 drm |
date | 2023-10-09T02:23:51Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/i915/gt/intel_engine_cs.c | log | diff | annotate |
src/sys/dev/pci/drm/i915/gt/intel_execlists_submission.c | log | diff | annotate | |
message |
i915/pmu: Move execlist stats initialization to execlist specific setup From Umesh Nerlige Ramappa 987a7f5311ba1fd4ccf3637c09e6424741aacd01 in linux-6.1.y/6.1.56 c524cd40e8a2a1a36f4898eaf2024beefeb815f3 in mainline linux |
date | 2023-10-09T02:25:37Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/amd/amdkfd/kfd_priv.h | log | diff | annotate |
message |
drm/amdkfd: Flush TLB after unmapping for GFX v9.4.3 From Philip Yang 9becfff9f91e350fd4d6f16e9f117f9227258fb0 in linux-6.1.y/6.1.56 75dda67c7213c3e0d17244a8c42547c27ee746f8 in mainline linux |
date | 2023-10-09T02:27:27Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/amd/amdkfd/kfd_priv.h | log | diff | annotate |
message |
drm/amdkfd: Insert missing TLB flush on GFX10 and later From Harish Kasiviswanathan cdfcaa4e80430003dbba1bdb86f9fde5480ddbe5 in linux-6.1.y/6.1.56 edcfe22985d09ee8e2346c9217f5a52ab150099f in mainline linux |
date | 2023-10-09T02:29:10Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/amd/display/dc/dce110/dce110_hw_sequencer.c | log | diff | annotate |
message |
drm/amd/display: Don't check registers, if using AUX BL control From Swapnil Patel b9971393d4c9be5eec3c6b30d9e312ba88c865ac in linux-6.1.y/6.1.56 f5b2c10b57615828b531bb0ae56bd6325a41167e in mainline linux |
date | 2023-10-09T02:30:32Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/amd/amdgpu/soc21.c | log | diff | annotate |
message |
drm/amdgpu/soc21: don't remap HDP registers for SR-IOV From Alex Deucher cca15a82790772c0303ae295f7153c4af0536ad1 in linux-6.1.y/6.1.56 1832403cd41ca6b19b24e9d64f79cb08d920ca44 in mainline linux |
date | 2023-10-09T02:32:10Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/amd/amdgpu/nbio_v4_3.c | log | diff | annotate |
message |
drm/amdgpu/nbio4.3: set proper rmmio_remap.reg_offset for SR-IOV From Alex Deucher ad3c37f90bae3675bc686562f7e63511d1033cc0 in linux-6.1.y/6.1.56 ab43213e7afd08ac68d4282060bacf309e70fd14 in mainline linux |
date | 2023-10-09T02:33:44Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/amd/amdgpu/amdgpu_kms.c | log | diff | annotate |
message |
drm/amdgpu: Handle null atom context in VBIOS info ioctl From David Francis 91b6845ef387ab9ae2c6f3f8d43655be955e444b in linux-6.1.y/6.1.56 5e7e82254270c8cf8b107451c5de01cee2f135ae in mainline linux |
date | 2023-10-09T02:35:47Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/i915/gt/intel_ggtt.c | log | diff | annotate |
message |
drm/i915/gt: Fix reservation address in ggtt_reserve_guc_top From Javier Pello 69dd84470b4deed45658f2717aef533ec4ceb43d in linux-6.1.y/6.1.56 b7599d241778d0b10cdf7a5c755aa7db9b83250c in mainline linux |
date | 2023-10-09T02:37:14Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/amd/amdkfd/kfd_device_queue_manager.c | log | diff | annotate |
message |
drm/amdkfd: Use gpu_offset for user queue's wptr From YuBiao Wang b60028c81e463b0930191a4fa2ba770ff6d40e3a in linux-6.1.y/6.1.56 cc39f9ccb82426e576734b493e1777ea01b144a8 in mainline linux |
date | 2023-10-09T14:25:00Z | |||
---|---|---|---|---|
author | stsp | |||
files | src/sys/dev/fdt/if_dwqe_fdt.c | log | diff | annotate |
src/sys/dev/ic/dwqe.c | log | diff | annotate | |
src/sys/dev/ic/dwqevar.h | log | diff | annotate | |
message |
allow dwqe.c to build on architectures that do not have machine/fdt.h Move struct if_device to a new fdt-specific softc struct, along with the gmac_id field which is only used by if_dwqe_fdt.c at present. This avoids the need to include any fdt header files in dwqe.c. ok kettenis@ |
date | 2023-10-09T21:49:34Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/dev/ic/bwfm.c | log | diff | annotate |
message |
Handle an arbitrary number of D11 cores and only disable them instead of doing a full reset. Based on a diff from Hector Martin for Asahi Linux. ok patrick@, tobhe@ |
date | 2023-10-09T22:05:27Z | |||
---|---|---|---|---|
author | patrick | |||
files | src/sys/arch/arm64/stand/efiboot/efiacpi.c | log | diff | annotate |
message |
Recognize GICv4 in the MADT and configure it as arm,gic-v3. ok kettenis@ |