intel-xe.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-06-19 12:47:17 to 2025-06-23 16:42:21 UTC [more...]

[PATCH v3 00/10] Introducing firmware late binding
 2025-06-23 16:42 UTC  (15+ messages)
` [PATCH v3 06/10] drm/xe/xe_late_bind_fw: Reload late binding fw in rpm resume
` [PATCH v3 07/10] drm/xe/xe_late_bind_fw: Reload late binding fw in S2Idle/S3 resume
` [PATCH v3 08/10] drm/xe/xe_late_bind_fw: Introduce debug fs node to disable late binding

[PATCH v2 0/2] Cleaning up code related to VRAM regions and its initialization - part 2
 2025-06-23 16:38 UTC  (4+ messages)
` [PATCH v2 2/2] drm/xe: Unify the initialization of VRAM regions

[PATCH v4 00/20] MADVISE FOR XE
 2025-06-23 16:36 UTC  (30+ 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 v4 05/20] drm/xe/vma: Modify new_vma to accept struct xe_vma_mem_attr as parameter
` [PATCH v4 08/20] drm/xe/svm: Add xe_svm_ranges_zap_ptes_in_range() for PTE zapping
` [PATCH v4 09/20] drm/xe: Implement madvise ioctl for xe
` [PATCH v4 10/20] drm/xe/vm: Add an identifier for madvise in xe_vma_ops
` [PATCH v4 11/20] drm/xe: Allow CPU address mirror VMA unbind with gpu bindings for madvise
` [PATCH v4 12/20] drm/xe/svm : Add svm ranges migration policy on atomic access
` [PATCH v4 14/20] drm/xe/svm: Support DRM_XE_SVM_ATTR_PAT memory attribute
` [PATCH v4 15/20] drm/xe/uapi: Add flag for consulting madvise hints on svm prefetch
` [PATCH v4 18/20] drm/xe/bo: Update atomic_access attribute on madvise

[PATCH 0/5] drm/xe: Create and use SoC WA infrastructure
 2025-06-23 16:13 UTC  (11+ messages)
` [PATCH 1/5] drm/xe: add xe_soc_wa infrastructure
` [PATCH 2/5] drm/xe: Add infrastructure for SoC OOB workarounds
` [PATCH 3/5] drm/xe: Move Wa_15015404425 to use the new EX_SOC_WA macro
` [PATCH 4/5] drm/xe: extend Wa_15015404425 to apply to PTL
` [PATCH 5/5] drm/xe: disable wa_15015404425 for PTL B0
` ✗ CI.checkpatch: warning for drm/xe: Create and use SoC WA infrastructure
` ✓ CI.KUnit: success "
` ✗ Xe.CI.BAT: failure "
` ✗ Xe.CI.Full: "

[PATCH v2 0/3] drm/ttm, drm/xe: Consolidate the Buffer Object LRU walks
 2025-06-23 16:02 UTC  (6+ messages)
` [PATCH v2 1/3] drm/ttm: Use a struct for the common part of struct ttm_lru_walk and struct ttm_bo_lru_cursor
` [PATCH v2 2/3] drm/ttm, drm/xe: Modify the struct ttm_bo_lru_walk_cursor initialization
` [PATCH v2 3/3] drm/ttm, drm_xe, Implement ttm_lru_walk_for_evict() using the guarded LRU iteration
` ✗ CI.checkpatch: warning for drm/ttm, drm/xe: Consolidate the Buffer Object LRU walks (rev2)
` ✓ CI.KUnit: success "

[PATCH 2/2] drm/amdgpu: Reset the clear flag in buddy during resume
 2025-06-23 15:51 UTC  (2+ messages)

[PATCH v3 0/4] Implement clear VRAM on free
 2025-06-23 15:24 UTC  (6+ messages)
` [PATCH v3 1/4] drm/xe: Only use delayed worker to destroy userptr VMAs
` [PATCH v3 2/4] drm/xe: Drop BO argument from xe_migrate_clear
` [PATCH v3 3/4] drm/xe: Add xe_bo_tt_has_data helper
` [PATCH v3 4/4] drm/xe: Implement clear VRAM on free
` ✗ CI.KUnit: failure for Implement clear VRAM on free (rev2)

[PATCH v5] drm/xe/uc: Disable GuC communication on hardware initialization error
 2025-06-23 15:03 UTC  (6+ messages)
` ✓ CI.KUnit: success for drm/xe/uc: Disable GuC communication on hardware initialization error. (rev2)
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.Full: "

[PATCH 1/6] drm/vmwgfx: drop printing the TTM refcount for debugging
 2025-06-23 14:54 UTC  (5+ messages)
` [PATCH 2/6] drm/xe: stop asserting on the TTM refcount
` ✗ CI.checkpatch: warning for series starting with [1/6] drm/vmwgfx: drop printing the TTM refcount for debugging (rev2)
` ✗ CI.KUnit: failure "

[PATCH v2 0/4] Implement clear VRAM on free
 2025-06-23 14:52 UTC  (6+ messages)
` [PATCH v2 1/4] drm/xe: Only use delayed worker to destroy userptr VMAs
` [PATCH v2 2/4] drm/xe: Drop BO argument from xe_migrate_clear
` [PATCH v2 3/4] drm/xe: Add xe_bo_tt_has_data helper
` [PATCH v2 4/4] drm/xe: Implement clear VRAM on free
` ✗ CI.KUnit: failure for "

[PATCH 0/2] Revert patch to reject HBR3 for all eDP panels
 2025-06-23 14:42 UTC  (7+ messages)
` [PATCH 1/2] Revert "drm/i915/dp: Reject HBR3 when sink doesn't support TPS4"
` [PATCH 2/2] drm/i915/dp: Add device specific quirk to limit eDP rate to HBR2
` ✓ CI.KUnit: success for Revert patch to reject HBR3 for all eDP panels
` ✓ Xe.CI.Full: "

[PATCH v2 0/5] Handle Firmware reported Hardware Errors
 2025-06-23 14:11 UTC  (11+ messages)
` ✗ CI.checkpatch: warning for Handle Firmware reported Hardware Errors (rev2)
` ✓ CI.KUnit: success "
` [PATCH v2 1/5] drm: Add a firmware flash method to device wedged uevent
` [PATCH v2 2/5] drm/xe: Add a helper function to set recovery method
` [PATCH v2 3/5] drm/xe: Add support to handle hardware errors
` [PATCH v2 4/5] drm/xe/xe_hw_error: Handle CSC Firmware reported Hardware errors
` [PATCH v2 5/5] drm/xe/xe_hw_error: Add fault injection to trigger csc error handler
` ✗ CI.checksparse: warning for Handle Firmware reported Hardware Errors (rev2)
` ✓ Xe.CI.BAT: success "
` ✗ Xe.CI.Full: failure "

[PATCH v2 0/5] drm/xe: Make struct xe_ggtt private
 2025-06-23 13:43 UTC  (6+ messages)
` [PATCH v2 2/5] drm/xe: Start using ggtt->start in preparation of balloon removal
` [PATCH v2 4/5] drm/xe: Convert xe_fb_pin to use a callback for insertion into GGTT

[PATCH v2] drm/i915/display: move unordered works to new private workqueue
 2025-06-23 12:47 UTC  (4+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[CI 0/6] drm/i915, drm/xe: add drm device based pcode interface for display
 2025-06-23 12:05 UTC  (9+ messages)
` [CI 1/6] drm/i915/pcode: drop fast wait from snb_pcode_write_timeout()
` [CI 2/6] drm/i915/pcode: add struct drm_device based interface
` [CI 3/6] drm/xe/pcode: "
` [CI 4/6] drm/i915/display: switch to struct drm_device based pcode interface
` [CI 5/6] drm/i915/dram: "
` [CI 6/6] drm/xe/compat: remove old pcode compat interface
` ✓ CI.KUnit: success for drm/i915, drm/xe: add drm device based pcode interface for display (rev2)
` ✗ CI.checksparse: warning "

[PATCH v10 00/10] drm/i915: Add drm_panic support
 2025-06-23 12:02 UTC  (4+ messages)

[PATCH] drm/xe: Implement clear VRAM on free
 2025-06-23 11:28 UTC  (3+ messages)

[PATCH] drm/xe/migrate: make MI_TLB_INVALIDATE conditional
 2025-06-23 11:24 UTC  (6+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.Full: "

[PATCH v2] drm/xe: Support for mmap-ing mmio regions
 2025-06-23 11:19 UTC  (10+ messages)

[PATCH] drm/xe/uapi: Add DRM_XE_QUERY_CONFIG_FLAG_HAS_DIS_NULL_QUERY
 2025-06-23 10:16 UTC  (5+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PATCH v5 0/3] drm/gpusvm, drm/pagemap, drm/xe: Restructure migration in preparation for multi-device
 2025-06-23  9:54 UTC  (4+ messages)

[PATCH 0/2] Changes in hdcp2_stream_encryption
 2025-06-23  8:49 UTC  (5+ messages)
` ✓ CI.KUnit: success for Changes in hdcp2_stream_encryption (rev2)
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.Full: "

[PATCH] drm/i915/display: Fix macro HAS_ULTRAJOINER
 2025-06-23  8:49 UTC  (2+ messages)

[PATCH v6 0/3] drm/gpusvm, drm/pagemap, drm/xe: Restructure migration in preparation for multi-device
 2025-06-22 11:34 UTC  (8+ messages)
` [PATCH v6 1/3] drm/gpusvm, drm/pagemap: Move migration functionality to drm_pagemap
` [PATCH v6 2/3] drm/pagemap: Add a populate_mm op
` [PATCH v6 3/3] drm/xe: Implement and use the drm_pagemap "
` ✗ CI.checkpatch: warning for drm/gpusvm, drm/pagemap, drm/xe: Restructure migration in preparation for multi-device (rev6)
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.Full: "

[PATCH v2] drm/xe/ptl: Apply Wa_16026007364
 2025-06-22 10:28 UTC  (5+ messages)
` ✓ CI.KUnit: success for drm/xe/ptl: Apply Wa_16026007364 (rev2)
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PATCH v4 00/11] drm/xe: Init changes for flicker-free boot
 2025-06-22  9:28 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for drm/xe: Init changes for flicker-free boot. (rev3)

[PATCH v5 0/2] Add debugfs node to expose G-state and pcie link state residency
 2025-06-22  5:57 UTC  (7+ messages)
` [PATCH v5 1/2] drm/xe/regs/xe_pmt: Macros for G-State and pcie link state residency offset
` [PATCH v5 2/2] drm/xe/xe_debugfs: Exposure of G-State and pcie link state residency counters through debugfs
` ✗ CI.checkpatch: warning for Add debugfs node to expose G-state and pcie link state residency (rev3)
` ✓ CI.KUnit: success "
` ✗ Xe.CI.Full: failure "

[drm-xe:drm-xe-next] BUILD SUCCESS 3972872e459d812ab5e481a231a6066cf4f4d0f4
 2025-06-21 20:13 UTC 

[PATCH] drm/i915/wm: reduce stack usage in skl_print_wm_changes()
 2025-06-20 21:33 UTC  (4+ messages)
` ✗ CI.checkpatch: warning for "
` ✓ CI.KUnit: success "
` ✗ Xe.CI.Full: failure "

[PATCH] drm/i915/xe3lpd: Prune modes for YUV420
 2025-06-20 19:31 UTC  (4+ messages)
` ✗ CI.checkpatch: warning for "
` ✓ CI.KUnit: success "
` ✗ Xe.CI.Full: failure "

[PATCH 00/13] Modify drm helpers to use luminance
 2025-06-20 18:07 UTC  (17+ messages)
` [PATCH v3 01/13] drm/dp: Introduce new member in drm_backlight_info
` [PATCH v3 02/13] drm/dp: Add argument in drm_edp_backlight_init
` [PATCH v3 03/13] drm/dp: Add argument for max luminance "
` [PATCH v3 04/13] drm/dp: Move from u16 to u32 for max in drm_edp_backlight_info
` [PATCH v3 05/13] drm/dp: Change current_level argument type to u32
` [PATCH v3 06/13] drm/dp: Modify drm_edp_probe_state
` [PATCH v3 07/13] drm/dp: Change argument type for drm_edp_backlight_set_level
` [PATCH v3 08/13] drm/dp: Modify drm_edp_backlight_set_level
` [PATCH v3 09/13] drm/dp: Change argument type of drm_edp_backlight_enable
` [PATCH v3 10/13] drm/dp: Enable backlight control using luminance
` [PATCH v3 11/13] drm/i915/backlight: Use drm helper to initialize edp backlight
` [PATCH v3 12/13] drm/i915/backlight: Use drm helper to set "
` [PATCH v3 13/13] drm/i915/backlight: Use drm_edp_backlight_enable
` ✓ CI.KUnit: success for Modify drm helpers to use luminance (rev4)
` ✗ CI.checksparse: warning "
` ✓ Xe.CI.Full: success "

[PATCH v8 0/3] CCS save restore for IGPU
 2025-06-20 16:30 UTC  (8+ messages)
` [PATCH v8 1/3] drm/xe/vf: Create contexts for CCS read write
` [PATCH v8 2/3] drm/xe/vf: Attach and detach CCS copy commands with BO
` [PATCH v8 3/3] drm/xe/vf: Register CCS read/write contexts with Guc
` ✗ Xe.CI.Full: failure for CCS save restore for IGPU (rev8)

[drm-xe:drm-xe-fixes] BUILD SUCCESS a39d082c3553d35b4fe5585e1e2fb221c130cae8
 2025-06-20 16:27 UTC 

[PATCH v3 0/4] drm/xe: i2c support
 2025-06-20 16:21 UTC  (5+ messages)
` [PATCH v3 2/4] drm/xe: Support for I2C attached MCUs

[PATCH v5 0/4] drm/xe: Update Wa_22019338487
 2025-06-20 13:44 UTC  (5+ messages)
` [PATCH v5 3/4] drm/xe: Split xe_device_td_flush()
` [PATCH v5 4/4] drm/xe/bmg: Update Wa_22019338487

[PATCH] drm/i915/xe3lpd: Prune modes for YUV420
 2025-06-20  6:46 UTC  (3+ messages)

[PATCH 00/13] Modify drm helpers to use luminance
 2025-06-20  5:53 UTC  (18+ messages)
` [PATCH 06/13] drm/dp: Modify drm_edp_probe_state
` [PATCH 07/13] drm/dp: Change argument type for drm_edp_backlight_set_level
` [PATCH 09/13] drm/dp: Change argument type of drm_edp_backlight_enable
` [PATCH 10/13] drm/dp: Enable backlight control using luminance
` [PATCH 11/13] drm/i915/backlight: Use drm helper to initialize edp backlight
` [PATCH 12/13] drm/i915/backlight: Use drm helper to set "
` [PATCH 13/13] drm/i915/backlight: Use drm_edp_backlight_enable

[PATCH 00/13] Modify drm helpers to use luminance
 2025-06-20  5:44 UTC  (5+ messages)
` [PATCH 07/13] drm/dp: Change argument type for drm_edp_backlight_set_level
` [PATCH 08/13] drm/dp: Modify drm_edp_backlight_set_level

[drm-xe:drm-xe-next] BUILD SUCCESS 3c0f211bc8fc0d0a0b4c29c471b57ffff48eec60
 2025-06-19 23:23 UTC 

[PATCH 0/2] Changes in hdcp2_stream_encryption
 2025-06-19 23:23 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for "

[PATCH v2] drm/xe/display: read PCON capability only when present
 2025-06-19 17:43 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for drm/xe/display: read PCON capability only when present (rev2)

[PATCH] drm/i915/hdcp: Use HDCP2_STREAM_STATUS to verify content type status
 2025-06-19 16:27 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for "

[PULL] drm-xe-fixes
 2025-06-19 16:03 UTC 

[PATCH v4] drm/xe/hwmon: Fix xe_hwmon_power_max_write
 2025-06-19 15:32 UTC  (2+ messages)

[PATCH] drm/xe: xe_late_bind squash for CI
 2025-06-19 15:29 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for drm/xe: xe_late_bind squash for CI (rev3)

[PATCH] drm/xe: Make WA BB part of LRC BO
 2025-06-19 15:18 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).