Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-09-12 09:36:44 to 2025-09-16 07:18:30 UTC [more...]

[PATCH v5 0/5] User readable error codes on atomic_ioctl failure
 2025-09-16  7:18 UTC  (6+ messages)
` [PATCH v5 1/5] drm: Define user readable error codes for atomic ioctl
` [PATCH v5 2/5] drm/atomic: Add error_code element in atomic_state
` [PATCH v5 3/5] drm/atomic: Allocate atomic_state at the beginning of atomic_ioctl
` [PATCH v5 4/5] drm/atomic: Return user readable error in atomic_ioctl
` [PATCH v5 5/5] drm/i915/display: Error codes for async flip failures

[PATCH] drm/xe/guc_pc: Add ignore efficient frequency support
 2025-09-16  6:58 UTC 

[PATCH -next] drm/xe: Remove duplicate header files
 2025-09-16  6:22 UTC  (4+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.Full: "

[PATCH] drm/xe/xe_device_sysfs: add cleanup action in xe_device_sysfs_init
 2025-09-16  3:29 UTC  (10+ messages)
` [PATCH v3 0/2] drm/xe/xe_device_sysfs: modify sysfs clean up process
  ` [PATCH v3 1/2] drm/xe/xe_device_sysfs: Add cleanup action in xe_device_sysfs_init
  ` [PATCH v3 2/2] drm/xe/xe_device_sysfs: Remove sysfs unconditionally while clean sysfs entries
` ✗ CI.checkpatch: warning for drm/xe/xe_device_sysfs: add cleanup action in xe_device_sysfs_init (rev3)
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

linux-next: manual merge of the drm-xe tree with the origin tree
 2025-09-15 22:18 UTC 

[PATCH] drm/xe: Increase global invalidation timeout to 1000us
 2025-09-15 21:40 UTC  (6+ messages)
` ✗ LGCI.VerificationFailed: failure for "
` ✗ CI.checkpatch: warning for drm/xe: Increase global invalidation timeout to 1000us (rev2)
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PATCH] drm/xe/: Mutual Exclusivity b/w Multi CCS Mode & SRIOV VF Provisioning
 2025-09-15 20:17 UTC  (4+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PATCH v2 00/11] PCI: Resizable BAR improvements
 2025-09-15 20:15 UTC  (25+ messages)
` [PATCH v2 01/11] PCI: Move Resizable BAR code into rebar.c
` [PATCH v2 02/11] PCI: Cleanup pci_rebar_bytes_to_size() and move "
` [PATCH v2 03/11] PCI: Move pci_rebar_size_to_bytes() and export it
` [PATCH v2 04/11] PCI: Improve Resizable BAR functions kernel doc
` [PATCH v2 05/11] PCI: Add pci_rebar_size_supported() helper
` [PATCH v2 06/11] drm/i915/gt: Use pci_rebar_size_supported()
` [PATCH v2 07/11] drm/xe/vram: Use PCI rebar helpers in resize_vram_bar()
` [PATCH v2 08/11] PCI: Add pci_rebar_get_max_size()
` [PATCH v2 09/11] drm/xe/vram: Use pci_rebar_get_max_size()
` [PATCH v2 10/11] drm/amdgpu: "
` [PATCH v2 11/11] PCI: Convert BAR sizes bitmasks to u64
` ✗ CI.checkpatch: warning for PCI: Resizable BAR improvements (rev2)
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PATCH v11 0/1] drm/i915/display: Add no_psr_reason to PSR debugfs
 2025-09-15 19:03 UTC  (5+ messages)
` [PATCH v11 1/1] "
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PATCH 0/2] drm/xe/sysfs: Fix attributes registration on VFs
 2025-09-15 17:44 UTC  (12+ messages)
` [PATCH 1/2] drm/xe/sysfs: Simplify and fix sysfs registration
` [PATCH 2/2] drm/xe/vf: Don't expose sysfs attributes not applicable for VFs
` ✓ CI.KUnit: success for drm/xe/sysfs: Fix attributes registration on VFs
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PATCH] drm/xe: Use ARRAY_SIZE in guc_waklv_init()
 2025-09-15 16:39 UTC  (6+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PATCH] drm/xe: Use ERR_CAST instead of ERR_PTR(PTR_ERR(...))
 2025-09-15 16:13 UTC  (3+ messages)
` ✗ LGCI.VerificationFailed: failure for "

[PATCH v4 0/5] drm/xe/sriov: Don't migrate dmabuf BO to System RAM if P2P check succeeds
 2025-09-15 15:33 UTC  (11+ messages)
` [PATCH v4 1/5] PCI/P2PDMA: Don't enforce ACS check for device functions of Intel GPUs
` [PATCH v4 2/5] drm/xe/dmabuf: Don't migrate BO to System RAM if P2P check succeeds
` [PATCH v4 3/5] drm/xe/pf: Add a helper function to get a VF's backing object in LMEM
` [PATCH v4 4/5] drm/xe/bo: Create new dma_addr array for dmabuf BOs associated with VFs
` [PATCH v4 5/5] drm/xe/pt: Add an additional check for dmabuf BOs while doing bind
` ✗ CI.checkpatch: warning for drm/xe/sriov: Don't migrate dmabuf BO to System RAM if P2P check succeeds
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PATCH] drm/i915/alpm: Remove error handling from get_lfps_cycle_min_max_time
 2025-09-15 15:03 UTC  (2+ messages)

[PATCH -next 1/2] drm/xe: Remove duplicated include in xe_pt.c
 2025-09-15 15:01 UTC  (8+ messages)
` [PATCH -next 2/2] drm/xe: Remove duplicated include in xe_tlb_inval.c
` ✓ CI.KUnit: success for series starting with [-next,1/2] drm/xe: Remove duplicated include in xe_pt.c
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PATCH v2] drm/xe/guc: Set RCS/CCS yield policy
 2025-09-15 13:59 UTC  (2+ messages)

[PATCH v10 0/1] drm/i915/display: Add no_psr_reason to PSR debugfs
 2025-09-15 13:30 UTC  (4+ messages)
` [PATCH v10 1/1] "

[PATCH 00/15] Optimize vrr.guardband and fix LRR
 2025-09-15 13:25 UTC  (26+ messages)
` [PATCH 03/15] drm/i915/skl_watermark: Pass linetime as argument to latency helpers
` [PATCH 05/15] drm/i915/display: Extract helpers to set dsc/scaler prefill latencies
` [PATCH 06/15] drm/i915/dp: Add SDP latency computation helper
` [PATCH 10/15] drm/i915/skl_watermark: Remove redundant latency checks from vblank validation
` [PATCH 11/15] drm/i915/display: Use vrr.guardband to derive vblank_start
` [PATCH 14/15] drm/i915/panel: Refactor helper to get highest fixed mode
` [PATCH 15/15] drm/i915/vrr: Fix seamless_mn drrs for PTL

[PATCH] drm/xe: Fix a NULL vs IS_ERR() in xe_vm_add_compute_exec_queue()
 2025-09-15 12:34 UTC  (3+ messages)

[PATCH v6 00/25] drm/dumb-buffers: Fix and improve buffer-size calculation
 2025-09-15 10:35 UTC  (2+ messages)

[PATCH v2] drm/xe/tests: Add legacy IP descriptors to param generators
 2025-09-15  9:31 UTC  (4+ messages)
` ✓ CI.KUnit: success for drm/xe/tests: Add legacy IP descriptors to param generators (rev2)
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PATCH v3 0/4] Preliminary support for separate VRAM region for kernel allocations on tiles
 2025-09-15  8:42 UTC  (5+ messages)
` [PATCH v3 3/4] drm/xe: Force user context allocations in user VRAM

[PATCH v2 0/9] [ANDROID]: Add GPU work period support for Xe driver
 2025-09-15  8:20 UTC  (10+ messages)
` [PATCH v2 5/9] Handle xe_user creation and removal
` [PATCH v2 6/9] Implement xe_work_period_worker
` [PATCH v2 7/9] Add a Kconfig option for GPU work period
` [PATCH v2 8/9] Handle xe_work_period destruction
` [PATCH v2 9/9] Fix runtime PM handling of Xe work period worker

[drm-xe:drm-xe-next] BUILD REGRESSION d4c3ed963e41d488695cf91068eabb8eb9f538ec
 2025-09-13 19:48 UTC 

[PATCH] drm/i915: Defeature DRRS on LNL+
 2025-09-13  5:59 UTC  (6+ messages)
` ✗ CI.checkpatch: warning for "
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PATCH] drm/xe: Fix build with CONFIG_MODULES=n
 2025-09-13  0:53 UTC  (5+ messages)
` ✗ CI.checkpatch: warning for "
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PATCH v3 0/5] drm/xe: Use poll_timeout_us()
 2025-09-12 23:55 UTC  (5+ messages)
` [PATCH v3 2/5] drm/xe/guc_pc: Use poll_timeout_us() for waiting

[CI 1/2] drm/xe: Fix error handling if PXP fails to start
 2025-09-12 22:07 UTC  (4+ messages)
` ✓ CI.KUnit: success for series starting with [CI,1/2] drm/xe: Fix error handling if PXP fails to start (rev3)
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.Full: "

[PATCH] drm/xe/pcode: Allow min_gt_freq equal to max_gt_freq
 2025-09-12 19:21 UTC  (4+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PATCH] drm/xe: defer free of NVM auxiliary container to device release callback
 2025-09-12 19:19 UTC  (2+ messages)

[PATCH v2 00/15] drm/i915: vlv clock cleanups
 2025-09-12 17:25 UTC  (21+ messages)
` [PATCH v2 01/15] drm/i915: do cck get/put inside vlv_get_hpll_vco()
` [PATCH v2 02/15] drm/i915: do cck get/put inside vlv_get_cck_clock()
` [PATCH v2 03/15] drm/i915: add vlv_clock_get_gpll()
` [PATCH v2 04/15] drm/i915: add vlv_clock_get_czclk()
` [PATCH v2 05/15] drm/i915: add vlv_clock_get_hrawclk()
` [PATCH v2 06/15] drm/i915: make vlv_get_cck_clock_hpll() static
` [PATCH v2 07/15] drm/i915: add vlv_clock_get_cdclk()
` [PATCH v2 08/15] drm/i915: make vlv_get_cck_clock() static
` [PATCH v2 09/15] drm/i915: rename vlv_get_hpll_vco() to vlv_clock_get_hpll_vco()
` [PATCH v2 10/15] drm/i915: cache the results in vlv_clock_get_hpll_vco() and use it more
` [PATCH v2 11/15] drm/i915: remove vlv_get_cck_clock_hpll()
` [PATCH v2 12/15] drm/i915: remove intel_update_czclk() as unnecessary
` [PATCH v2 13/15] drm/i915: log HPLL frequency similar to CZCLK
` [PATCH v2 14/15] drm/i915: move hpll and czclk caching under display
` [PATCH v2 15/15] drm/i915: split out vlv_clock.[ch]
` ✗ CI.checkpatch: warning for drm/i915: vlv clock cleanups (rev3)
` ✓ CI.KUnit: success "
` ✗ CI.checksparse: warning "
` ✓ Xe.CI.BAT: success "
` ✗ Xe.CI.Full: failure "

[PATCH v4 0/6] drm/xe: Add user commands to WA BB via configfs
 2025-09-12 16:56 UTC  (5+ messages)
` [PATCH v4 6/6] drm/xe/configfs: Add post context restore bb

[PATCH v2 1/1] drm/xe/xe3: Extend Wa_18041344222 to graphics IP versions 30.00 and 30.01
 2025-09-12 15:17 UTC  (2+ messages)

[PATCH][next] drm/xe/guc: Fix spelling mistake "sheduling" -> "scheduling"
 2025-09-12 15:14 UTC  (4+ messages)
` ✗ Xe.CI.Full: failure for "

[v5] drm/xe/hwmon: Remove type casting
 2025-09-12 15:13 UTC  (7+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PATCH v11 00/13] AuxCCS handling and render compression modifiers
 2025-09-12 14:25 UTC  (5+ messages)
` [PATCH v11 04/13] drm/xe/xelp: Use MI_FLUSH_DW_CCS on auxccs platforms
` [PATCH v11 05/13] drm/xe/xelp: Wait for AuxCCS invalidation to complete

[PATCH v2 6.12 1/3] drm/managed: Add DRM-managed alloc_ordered_workqueue
 2025-09-12 13:54 UTC  (4+ messages)
` [PATCH v2 6.12 2/3] drm/xe/hw_engine_group: Fix potential leak
` [PATCH v2 6.12 3/3] drm/xe/hw_engine_group: Avoid call kfree() for drmm_kzalloc()
` ✗ LGCI.VerificationFailed: failure for series starting with [v2,6.12,1/3] drm/managed: Add DRM-managed alloc_ordered_workqueue

[PATCH] drm/xe: Fix circular locking dependency
 2025-09-12 13:43 UTC  (3+ messages)

[PULL] drm-intel-next
 2025-09-12 13:36 UTC 

[PATCH v2 0/5] RFC: Add dedicated printk macros for tile and device
 2025-09-12 10:18 UTC  (3+ messages)
` ✗ Xe.CI.Full: failure for RFC: Add dedicated printk macros for tile and device (rev3)

[PATCH 0/3] Add WCL as subplatform from PTL
 2025-09-12 10:02 UTC  (4+ messages)
` [PATCH 2/3] drm/i915/display: Add definition for wcl as subplatform


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