Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-09-12 19:00:49 to 2024-09-13 19:38:51 UTC [more...]

[PATCH v2 1/3] drm/xe: Move display reference timestamp readout to display/
 2024-09-13 19:38 UTC  (10+ 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
` ✓ CI.Patch_applied: success for series starting with [v2,1/3] drm/xe: Move display reference timestamp readout to display/
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "

[PATCH v3 -next] drm/xe/irq: Remove unneeded semicolon
 2024-09-13 19:27 UTC  (10+ messages)
` ✓ CI.Patch_applied: success for drm/xe/irq: remove unneeded semicolon (rev2)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "
` ✗ CI.FULL: failure "

[PATCH v20 0/6] drm/xe/guc: Add GuC based register capture for error capture
 2024-09-13 18:58 UTC  (22+ messages)
` [PATCH v20 1/6] drm/xe/guc: Prepare GuC register list and update ADS size "
` [PATCH v20 2/6] drm/xe/guc: Add XE_LP steered register lists
` [PATCH v20 3/6] drm/xe/guc: Add capture size check in GuC log buffer
` [PATCH v20 4/6] drm/xe/guc: Extract GuC error capture lists
` [PATCH v20 5/6] drm/xe/guc: Plumb GuC-capture into dev coredump
` [PATCH v20 6/6] drm/xe/guc: Save manual engine capture into capture list
` ✓ CI.Patch_applied: success for drm/xe/guc: Add GuC based register capture for error capture (rev20)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✗ CI.BAT: failure "
` ✗ CI.FULL: "
` ✓ CI.Patch_applied: success for drm/xe/guc: Add GuC based register capture for error capture (rev21)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✗ CI.BAT: failure "

[PATCH 0/2] drm/xe: Re-enable DSB
 2024-09-13 18:44 UTC  (14+ messages)
` [PATCH 1/2] drm/xe: Fix DSB buffer coherency
` [PATCH 2/2] drm/xe: Revert "drm/i915: Disable DSB in Xe KMD"
` ✓ CI.Patch_applied: success for drm/xe: Re-enable DSB
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✗ CI.checksparse: warning "
` ✓ CI.BAT: success "

[RFC v1] drm/xe: Use fault injection infrastructure to find issues at probe time
 2024-09-13 18:15 UTC  (4+ messages)
` ✓ CI.Patch_applied: success for "
` ✗ CI.checkpatch: warning "
` ✗ CI.KUnit: failure "

[CI] drm/xe: Shrinker series squashed
 2024-09-13 18:10 UTC  (8+ messages)
` ✓ CI.Patch_applied: success for "
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✗ CI.Hooks: failure "
` ✗ CI.checksparse: warning "
` ✓ CI.BAT: success "

[PATCH v6] drm/xe: Add driver load error injection
 2024-09-13 17:29 UTC  (9+ messages)
` ✓ CI.Patch_applied: success for drm/xe: Add driver load error injection (rev5)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "

[drm-xe:drm-xe-next-fixes] BUILD SUCCESS f1a4dceeb2bd4b4478e4f0c77dac55569d153fb3
 2024-09-13 17:24 UTC 

[PATCH] drm/xe: Restore pci state upon resume
 2024-09-13 16:54 UTC  (17+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "
` ✗ CI.FULL: failure "

[PATCH 0/2] drm/i915/debugfs: intel_display_caps
 2024-09-13 16:46 UTC  (10+ messages)
` [PATCH 1/2] drm/i915/debugfs: remove superfluous kernel_param_lock/unlock
` [PATCH 2/2] drm/i915/debugfs: add dedicated intel_display_caps debugfs for display
` ✓ CI.Patch_applied: success for drm/i915/debugfs: intel_display_caps
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✗ CI.checksparse: warning "
` ✓ CI.BAT: success "

[PATCH 0/6] PF: Initial support to save/restore VF GuC state
 2024-09-13 15:50 UTC  (19+ messages)
` [PATCH 1/6] drm/xe/guc: Fix GUC_{SUBMIT,FIRMWARE}_VER helper macros
` [PATCH 2/6] drm/xe/guc: Add PF2GUC_SAVE_RESTORE_VF to ABI
` [PATCH 3/6] drm/xe/pf: Add functions to save and restore VF GuC state
` [PATCH 4/6] drm/xe/pf: Save VF GuC state when pausing VF
` [PATCH 5/6] drm/xe/pf: Allow to view and replace VF GuC state over debugfs
` [PATCH 6/6] drm/xe/pf: Allow to trigger VF GuC state restore from debugfs
` ✓ CI.Patch_applied: success for PF: Initial support to save/restore VF GuC state
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✗ CI.Build: failure "
` ✓ CI.Patch_applied: success for PF: Initial support to save/restore VF GuC state (rev2)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "

[PATCH 1/2] drm/xe: Don't try to derive GT clock freq from display register on Xe2
 2024-09-13 15:25 UTC  (12+ messages)
` [PATCH 2/2] drm/xe/sriov: Drop TIMESTAMP_OVERRIDE from Xe2 runtime regs
` ✓ CI.Patch_applied: success for series starting with [1/2] drm/xe: Don't try to derive GT clock freq from display register on Xe2
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "
` ✗ CI.FULL: failure "

[PATCH v2] drm/xe/vram: fix ccs offset calculation
 2024-09-13 15:10 UTC  (11+ messages)
` ✓ CI.Patch_applied: success for drm/xe/vram: fix ccs offset calculation (rev2)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "

[PATCH] drm/xe: Restore pci state upon resume
 2024-09-13 14:41 UTC  (9+ messages)
` ✓ CI.Patch_applied: success for drm/xe: Restore pci state upon resume (rev2)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "
` ✓ CI.FULL: "

[PATCH v2 00/23] Fix xe_force_wake_get() failure handling
 2024-09-13 13:31 UTC  (24+ messages)
` [PATCH v2 01/23] drm/xe: Error handling in xe_force_wake_get()
` [PATCH v2 02/23] drm/xe: Modify xe_force_wake_put to handle _get returned mask
` [PATCH v2 04/23] drm/xe/hdcp: Update handling of xe_force_wake_get return
` [PATCH v2 23/23] drm/xe: Change return type to void for xe_force_wake_put
` ✓ CI.Patch_applied: success for Fix xe_force_wake_get() failure handling (rev2)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✗ CI.BAT: failure "
` ✗ CI.FULL: "

[PATCH] drm/xe/vram: fix ccs offset calculation
 2024-09-13 11:51 UTC 

[PATCH 0/8] drm: fix and enable warnings on unused static inlines
 2024-09-13 11:47 UTC  (7+ messages)
` [PATCH 3/8] drm/kmb: annotate set_test_mode_src_osc_freq_target_{low, hi}_bits() with __maybe_unused
  ` [PATCH 3/8] drm/kmb: annotate set_test_mode_src_osc_freq_target_{low,hi}_bits() "
` [PATCH 5/8] drm/imagination: annotate pvr_fw_version_packed() "

[PATCH] drm/i915/display: Don't allow tile4 framebuffer to do hflip on Xe2
 2024-09-13 11:40 UTC  (5+ messages)
` ✗ CI.FULL: failure for "
` ✓ CI.BAT: success "

[PATCH v13 0/4] Support PMT features in Xe
 2024-09-13 11:22 UTC  (6+ messages)
` ✓ CI.Build: success for Support PMT features in Xe (rev12)
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "
` ✗ CI.FULL: failure "

[PATCH v2] drm/xe/oa: Fix overflow in oa batch buffer
 2024-09-13  9:37 UTC  (2+ messages)
` ✗ CI.FULL: failure for "

[bug report] drm/xe: Add a xe_bo subtest for shrinking / swapping
 2024-09-13  8:34 UTC 

[drm-xe:drm-xe-fixes] BUILD SUCCESS 94c4aa266111262c96c98f822d1bccc494786fee
 2024-09-13  8:08 UTC 

[PATCH v3 0/1] Add support for EU stall sampling
 2024-09-13  7:35 UTC  (6+ messages)
` [PATCH v3 1/1] drm/xe/eustall: "

[PATCH v7 00/10] drm/xe/guc: Improve GuC log dumping and add to devcoredump
 2024-09-13  7:26 UTC  (4+ messages)

[PATCH] drm/i915/display: On plane capability check rely on display version
 2024-09-13  6:57 UTC  (3+ messages)
` ✗ CI.FULL: failure for "

[PATCH v3 0/4] drm/i915/display: add snapshot capture/print infra
 2024-09-13  0:45 UTC  (2+ messages)
` ✓ CI.FULL: success for drm/i915/display: add snapshot capture/print infra (rev4)

[PULL] drm-xe-next-fixes
 2024-09-12 23:23 UTC 

[v2] drm/xe/pciid: Add new PCI id for ARL
 2024-09-12 21:31 UTC  (2+ messages)
` ✗ CI.FULL: failure for drm/xe/pciid: Add new PCI id for ARL (rev2)

[PATCH v2] drm: Ensure Proper Unload/Reload Order of MEI Modules for i915/Xe Driver
 2024-09-12 20:42 UTC  (7+ messages)

[PATCH v1] drm/xe: Use ERR_CAST to return an error-valued pointer
 2024-09-12 19:30 UTC  (3+ messages)


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