Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-09-18 17:36:03 to 2024-09-19 14:09:45 UTC [more...]

[PATCH 0/6] Display Global Histogram
 2024-09-19 14:09 UTC  (12+ messages)
` [PATCHv3 1/6] drm/i915/histogram: Add support for histogram
` [PATCHv3 2/6] drm/xe: Add histogram support to Xe builds
` [PATCHv3 3/6] drm/i915/histogram: histogram interrupt handling
` [PATCHv3 4/6] drm/i915/histogram: Add crtc properties for global histogram
` [PATCHv3 5/6] drm/i915/histogram: histogram delay counter doesnt reset
` [PATCHv3 6/6] drm/i915/histogram: Histogram changes for Display 20+
` ✓ CI.Patch_applied: success for Display Global Histogram
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✗ CI.Hooks: failure "

[PATCH v6 0/7] drm/xe/oa: xe_syncs for OA
 2024-09-19 14:07 UTC  (16+ messages)
` [PATCH 1/7] drm/xe/oa: Separate batch submission from waiting for completion
` [PATCH 2/7] drm/xe/oa/uapi: Define and parse OA sync properties
` [PATCH 3/7] drm/xe/oa: Add input fence dependencies
` [PATCH 4/7] drm/xe/oa: Signal output fences
` [PATCH 5/7] drm/xe/oa: Move functions up so they can be reused for config ioctl
` [PATCH 6/7] drm/xe/oa: Add syncs support to OA "
` [PATCH 7/7] drm/xe/oa: Allow only certain property changes from config
` ✓ CI.Patch_applied: success for drm/xe/oa: xe_syncs for OA (rev6)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "
` ✗ CI.FULL: failure "

[PATCH v5 0/4] Introduce DRM device wedged event
 2024-09-19 13:45 UTC  (12+ messages)
` [PATCH v5 1/4] drm: Introduce "
` [PATCH v5 2/4] drm: Expose wedge recovery methods

[PATCH 00/22] drm/i915 & drm/xe: kill off -Ddrm_i915_gem_object=xe_bo
 2024-09-19 13:42 UTC  (12+ messages)
` [PATCH 10/22] drm/xe/display: use correct bo type in intel_fbdev_fb_alloc()
` [PATCH 12/22] drm/xe/display: stop using intel_fb_obj() in xe_fb_pin.c
` [PATCH 20/22] drm/xe/compat: remove a bunch of compat gem headers
` [PATCH 21/22] drm/xe: remove a number of superfluous compat macros
` [PATCH 22/22] drm/xe: eradicate -Ddrm_i915_gem_object=xe_bo

[PATCH 1/2] drm/i915/display: remove small micro-optimizations in irq handling
 2024-09-19 13:14 UTC  (8+ messages)

[PATCH 0/3] drm/xe: split PVC PCI ID commit to two
 2024-09-19 13:07 UTC  (5+ messages)
` [PATCH 2/3] drm/xe/pciids: Add PVC's PCI device ID macros

[PATCH] drm/xe: Do not allow scratch page on long running jobs
 2024-09-19 12:58 UTC  (8+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "

[PATCH v3 0/9] drm/i915/pps: hide VLV/CHV PPS pipe stuff inside intel_pps.c
 2024-09-19 12:39 UTC  (20+ messages)
` [PATCH v3 1/9] drm/i915/pps: add vlv_ prefix to pps_pipe and active_pipe members
` [PATCH v3 2/9] drm/i915/pps: add bxt_ prefix to pps_reset
` [PATCH v3 3/9] drm/i915/pps: only touch the vlv_ members on VLV/CHV
` [PATCH v3 4/9] drm/i915/pps: add vlv_pps_pipe_init()
` [PATCH v3 5/9] drm/i915/pps: add vlv_pps_pipe_reset()
` [PATCH v3 6/9] drm/i915/pps: add vlv_pps_port_disable()
` [PATCH v3 7/9] drm/i915/pps: rename vlv_pps_init() to vlv_pps_port_enable_unlocked()
` [PATCH v3 8/9] drm/i915/pps: add vlv_pps_backlight_initial_pipe()
` [PATCH v3 9/9] drm/i915/pps: move vlv_active_pipe() to intel_pps.c
` ✓ CI.Patch_applied: success for drm/i915/pps: hide VLV/CHV PPS pipe stuff inside intel_pps.c (rev2)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✗ CI.checksparse: warning "
` ✓ CI.BAT: success "
` ✗ CI.FULL: failure "

[PATCH v2 00/23] Fix xe_force_wake_get() failure handling
 2024-09-19 12:32 UTC  (13+ messages)
` [PATCH v2 01/23] drm/xe: Error handling in xe_force_wake_get()

[PATCH] drm/xe: Decrement client count immediately on file close
 2024-09-19 11:55 UTC  (8+ messages)
` ✗ CI.FULL: failure for "

[PATCH v2 1/3] drm/xe: Move display reference timestamp readout to display/
 2024-09-19 11:10 UTC  (12+ messages)
` [PATCH v2 2/3] drm/xe: Don't try to derive GT clock freq from display register on Xe2
` [PATCH v2 3/3] drm/xe/sriov: Drop TIMESTAMP_OVERRIDE from Xe2 runtime regs

[PATCH v2 0/6] drm/i915: wakeref fixes and improvements
 2024-09-19 11:05 UTC  (15+ messages)
` [PATCH v2 1/6] drm/i915/gem: fix bitwise and logical AND mixup
` [PATCH v2 2/6] drm/i915: use INTEL_WAKEREF_DEF instead of magic -1 for intel_wakeref_t
` [PATCH v2 3/6] drm/i915/display: return 0 instead of false for disabled power wakeref
` [PATCH v2 4/6] drm/i915/gt: add a macro for mock gt wakeref special value and use it
` [PATCH v2 5/6] drm/i915/audio: be explicit about intel_wakeref_t conversions
` [PATCH v2 6/6] drm/i915: switch intel_wakeref_t underlying type to struct ref_tracker *
` ✓ CI.Patch_applied: success for drm/i915: wakeref fixes and improvements (rev2)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✗ CI.checksparse: warning "
` ✓ CI.BAT: success "
` ✗ CI.FULL: failure "

[PATCH v6 00/12] spi: add driver for Intel discrete graphics
 2024-09-19 10:43 UTC  (16+ messages)
` [PATCH v6 01/12] spi: add driver for intel graphics on-die spi device
` [PATCH v6 02/12] spi: intel-dg: implement region enumeration
` [PATCH v6 04/12] spi: intel-dg: spi register with mtd

[PATCH 0/7] FOR-CI: test null pointer fix
 2024-09-19 10:11 UTC  (9+ messages)
` ✓ CI.Patch_applied: success for FOR-CI: test null pointer fix (rev2)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "
` ✗ CI.FULL: failure "

[PATCH 0/2] Modify iterators to prepare for ultrajoiner
 2024-09-19 10:07 UTC  (2+ messages)

[Intel-xe] [RFC PATCH] dma-buf/dma-fence: Use a successful read_trylock() annotation for dma_fence_begin_signalling()
 2024-09-19  9:52 UTC  (8+ messages)
` ✓ CI.Patch_applied: success for dma-buf/dma-fence: Use a successful read_trylock() annotation for dma_fence_begin_signalling() (rev2)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "

[PULL] drm-intel-next-fixes
 2024-09-19  9:49 UTC 

[PATCH 0/2] drm/i915/debugfs: intel_display_caps
 2024-09-19  9:48 UTC  (4+ messages)
` [PATCH 2/2] drm/i915/debugfs: add dedicated intel_display_caps debugfs for display

[PATCH v6 0/5] memirq infra changes
 2024-09-19  8:30 UTC  (3+ messages)
` ✗ CI.FULL: failure for memirq infra changes (rev8)

[PATCH 0/3] Xe2 performance tuning updates
 2024-09-19  8:22 UTC  (11+ messages)
` [PATCH 1/3] drm/xe/xe2: Extend performance tuning to media GT
` [PATCH 2/3] drm/xe/xe2: Assume tuning settings also apply for future "
` [PATCH 3/3] drm/xe/xe2: Add performance tuning for L3 cache flushing
` ✓ CI.Patch_applied: success for Xe2 performance tuning updates
` ✓ CI.checkpatch: "
` ✗ CI.KUnit: failure "

[PATCH] drm/gpuvm: merge adjacent gpuva range during a map operation
 2024-09-19  8:16 UTC  (10+ messages)
` ✓ CI.Patch_applied: success for "
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✗ CI.BAT: failure "
` ✗ CI.FULL: "

[PATCH] drm/xe/debugfs: Display gpuva info in debugfs
 2024-09-19  7:31 UTC  (9+ messages)
` ✓ CI.Patch_applied: success for "
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "
` ✗ CI.FULL: failure "

[v2] drm/xe/pciid: Add new PCI id for ARL
 2024-09-19  6:24 UTC  (3+ messages)

[PATCH] drm/xe: Use helper for ASID -> VM in GPU faults and access counters
 2024-09-19  5:21 UTC  (9+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "
` ✗ CI.FULL: failure "

[PATCH 1/2] drm/i915: remove IS_LP()
 2024-09-19  4:39 UTC  (12+ messages)
` [PATCH 2/2] drm/i915/soc: stop using IS_GEN9_LP() and IS_GEN9_BC()
` ✓ CI.Patch_applied: success for series starting with [1/2] drm/i915: remove IS_LP()
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✗ CI.checksparse: warning "
` ✓ CI.BAT: success "
` ✗ CI.FULL: failure "

[PATCH 0/1] drm/xe: Add null pointer check for xe_migrate_copy
 2024-09-19  4:20 UTC  (13+ messages)
` [PATCH 1/1] "
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "

[PATCH 00/15] Ultrajoiner basic functionality series
 2024-09-19  1:52 UTC  (2+ messages)
` ✗ CI.FULL: failure for "

[PATCH 1/1] drm/xe: Move l2 flush to a more sensible place
 2024-09-19  0:11 UTC  (2+ messages)
` ✗ CI.FULL: failure for series starting with [1/1] "

[PATCH v20 0/6] drm/xe/guc: Add GuC based register capture for error capture
 2024-09-18 23:51 UTC  (4+ messages)
` ✗ CI.BAT: failure for drm/xe/guc: Add GuC based register capture for error capture (rev21)

linux-next: build failure after merge of the kspp tree
 2024-09-18 23:27 UTC  (2+ messages)

[PATCH 1/1] drm/xe: Move l2 flush to a more sensible place
 2024-09-18 23:21 UTC  (2+ messages)
` ✗ CI.FULL: failure for series starting with [1/1] "

[PATCH 0/5] drm/i915: wakeref fixes and improvements
 2024-09-18 21:43 UTC  (2+ messages)
` ✗ CI.FULL: failure for "

[PATCH] drm/xe/xe2: Extend performance tuning to media GT
 2024-09-18 20:55 UTC  (5+ messages)

[PATCH v5 0/7] drm/xe/oa: xe_syncs for OA
 2024-09-18 19:59 UTC  (8+ messages)
` [PATCH 3/7] drm/xe/oa: Add input fence dependencies
` [PATCH 4/7] drm/xe/oa: Signal output fences

[PATCH] drm/xe: Defer gt->mmio initialization until after multi-tile setup
 2024-09-18 19:58 UTC  (3+ messages)
` ✗ CI.FULL: failure for "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox