Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-06-27 13:53:30 to 2025-06-30 21:42:48 UTC [more...]

[PATCH v5 00/12] Crashlog Type1 Version2 support
 2025-06-30 21:42 UTC  (18+ messages)
` [PATCH v5 01/12] platform/x86/intel/pmt: fix a crashlog NULL pointer access
` [PATCH v5 02/12] drm/xe: Correct BMG VSEC header sizing
` [PATCH v5 03/12] platform/x86/intel/pmt: white space cleanup
` [PATCH v5 04/12] platform/x86/intel/pmt: mutex clean up
` [PATCH v5 05/12] platform/x86/intel/pmt: use guard(mutex)
` [PATCH v5 06/12] platform/x86/intel/pmt: re-order trigger logic
` [PATCH v5 07/12] platform/x86/intel/pmt: correct types
` [PATCH v5 08/12] platform/x86/intel/pmt: decouple sysfs and namespace
` [PATCH v5 09/12] platform/x86/intel/pmt: add register access helpers
` [PATCH v5 10/12] platform/x86/intel/pmt: refactor base parameter
` [PATCH v5 11/12] platform/x86/intel/pmt: use a version struct
` [PATCH v5 12/12] platform/x86/intel/pmt: support BMG crashlog
` ✓ CI.KUnit: success for Crashlog Type1 Version2 support (rev5)
` ✓ Xe.CI.BAT: "

[PATCH 0/8] drm/i915/display: use intel_de_wait_*() functions
 2025-06-30 20:49 UTC  (4+ messages)
` [PATCH 5/8] drm/i915/hdcp: use intel_de_wait_for_set() instead of wait_for()
` ✗ Xe.CI.Full: failure for drm/i915/display: use intel_de_wait_*() functions

[PATCH v8 0/2] Add debugfs node to expose G-state and pcie link state residency
 2025-06-30 20:25 UTC  (9+ messages)
` [PATCH v8 1/2] drm/xe/regs/xe_pmt: Macros for G-State and pcie link state residency offset
` [PATCH v8 2/2] drm/xe/xe_debugfs: Exposure of G-State and pcie link state residency counters through debugfs
` ✓ CI.KUnit: success for Add debugfs node to expose G-state and pcie link state residency (rev6)
` ✓ Xe.CI.BAT: "

[PATCH] drm/xe/hw_engine_group: Fix potential leak
 2025-06-30 19:32 UTC  (4+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "

[PATCH v5 0/4] drm/xe: i2c support
 2025-06-30 19:02 UTC  (22+ messages)
` [PATCH v5 1/4] i2c: designware: Add quirk for Intel Xe
` [PATCH v5 2/4] drm/xe: Support for I2C attached MCUs
` [PATCH v5 3/4] drm/xe/pm: Wire up suspend/resume for I2C controller
` [PATCH v5 4/4] drm/xe/xe_i2c: Add support for i2c in survivability mode
` ✗ CI.checkpatch: warning for drm/xe: i2c support (rev5)
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "

[PATCH v6] drm/xe/uc: Disable GuC communication on hardware initialization error
 2025-06-30 18:52 UTC  (4+ messages)

[PATCH] drm/xe/tests: Add legacy IP descriptors to param generators
 2025-06-30 18:46 UTC  (4+ messages)
` ✗ CI.checkpatch: warning for "
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "

[PATCH 0/2] drm/xe/display: Make panic support work on vram
 2025-06-30 18:02 UTC  (6+ messages)
` [PATCH 1/2] drm/xe: Extract xe_bo_is_visible_vram
` [PATCH 2/2] drm/xe/display: Make panic support work on vram
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "

[PATCH v4 0/4] drm/xe: i2c support
 2025-06-30 17:55 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for drm/xe: i2c support (rev4)

[PATCH] drm/ttm: Remove unneeded blank line in comment
 2025-06-30 17:39 UTC  (3+ messages)

[PATCH v3 0/6] Future-proof for multi-tile + multi-GT cases
 2025-06-30 17:34 UTC  (7+ messages)
` [PATCH v3 1/6] drm/xe: Export xe_step_name for kunit tests
` [PATCH v3 2/6] drm/xe: Track maximum GTs per tile on a per-platform basis
` [PATCH v3 3/6] drm/xe/tests/pci: Ensure all platforms have a valid GT/tile count
` [PATCH v3 4/6] drm/xe: Assign GT IDs properly on multi-tile + multi-GT platforms
` [PATCH v3 5/6] drm/xe: Don't compare GT ID to GT count when determining valid GTs
` [PATCH v3 6/6] drm/xe/xe_query: Use separate iterator while filling GT list

[PATCH v2 0/5] Handle Firmware reported Hardware Errors
 2025-06-30 17:33 UTC  (9+ messages)
` [PATCH v2 1/5] drm: Add a firmware flash method to device wedged uevent

[PATCH] drm/xe: xe_late_bind squash for CI
 2025-06-30 17:10 UTC  (4+ messages)
` ✗ CI.checkpatch: warning for drm/xe: xe_late_bind squash for CI (rev4)
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "

[PATCH v2 0/5] Future-proof for multi-tile + multi-GT cases
 2025-06-30 16:48 UTC  (4+ messages)
` [PATCH v2 4/5] drm/xe: Assign GT IDs properly on multi-tile + multi-GT platforms

[PATCH] drm/xe/xe_pmu: Validate gt in event supported
 2025-06-30 16:32 UTC  (3+ messages)
`  "

[PATCH 00/18] drm/i915/display: convert to generic read_poll_timeout()
 2025-06-30 16:17 UTC  (14+ messages)
` [PATCH 02/18] drm/i915/hdcp: use generic read_poll_timeout() instead of __wait_for()
` [PATCH 18/18] drm/i915/ddi: prefer read_poll_timeout() over readx_poll_timeout()
  ` [PATCH v2] "
` ✗ CI.checkpatch: warning for drm/i915/display: convert to generic read_poll_timeout() (rev2)
` ✓ CI.KUnit: success "
` ✗ CI.checksparse: warning "
` ✓ Xe.CI.BAT: success "

[PATCH v3] drm/xe/vf: Make multi-GT migration less error prone
 2025-06-30 15:21 UTC 

[PATCH v7 0/2] Add debugfs node to expose G-state and pcie link state residency
 2025-06-30 15:19 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for Add debugfs node to expose G-state and pcie link state residency (rev5)

[PATCH topic/core-for-CI] Revert "ftrace: Allow configuring global trace buffer size (for dump-on-oops)"
 2025-06-30 15:17 UTC 

[PATCH 0/2] Small emit_wa_job() tidy
 2025-06-30 14:48 UTC  (10+ messages)
` [PATCH 1/2] drm/xe: Simplify batch buffer allocation in emit_wa_job()
` [PATCH 2/2] drm/xe: Waste fewer instructions "
` ✗ CI.checkpatch: warning for Small emit_wa_job() tidy
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "

[PATCH v3 0/8] drm/sched: Allow drivers to skip the reset with DRM_GPU_SCHED_STAT_NO_HANG
 2025-06-30 14:04 UTC  (11+ messages)
` [PATCH v3 1/8] drm/sched: Rename DRM_GPU_SCHED_STAT_NOMINAL to DRM_GPU_SCHED_STAT_RESET
` [PATCH v3 2/8] drm/sched: Allow drivers to skip the reset and keep on running
` [PATCH v3 3/8] drm/sched: Make timeout KUnit tests faster

[PATCH 0/1] Revert patch to reject HBR3 for all eDP panels
 2025-06-30 13:56 UTC  (3+ messages)
` ✓ CI.KUnit: success for Revert patch to reject HBR3 for all eDP panels (rev3)
` ✓ Xe.CI.BAT: "

Intel Xe SR-IOV support status
 2025-06-30 11:47 UTC 

[PATCH v4 00/10] Introducing firmware late binding
 2025-06-30 13:49 UTC  (9+ messages)
` [PATCH v4 02/10] mei: late_bind: add late binding component driver
` [PATCH v4 03/10] drm/xe/xe_late_bind_fw: Introducing xe_late_bind_fw

[CI 0/5] indirect ctx testing
 2025-06-30 13:21 UTC  (2+ messages)
` ✓ Xe.CI.Full: success for "

[PATCH] drm/xe: Fxi typo in Kconfig
 2025-06-30 12:56 UTC  (3+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "

[PATCH v8 00/24] AuxCCS handling and render compression modifiers
 2025-06-30 12:47 UTC  (25+ messages)
` [PATCH v8 01/24] drm/xe: Consolidate LRC offset calculations
` [PATCH v8 02/24] drm/xe: Generalize wa bb emission code
` [PATCH v8 03/24] drm/xe: Rename utilisation workaround emission function
` [PATCH v8 04/24] drm/xe: Return number of written dwords from workaround batch buffer emission
` [PATCH v8 05/24] drm/xe: Allow specifying number of extra dwords at the end of wa bb emission
` [PATCH v8 06/24] drm/xe: Add plumbing for indirect context workarounds
` [PATCH v8 07/24] drm/xe/xelp: Implement Wa_16010904313
` [PATCH v8 08/24] drm/xe/xelp: Add Wa_18022495364
` [PATCH v8 09/24] drm/xe: Use emit_flush_imm_ggtt helper instead of open coding
` [PATCH v8 10/24] drm/xe/xelpg: Flush CCS when flushing caches
` [PATCH v8 11/24] drm/xe: Flush L3 when flushing render cache
` [PATCH v8 12/24] drm/xe/xelp: Quiesce memory traffic before invalidating auxccs
` [PATCH v8 13/24] drm/xe/xelp: Support auxccs invalidation on blitter
` [PATCH v8 14/24] drm/xe/xelp: Use MI_FLUSH_DW_CCS on auxccs platforms
` [PATCH v8 15/24] drm/xe/xelp: Wait for AuxCCS invalidation to complete
` [PATCH v8 16/24] drm/xe/xelp: Add AuxCCS invalidation to the buffer migration path
` [PATCH v8 17/24] drm/xe: Export xe_emit_aux_table_inv
` [PATCH v8 18/24] drm/xe/xelp: Add AuxCCS invalidation to the indirect context workarounds
` [PATCH v8 19/24] drm/xe: Use fb cached min alignment
` [PATCH v8 20/24] drm/xe: Flush GGTT writes after populating DPT
` [PATCH v8 21/24] drm/xe: Handle DPT in system memory
` [PATCH v8 22/24] drm/xe: Force flush system memory AuxCCS framebuffers before scan out
` [PATCH v8 23/24] drm/xe/display: Add support for AuxCCS
` [PATCH v8 24/24] drm/i915/display: Expose AuxCCS frame buffer modifiers for Xe

[PATCH v7 00/24] AuxCCS handling and render compression modifiers
 2025-06-30 12:43 UTC  (7+ messages)
` [PATCH v7 09/24] drm/xe: Use emit_flush_imm_ggtt helper instead of open coding
` [PATCH v7 11/24] drm/xe: Flush L3 when flushing render cache

[PATCH] drm/i915/display: Optimize panel power-on wait time
 2025-06-30 12:23 UTC 

[PATCH v7 0/8] More missing XeLP workarounds
 2025-06-30 12:22 UTC  (9+ messages)
` [PATCH v7 1/8] drm/xe: Consolidate LRC offset calculations
` [PATCH v7 2/8] drm/xe: Generalize wa bb emission code
` [PATCH v7 3/8] drm/xe: Rename utilisation workaround emission function
` [PATCH v7 4/8] drm/xe: Return number of written dwords from workaround batch buffer emission
` [PATCH v7 5/8] drm/xe: Allow specifying number of extra dwords at the end of wa bb emission
` [PATCH v7 6/8] drm/xe: Add plumbing for indirect context workarounds
` [PATCH v7 7/8] drm/xe/xelp: Implement Wa_16010904313
` [PATCH v7 8/8] drm/xe/xelp: Add Wa_18022495364

[CI 0/4] wa bb refactoring
 2025-06-30 11:39 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for "

[PATCH] drm/i915/display: drop a number of dependencies on i915_drv.h
 2025-06-30  9:46 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for "

[PATCH] drm/i915/fb: use struct intel_display for DISPLAY_VER()
 2025-06-30  8:58 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for "

[Regression] Panel flickering on Dell XPS 13 9360 with drm-fixes-2025-06-28 merged (Linux 6.16-rc4)
 2025-06-30  8:49 UTC  (3+ messages)

[PATCH 0/2] Introduce helper for display workarounds and add Wa_16025573575
 2025-06-30  7:54 UTC  (5+ messages)
` [PATCH 1/2] drm/i915/display_wa: Add helpers to check wa
` [PATCH 2/2] drm/i915/gmbus: Add Wa_16025573575 for PTL for bit-bashing

[PATCH 00/13] Modify drm helpers to use luminance
 2025-06-30  6:58 UTC  (4+ messages)

[drm-xe:drm-xe-next] BUILD SUCCESS a559434880b320b83733d739733250815aecf1b0
 2025-06-29  6:58 UTC 

[PATCH v4 0/6] drm/xe/guc: Add LFD format output for guc log
 2025-06-28 14:46 UTC  (10+ messages)
` [PATCH v4 1/6] drm/xe/guc: Add log init config abi definitions
` [PATCH v4 2/6] drm/xe/guc: Add LFD related "
` [PATCH v4 3/6] drm/xe/guc: Add new debugfs entry for lfd format output
` [PATCH v4 5/6] drm/xe/guc: Add GuC log event buffer output in LFD format

[PATCH v2 0/2] drm/xe: xe with/without kunit
 2025-06-28 14:33 UTC  (7+ messages)
` [PATCH v2 1/2] drm/xe: Fix conflicting intel_pcode_* symbols
` [PATCH v2 2/2] drm/xe: Allow dropping kunit dependency as built-in

[PATCH] drm/xe/guc: Set RCS/CCS yield policy
 2025-06-27 23:46 UTC 

[PATCH v2] drm/xe/vf: Make multi-GT migration less error prone
 2025-06-27 20:22 UTC  (2+ messages)

[PATCH] drm/xe/uapi: Add DRM_XE_QUERY_CONFIG_FLAG_HAS_DIS_NULL_QUERY
 2025-06-27 18:15 UTC  (7+ messages)

[PATCH v4 00/20] MADVISE FOR XE
 2025-06-27 18:13 UTC  (8+ messages)
` [PATCH v4 02/20] drm/xe/uapi: Add madvise interface
` [PATCH v4 03/20] drm/xe/vm: Add attributes struct as member of vma

[PATCH v3 0/2] Enhance SVM stats
 2025-06-27 17:37 UTC  (8+ messages)
` [PATCH v3 1/2] drm/xe: Add clear_stats GT debugfs
` [PATCH v3 2/2] drm/xe: Add more SVM GT stats

iosys-map: refactor to reduce struct size
 2025-06-27 17:31 UTC  (2+ messages)

[PATCH 00/20] drm/i915/dp: Fix few SST HPD IRQ handling issues
 2025-06-27 15:19 UTC  (4+ messages)
` [PATCH 02/20] drm/i915/dp_mst: Verify the link status always the same way

[PATCH v2 0/7] Relax VF/PF version negotiation
 2025-06-27 14:39 UTC  (5+ messages)
` [PATCH v2 3/7] drm/xe: Introduce xe_tile_is_root helper
` [PATCH v2 4/7] drm/xe: Introduce xe_gt_is_main_type helper


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