Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-09-11 20:41:19 to 2024-09-12 20:43:04 UTC [more...]

[PATCH 0/8] drm: fix and enable warnings on unused static inlines
 2024-09-12 13:10 UTC  (12+ messages)
` [PATCH 7/8] drm/msmi: annotate pll_cmp_to_fdata() with __maybe_unused

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

[PATCH 0/6] PF: Initial support to save/restore VF GuC state
 2024-09-12 20:38 UTC  (7+ 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

[PATCH] drm/xe: Restore pci state upon resume
 2024-09-12 20:37 UTC  (10+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "

[PATCH v2 00/23] Fix xe_force_wake_get() failure handling
 2024-09-12 19:58 UTC  (31+ 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 03/23] drm/xe/device: Update handling of xe_force_wake_get return
` [PATCH v2 04/23] drm/xe/hdcp: "
` [PATCH v2 05/23] drm/xe/gsc: "
` [PATCH v2 06/23] drm/xe/gt: "
` [PATCH v2 07/23] drm/xe/xe_gt_idle: "
` [PATCH v2 08/23] drm/xe/devcoredump: "
` [PATCH v2 09/23] drm/xe/tests/mocs: Update xe_force_wake_get() return handling
` [PATCH v2 10/23] drm/xe/mocs: Update handling of xe_force_wake_get return
` [PATCH v2 11/23] drm/xe/xe_drm_client: "
` [PATCH v2 12/23] drm/xe/xe_gt_debugfs: "
` [PATCH v2 13/23] drm/xe/guc: "
` [PATCH v2 14/23] drm/xe/huc: "
` [PATCH v2 15/23] drm/xe/oa: Handle force_wake_get failure in xe_oa_stream_init()
` [PATCH v2 16/23] drm/xe/pat: Update handling of xe_force_wake_get return
` [PATCH v2 17/23] drm/xe/gt_tlb_invalidation_ggtt: "
` [PATCH v2 18/23] drm/xe/xe_reg_sr: "
` [PATCH v2 19/23] drm/xe/query: "
` [PATCH v2 20/23] drm/xe/vram: "
` [PATCH v2 21/23] drm/xe: forcewake debugfs open fails on xe_forcewake_get failure
` [PATCH v2 22/23] drm/xe: Ensure __must_check for 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 "

[PATCH] drm/i915/display: Don't allow tile4 framebuffer to do hflip on Xe2
 2024-09-12 19:50 UTC  (10+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✗ CI.checksparse: warning "

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

[PATCH v13 0/4] Support PMT features in Xe
 2024-09-12 19:19 UTC  (12+ messages)
` [PATCH v13 1/4] platform/x86/intel/vsec.h: Move to include/linux
` [PATCH v13 2/4] platform/x86/intel/vsec: Add PMT read callbacks
` [PATCH v13 3/4] platform/x86/intel/pmt: Use PMT callbacks
` [PATCH v13 4/4] drm/xe/vsec: Support BMG devices
` ✓ CI.Patch_applied: success for Support PMT features in Xe (rev12)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "

[PATCH v7 00/10] drm/xe/guc: Improve GuC log dumping and add to devcoredump
 2024-09-12 18:50 UTC  (10+ messages)
` [PATCH v7 07/10] drm/xe/guc: Dead CT helper
` [PATCH v7 10/10] drm/xe/guc: Add a helper function for dumping GuC log to dmesg

[PATCH v3 0/1] Add support for EU stall sampling
 2024-09-12 18:43 UTC  (5+ messages)
` [PATCH v3 1/1] drm/xe/eustall: "

[PATCH v2] drm/xe/oa: Fix overflow in oa batch buffer
 2024-09-12 18:35 UTC  (9+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "

[PATCH v7 03/10] drm/xe/devcoredump: Add ASCII85 dump helper function
 2024-09-12 18:06 UTC  (12+ messages)

[PATCH v4 0/3] memirq infra changes
 2024-09-12 17:51 UTC  (12+ messages)
` [PATCH v4 1/3] drm/xe: move memirq out of VF
` [PATCH v4 2/3] drm/xe: memirq infra changes for MSI-X
` [PATCH v4 3/3] drm/xe: memirq handler changes
` ✓ CI.Patch_applied: success for memirq infra changes (rev5)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "
` ✗ CI.FULL: failure "

[PATCH] drm/i915/display: On plane capability check rely on display version
 2024-09-12 17:25 UTC  (9+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✗ CI.checksparse: warning "
` ✓ CI.BAT: success "

[PATCH 0/9] Add Xe3 and Panther Lake support
 2024-09-12 16:56 UTC  (4+ messages)
` [PATCH 9/9] drm/xe/ptl: Add PTL platform definition

[PATCH 1/3] drm/xe: Fix build by setting the correct parameter to intel_dmc_suspend()
 2024-09-12 15:39 UTC  (6+ messages)
` [PATCH 2/3] drm/xe: Add a parameter to xe_bb_create_job() to append or not batch buffer end instruction
` ✓ CI.BAT: success for series starting with [1/3] drm/xe: Fix build by setting the correct parameter to intel_dmc_suspend()
` ✗ CI.FULL: failure "

[PATCH] drm/xe/pciid: Add new PCI id for ARL
 2024-09-12 15:35 UTC  (5+ messages)

[PATCH v3 0/4] drm/i915/display: add snapshot capture/print infra
 2024-09-12 15:27 UTC  (12+ messages)
` [PATCH v3 1/4] drm/i915: dump display parameters captured in error state, not current
` [PATCH v3 2/4] drm/i915/display: add intel_display_snapshot abstraction
` [PATCH v3 3/4] drm/i915/display: move device info and params handling to snapshot
` [PATCH v3 4/4] drm/i915/display: move dmc snapshotting to new display snapshot
` ✓ CI.Patch_applied: success for drm/i915/display: add snapshot capture/print infra (rev4)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✗ CI.checksparse: warning "
` ✓ CI.BAT: success "

[PULL] drm-xe-fixes
 2024-09-12 14:46 UTC 

[PATCH v19 0/6] drm/xe/guc: Add GuC based register capture for error capture
 2024-09-12 14:09 UTC  (8+ messages)
` [PATCH v19 1/6] drm/xe/guc: Prepare GuC register list and update ADS size "
` [PATCH v19 2/6] drm/xe/guc: Add XE_LP steered register lists
` [PATCH v19 3/6] drm/xe/guc: Add capture size check in GuC log buffer
` [PATCH v19 4/6] drm/xe/guc: Extract GuC error capture lists
` [PATCH v19 5/6] drm/xe/guc: Plumb GuC-capture into dev coredump
` [PATCH v19 6/6] drm/xe/guc: Save manual engine capture into capture list
` ✗ CI.Patch_applied: failure for drm/xe/guc: Add GuC based register capture for error capture (rev19)

[PATCH v4 0/2] drm/ttm: Really use a separate LRU list for swapped- and pinned objects
 2024-09-12 13:40 UTC  (6+ messages)
` [PATCH v4 1/2] drm/ttm: Move swapped objects off the manager's LRU list

[PATCH v2 00/43] Stop using xe_gt as a register MMIO target
 2024-09-12 13:30 UTC  (4+ messages)
` [PATCH v2 04/43] drm/xe: Move GSI offset adjustment fields into 'struct xe_mmio'

[v2] drm/xe/pciid: Add new PCI id for ARL
 2024-09-12 13:11 UTC  (8+ messages)
` ✓ CI.Patch_applied: success for drm/xe/pciid: Add new PCI id for ARL (rev2)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "

[PATCH 0/5] drm/i915/bios: Refactor ROM access
 2024-09-12 12:44 UTC  (11+ messages)
` [PATCH 1/5] drm/i915/bios: Add some size checks to SPI VBT read
` [PATCH 2/5] drm/i915/bios: Round PCI ROM VBT allocation to multiple of 4
` [PATCH 3/5] drm/i915/bios: Extract intel_spi_read16()
` [PATCH 4/5] drm/i915/bios: Extract vbt_signature[]
` [PATCH 5/5] drm/i915/bios: Extract soc/intel_rom.c

[PATCH 0/3] Some correction in the DP Link Training dequence
 2024-09-12 12:01 UTC  (20+ messages)
` [PATCH 1/3] drm/i915/dp: use fsleep instead of usleep_rage for LT
` [PATCH 2/3] drm/i915/dp: read Aux RD interval after reading the FFE preset
` [PATCH 3/3] drm/i915/dp: Include the time taken by AUX Tx for timeout
` ✓ CI.Patch_applied: success for Some correction in the DP Link Training dequence
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✗ CI.checksparse: warning "
` ✓ CI.BAT: success "
` ✗ CI.FULL: failure "

[PULL] drm-intel-next-fixes
 2024-09-12  8:59 UTC 

[PULL] drm-misc-fixes
 2024-09-12  8:49 UTC 

[PULL] drm-intel-fixes
 2024-09-12  7:07 UTC 

[PATCH 0/2] Move some functions out of runtime sus/resume
 2024-09-12  5:58 UTC  (11+ messages)
` [PATCH 1/2] drm/xe/display: Do not suspend resume dp mst during runtime
` [PATCH 2/2] drm/xe/display: Do not do intel_fbdev_set_suspend "
` ✓ CI.Patch_applied: success for Move some functions out of runtime sus/resume (rev2)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "
` ✓ CI.FULL: "

[PATCH v3 00/43] Stop using xe_gt as a register MMIO target
 2024-09-11 22:46 UTC  (4+ messages)
` ✗ CI.FULL: failure for Stop using xe_gt as a register MMIO target (rev3)

[PATCH] drm/xe: Use bookkeep slots for external BO's in exec IOCTL
 2024-09-11 22:06 UTC  (3+ messages)

[PATCH v5] drm/xe: Add driver load error injection
 2024-09-11 21:45 UTC  (7+ messages)

[PATCH] drm/xe/xe_gt_idle: Fix name conflict
 2024-09-11 20:53 UTC  (9+ messages)


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