created | 2023-09-04T23:51:43Z |
---|---|
begin | 2023-08-31T00:00:00Z |
end | 2023-09-01T00:00:00Z |
path | src/sys |
commits | 8 |
date | 2023-08-31T04:28:38Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/drm_aperture.c | log | diff | annotate |
src/sys/dev/pci/drm/include/drm/drm_aperture.h | log | diff | annotate | |
message |
drm/aperture: Remove primary argument From Daniel Vetter 437e99f2a1e933348c4cedb2c7ce6f0ad81b935e in linux-6.1.y/6.1.50 62aeaeaa1b267c5149abee6b45967a5df3feed58 in mainline linux |
date | 2023-08-31T04:32:12Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/i915/gt/gen8_engine_cs.c | log | diff | annotate |
message |
drm/i915: Add the gen12_needs_ccs_aux_inv helper From Andi Shyti c23126f2c76a17b97520d306542cee32bb26fad8 in linux-6.1.y/6.1.50 b2f59e9026038a5bbcbc0019fa58f963138211ee in mainline linux |
date | 2023-08-31T04:33:59Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/i915/gt/gen8_engine_cs.c | log | diff | annotate |
message |
drm/i915/gt: Ensure memory quiesced before invalidation From Jonathan Cavitt 017d4404312ab94a61be218c0221cd0048a37896 in linux-6.1.y/6.1.50 78a6ccd65fa3a7cc697810db079cc4b84dff03d5 in mainline linux |
date | 2023-08-31T04:36:37Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/i915/gt/gen8_engine_cs.c | log | diff | annotate |
src/sys/dev/pci/drm/i915/gt/intel_gpu_commands.h | log | diff | annotate | |
message |
drm/i915/gt: Poll aux invalidation register bit on invalidation From Jonathan Cavitt 8e3f138b96f64fde58d74f886acbfd4baca907fc in linux-6.1.y/6.1.50 0fde2f23516a00fd90dfb980b66b4665fcbfa659 in mainline linux |
date | 2023-08-31T04:38:15Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/i915/gt/gen8_engine_cs.c | log | diff | annotate |
src/sys/dev/pci/drm/i915/gt/gen8_engine_cs.h | log | diff | annotate | |
src/sys/dev/pci/drm/i915/gt/intel_lrc.c | log | diff | annotate | |
message |
drm/i915/gt: Support aux invalidation on all engines From Andi Shyti 7e862cce34916458bf6af954d198cce103c1e13f in linux-6.1.y/6.1.50 6a35f22d222528e1b157c6978c9424d2f8cbe0a1 in mainline linux |
date | 2023-08-31T04:40:08Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/i915/i915_driver.c | log | diff | annotate |
message |
drm/i915/dgfx: Enable d3cold at s2idle From Anshuman Gupta 3abffee6091c5a2716963c229e192a36a9590a88 in linux-6.1.y/6.1.50 2872144aec04baa7e43ecd2a60f7f0be3aa843fd in mainline linux |
date | 2023-08-31T04:43:23Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/include/drm/display/drm_dp.h | log | diff | annotate |
message |
drm/display/dp: Fix the DP DSC Receiver cap size From Ankit Nautiyal 3bc9b0364a8c64d1bb1757b620ea3b9104e8054b in linux-6.1.y/6.1.50 5ad1ab30ac0809d2963ddcf39ac34317a24a2f17 in mainline linux |
date | 2023-08-31T19:29:51Z | |||
---|---|---|---|---|
author | cheloha | |||
files | src/sys/kern/kern_sched.c | log | diff | annotate |
message |
sched_cpu_init: remove unnecessary NULL-checks for clockintr pointers sched_cpu_init() is only run once per cpu_info struct, so we don't need these NULL-checks. The NULL-checks are a vestige of clockintr_cpu_init(), which runs more than once per CPU and uses the checks to avoid leaking clockintr handles. Thread: https://marc.info/?l=openbsd-tech&m=169349579804340&w=2 ok claudio@ |