OpenBSD cvs log

created 2022-05-29T00:22:27Z
begin 2022-05-26T00:00:00Z
end 2022-05-27T00:00:00Z
path src/sys
commits 12

date 2022-05-26T01:36:02Z
author jsg
files src/sys/dev/pci/drm/include/drm/i915_pciids.h log diff annotate
message drm/i915: Add RPL-S PCI IDs

From Tejas Upadhyay
756b807f6a3e01d238c346925006cdfd6a59e341 in mainline linux

date 2022-05-26T01:41:16Z
author jsg
files src/sys/dev/pci/drm/i915/i915_drv.h log diff annotate
src/sys/dev/pci/drm/i915/i915_pci.c log diff annotate
src/sys/dev/pci/drm/i915/intel_device_info.c log diff annotate
src/sys/dev/pci/drm/i915/intel_device_info.h log diff annotate
src/sys/dev/pci/drm/include/drm/i915_pciids.h log diff annotate
message drm/i915/rpl-p: Add PCI IDs

From Matt Atwood
72c3c8d6e5275b19fd2d32ec787e8135a421c7ec in mainline linux

date 2022-05-26T01:47:02Z
author jsg
files src/sys/dev/pci/pcidevs log diff annotate
message add more Intel RPL-S graphics ids

date 2022-05-26T01:47:30Z
author jsg
files src/sys/dev/pci/pcidevs.h log diff annotate
message regen

date 2022-05-26T01:47:31Z
author jsg
files src/sys/dev/pci/pcidevs_data.h log diff annotate
message regen

date 2022-05-26T04:52:50Z
author jsg
files src/sys/dev/pci/drm/i915/intel_pch.c log diff annotate
src/sys/dev/pci/drm/i915/intel_pch.h log diff annotate
message drm/i915/rpl-s: Add PCH Support for Raptor Lake S

From Anusha Srivatsa
4a75f32fc783128d0c42ef73fa62a20379a66828 in mainline linux

date 2022-05-26T04:57:00Z
author jsg
files src/sys/dev/pci/drm/i915/intel_pch.c log diff annotate
src/sys/dev/pci/drm/i915/intel_pch.h log diff annotate
message drm/i915/adl-n: Add PCH Support for Alder Lake N

From Tejas Upadhyay
02ed904261481460e6084769416e7ca31bbb92eb in mainline linux

date 2022-05-26T05:11:51Z
author jsg
files src/sys/dev/pci/drm/i915/gt/uc/intel_uc.c log diff annotate
message drm/i915/rpl-s: Enable guc submission by default

From Anusha Srivatsa
c9ee950a2ca55ea0f63d0893f796b2eb089e7900 in mainline linux

date 2022-05-26T06:13:24Z
author jsg
files src/sys/dev/pci/drm/i915/intel_step.c log diff annotate
message drm/i915/rpl-s: Add stepping info

From Anusha Srivatsa
8295524a2d5550b56e800ac779a183b7f4d8c33c in mainline linux

date 2022-05-26T06:20:59Z
author jsg
files src/sys/dev/pci/drm/i915/intel_step.c log diff annotate
message drm/i915/adl-n: Add stepping info

From Tejas Upadhyay
8d80cceecdd98de6d2281d39d6571a1fe08e5af9 in mainline linux

date 2022-05-26T13:54:38Z
author jsg
files src/sys/arch/arm64/arm64/cpu.c log diff annotate
message recognise Cortex-X1C

date 2022-05-26T23:32:18Z
author kettenis
files src/sys/arch/arm64/dev/aplcpu.c log diff annotate
message Adjust compatible string to match what has been submitted to mainline Linux.
Keep supporting the old compatible string for a bit longer.
Add frequency sensors that reflect the actual frequencies the CPU clusters
are running at as reported by the hardware.

ok patrick@