messages from 2025-03-05 17:52:40 to 2025-03-06 20:15:07 UTC [more...]
Discussion: Moving away from Patchwork for Intel i915/Xe CI
2025-03-06 10:48 UTC (8+ messages)
[PATCH v7 0/3] Allow scratch page under fault mode for certain platform
2025-03-06 20:16 UTC (3+ messages)
` [PATCH v7 3/3] drm/xe: "
[PATCH v3 00/25] drm/dumb-buffers: Fix and improve buffer-size calculation
2025-03-06 19:26 UTC (3+ messages)
` [PATCH v3 20/25] drm/tegra: Compute dumb-buffer sizes with drm_mode_size_dumb()
[PATCH v1] drm/xe/pcode: stop logging mailbox status as error
2025-03-06 19:19 UTC (8+ messages)
[PATCH v7 00/32] Introduce GPU SVM and Xe SVM implementation
2025-03-06 18:41 UTC (52+ messages)
` [PATCH v7 01/32] drm/xe: Retry BO allocation
` [PATCH v7 02/32] mm/migrate: Add migrate_device_pfns
` [PATCH v7 03/32] mm/migrate: Trylock device page in do_swap_page
` [PATCH v7 04/32] drm/pagemap: Add DRM pagemap
` [PATCH v7 05/32] drm/xe/bo: Introduce xe_bo_put_async
` [PATCH v7 06/32] drm/gpusvm: Add support for GPU Shared Virtual Memory
` [PATCH v7 07/32] drm/xe: Select DRM_GPUSVM Kconfig
` [PATCH v7 08/32] drm/xe/uapi: Add DRM_XE_VM_BIND_FLAG_CPU_ADDR_MIRROR
` [PATCH v7 09/32] drm/xe: Add SVM init / close / fini to faulting VMs
` [PATCH v7 10/32] drm/xe: Add dma_addr res cursor
` [PATCH v7 11/32] drm/xe: Nuke VM's mapping upon close
` [PATCH v7 12/32] drm/xe: Add SVM range invalidation and page fault
` [PATCH v7 13/32] drm/gpuvm: Add DRM_GPUVA_OP_DRIVER
` [PATCH v7 14/32] drm/xe: Add (re)bind to SVM page fault handler
` [PATCH v7 15/32] drm/xe: Add SVM garbage collector
` [PATCH v7 16/32] drm/xe: Add unbind to "
` [PATCH v7 17/32] drm/xe: Do not allow CPU address mirror VMA unbind if
` [PATCH v7 18/32] drm/xe: Enable CPU address mirror uAPI
` [PATCH v7 19/32] drm/xe/uapi: Add DRM_XE_QUERY_CONFIG_FLAG_HAS_CPU_ADDR_MIRROR
` [PATCH v7 20/32] drm/xe: Add migrate layer functions for SVM support
` [PATCH v7 21/32] drm/xe: Add SVM device memory mirroring
` [PATCH v7 22/32] drm/xe: Add drm_gpusvm_devmem to xe_bo
` [PATCH v7 23/32] drm/xe: Add drm_pagemap ops to SVM
` [PATCH v7 24/32] drm/xe: Add GPUSVM device memory copy vfunc functions
` [PATCH v7 25/32] drm/xe: Add Xe SVM populate_devmem_pfn GPU SVM vfunc
` [PATCH v7 26/32] drm/xe: Add Xe SVM devmem_release "
` [PATCH v7 27/32] drm/xe: Add SVM VRAM migration
` [PATCH v7 28/32] drm/xe: Basic SVM BO eviction
` [PATCH v7 29/32] drm/xe: Add SVM debug
` [PATCH v7 30/32] drm/xe: Add modparam for SVM notifier size
` [PATCH v7 31/32] drm/xe: Add always_migrate_to_vram modparam
` [PATCH v7 32/32] drm/doc: gpusvm: Add GPU SVM documentation
` ✓ CI.Patch_applied: success for Introduce GPU SVM and Xe SVM implementation (rev7)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✗ CI.checksparse: warning "
` ✓ Xe.CI.BAT: success "
` ✗ Xe.CI.Full: failure "
` ✓ CI.Patch_applied: success for Introduce GPU SVM and Xe SVM implementation (rev8)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✗ CI.checksparse: warning "
` ✗ Xe.CI.BAT: failure "
` ✗ Xe.CI.Full: "
[PATCH v1] drm/xe/hwmon: expose fan speed
2025-03-06 18:08 UTC (5+ messages)
[PULL] drm-xe-fixes
2025-03-06 18:01 UTC
[PULL] drm-intel-fixes
2025-03-06 17:52 UTC
[PATCH 00/21] Use VRR timing generator for fixed refresh rate modes
2025-03-06 16:47 UTC (32+ messages)
` [PATCH 01/21] drm/i915/vrr: Remove unwanted comment
` [PATCH 02/21] drm/i915:vrr: Separate out functions to compute vmin and vmax
` [PATCH 03/21] drm/i915/vrr: Make helpers for cmrr and vrr timings
` [PATCH 04/21] drm/i915/vrr: Disable CMRR
` [PATCH 05/21] drm/i915/vrr: Track vrr.enable only for variable timing
` [PATCH 06/21] drm/i915/vrr: Use crtc_vtotal for vmin
` [PATCH 07/21] drm/i915/vrr: Prepare for fixed refresh rate timings
` [PATCH 08/21] drm/i915/display: Enable MSA Ignore Timing PAR only when in not fixed_rr mode
` [PATCH 09/21] drm/i915/hdmi: Use VRR Timing generator for HDMI for fixed_rr
` [PATCH 10/21] drm/i915/dp_mst: Use VRR Timing generator for DP MST "
` [PATCH 11/21] drm/i915/display: Disable PSR before disabling VRR
` [PATCH 12/21] drm/i915/display: Move intel_psr_post_plane_update() at the later
` [PATCH 13/21] drm/i915/vrr: Refactor condition for computing vmax and LRR
` [PATCH 14/21] drm/i915/vrr: Always set vrr vmax/vmin/flipline in vrr_{enable/disable}
` [PATCH 15/21] drm/i915/display: Use fixed_rr timings in modeset sequence
` [PATCH 16/21] drm/i915/vrr: Use fixed timings for platforms that support VRR
` [PATCH 17/21] drm/i915/display: Move vrr.guardband/pipeline_full out of !fastset block
` [PATCH 18/21] drm/i915/display: Use fixed rr timings in intel_set_transcoder_timings_lrr()
` [PATCH 19/21] drm/i915/vrr: Allow fixed_rr with pipe joiner
` [PATCH 20/21] drm/i915/vrr: Always use VRR timing generator for MTL+
` [PATCH 21/21] drm/i915/display: Add fixed_rr to crtc_state dump
` ✓ CI.Patch_applied: success for Use VRR timing generator for fixed refresh rate modes (rev7)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✗ CI.checksparse: warning "
` ✓ Xe.CI.BAT: success "
[PATCH] drm/xe: Release gud ids before cancelling work
2025-03-06 14:24 UTC (8+ messages)
` ✓ CI.Patch_applied: success for drm/xe: Release gud ids before cancelling work (rev2)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ Xe.CI.BAT: "
[PATCH] drm/xe: Release gud ids before cancelling work
2025-03-06 13:38 UTC (9+ messages)
` ✓ CI.Patch_applied: success for "
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ Xe.CI.BAT: "
[PATCH] drm/xe: fix enable survivability mode
2025-03-06 13:15 UTC (13+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "
[PULL] drm-misc-next
2025-03-06 13:07 UTC
[PULL] drm-misc-fixes
2025-03-06 10:32 UTC
[PATCH v16 0/7] TTM shrinker helpers and xe buffer object shrinker
2025-03-06 10:05 UTC (9+ messages)
` [PATCH v16 2/7] drm/ttm/pool, drm/ttm/tt: Provide a helper to shrink pages
` RESEND "
[PATCH] drm/xe: Allow fault injection in exec queue IOCTLs
2025-03-06 9:51 UTC (10+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "
[PATCH v2 0/2] drm/xe/compat: cleanup
2025-03-06 7:09 UTC (12+ messages)
` [PATCH v2 1/2] drm/xe/compat: refactor compat i915_drv.h
` [PATCH v2 2/2] drm/i915/plane: convert intel_atomic_plane.[ch] to struct intel_display
` ✓ CI.Patch_applied: success for drm/xe/compat: cleanup
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ Xe.CI.BAT: "
[PATCH v2 0/3] Enable GuC opt-in features
2025-03-06 6:46 UTC (12+ messages)
` [PATCH v2 1/3] drm/xe/guc: move KLV helpers to common file
` [PATCH v2 2/3] drm/xe/guc: Enable extended CAT error reporting
` [PATCH v2 3/3] drm/xe/guc: Enable the Dynamic Inhibit Context Switch optimization
` ✓ CI.Patch_applied: success for Enable GuC opt-in features (rev2)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "
[PATCH] drm/i915/xe3lpd: Map POWER_DOMAIN_AUDIO_PLAYBACK to DC_off
2025-03-06 3:50 UTC (9+ messages)
` ✓ CI.Patch_applied: success for drm/i915/xe3lpd: Map POWER_DOMAIN_AUDIO_PLAYBACK to DC_off (rev2)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "
[PATCH v2 0/7] Support different GuCs per GT
2025-03-06 2:09 UTC (3+ messages)
` [PATCH v2 4/7] drm/xe/uc: Add support for different firmware files on each GT
[PATCH] drm/xe: Apply Wa_16023105232
2025-03-06 1:50 UTC (2+ messages)
[PATCH v3] drm/xe/pmu: Add GT frequency events
2025-03-06 1:47 UTC (3+ messages)
[PATCH] drm/xe/guc: Track FAST_REQ H2Gs to report where errors came from
2025-03-06 1:15 UTC (2+ messages)
[PATCH] drm/xe/display: Fix fbdev GGTT mapping handling
2025-03-05 22:18 UTC (9+ messages)
` ✓ CI.Patch_applied: success for drm/xe/display: Fix fbdev GGTT mapping handling. (rev7)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "
[PATCH v5 0/6] drm/i915/dp: Fix link training interrupted by HPD pulse
2025-03-05 21:27 UTC (7+ messages)
` ✓ CI.Build: success for drm/i915/dp: Fix link training interrupted by HPD pulse (rev3)
` ✓ CI.Hooks: "
` ✗ CI.checksparse: warning "
` ✓ Xe.CI.BAT: success "
` ✗ Xe.CI.Full: failure for drm/i915/dp: Fix link training interrupted by HPD pulse (rev2)
` ✗ Xe.CI.Full: failure for drm/i915/dp: Fix link training interrupted by HPD pulse (rev3)
[v3 01/23] drm: color pipeline base work
2025-03-05 20:55 UTC (4+ messages)
[PATCH v2 0/7] drm/xe: Unify IP descriptors
2025-03-05 20:25 UTC (3+ messages)
` ✗ Xe.CI.Full: failure for drm/xe: Unify IP descriptors (rev2)
[PATCH 0/5] drm/xe: enable driver usage on non-4KiB kernels
2025-03-05 18:55 UTC (9+ messages)
` [PATCH 1/5] drm/xe/bo: fix alignment with non-4K kernel page sizes
[PATCH 0/5] drm/i915/display: convert intel_display.[ch] to struct intel_display
2025-03-05 18:39 UTC (4+ messages)
` [PATCH 1/5] drm/i915/display: convert various port/phy helpers "
[PATCH v3.1] drm/xe/display: Fix fbdev GGTT mapping handling
2025-03-05 18:23 UTC (2+ messages)
` ✗ Xe.CI.Full: failure for drm/xe/display: Fix fbdev GGTT mapping handling. (rev6)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox