Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-04-30 11:54:30 to 2025-05-02 14:37:53 UTC [more...]

[PATCH] drm/ttm: Remove the struct ttm_backup abstraction
 2025-05-02 14:37 UTC  (7+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "

[PATCH v6 00/20] Prefetch Support for svm ranges
 2025-05-02 14:35 UTC  (23+ messages)
` [PATCH v6 07/20] drm/xe: Make xe_svm_alloc_vram public
` [PATCH v6 10/20] drm/xe/svm: Make xe_svm_range_* end/start/size public
` [PATCH v6 12/20] drm/xe/vm: Add an identifier in xe_vma_ops for svm prefetch
` [PATCH v6 14/20] drm/xe/svm: Refactor usage of drm_gpusvm* function in xe_svm
` [PATCH v6 15/20] drm/xe/svm: Make xe_svm_range_needs_migrate_to_vram() public
` [PATCH v6 16/20] drm/xe/svm: Add xe_svm_range_validate() and xe_svm_range_migrate_to_smem()
` [PATCH v6 17/20] drm/gpusvm: Introduce drm_gpusvm_find_vma_start() function
` [PATCH v6 18/20] drm/xe/svm: Add xe_svm_find_vma_start() helper
` [PATCH v6 19/20] drm/xe/svm: Implement prefetch support for SVM ranges
` [PATCH v6 20/20] drm/xe/vm: Add debug prints for SVM range prefetch
` ✓ CI.Patch_applied: success for Prefetch Support for svm ranges (rev5)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✗ Xe.CI.Full: failure "

[PATCH 00/11] Panel Replay + Adaptive sync
 2025-05-02 14:13 UTC  (21+ messages)
` [PATCH 01/11] drm/dp: Add Panel Replay capability bits from DP2.1 specification
` [PATCH 02/11] drm/i915/psr: Read both Panel Replay capability registers from DPCD
` [PATCH 03/11] drm/i915/alpm: Add PR_ALPM_CTL register definitions
` [PATCH 04/11] drm/i915/alpm: Write PR_ALPM_CTL register
` [PATCH 05/11] drm/i915/psr: Add interface to check if AUXLess ALPM is needed by PSR
` [PATCH 06/11] drm/i915/alpm: Add new interface to check if AUXLess ALPM is used
` [PATCH 07/11] drm/i915/alpm: Move port alpm configuration
` [PATCH 08/11] drm/i915/display: Add PHY_CMN1_CONTROL register definitions
` [PATCH 09/11] drm/i915/display: Add function to configure LFPS sending
` [PATCH 10/11] drm/i915/psr: Fix using wrong mask in REG_FIELD_PREP
` [PATCH 11/11] drm/i915/psr: Do not disable Panel Replay in case VRR is enabled
` ✓ CI.Patch_applied: success for Panel Replay + Adaptive sync
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✗ CI.checksparse: warning "
` ✗ Xe.CI.Full: failure "

[PATCH v2 00/32] PREFETCH and MADVISE for SVM ranges
 2025-05-02 14:00 UTC  (3+ messages)
` [PATCH v2 17/32] drm/xe/uapi: Add madvise interface

[PATCH] drm/ttm: Fix ttm_backup kerneldoc
 2025-05-02 13:55 UTC  (7+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "

[CI 00/10] Preparations to make struct xe_ggtt private
 2025-05-02 12:46 UTC  (17+ messages)
` [CI 01/10] drm/xe: Use xe_ggtt_map_bo_unlocked for resume
` [CI 02/10] drm/xe: Add xe_ggtt_might_lock
` [CI 03/10] drm/xe: Add xe_ggtt_alloc
` [CI 04/10] drm/xe/display: Remove dereferences of ggtt for tile id
` [CI 05/10] drm/xe/ggtt: Seperate flags and address in PTE encoding
` [CI 06/10] drm/xe/display: Dont poke into GGTT internals to fill a DPT
` [CI 07/10] drm/xe/display: Convert GGTT mapping to use pte_encode_flags
` [CI 08/10] drm/xe: Remove pte_encode_bo callback
` [CI 09/10] drm/xe: Implement a helper for reading out a GGTT PTE at a specified offset
` [CI 10/10] drm/xe: Do not rely on GGTT internals in xe_guc_buf kunit tests
` ✓ CI.Patch_applied: success for Preparations to make struct xe_ggtt private
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "

Rare divide error during display resume
 2025-05-02 12:43 UTC  (5+ messages)

[PATCH v2 0/3] drm/i915/display: remove intel_de_*() compat wrappers
 2025-05-02 12:19 UTC  (12+ messages)
` [PATCH v2 1/3] drm/i915/dpt: convert intel_dpt_common.c to struct intel_display
` [PATCH v2 2/3] drm/i915/hdmi: convert rest of intel_hdmi.c "
` [PATCH v2 3/3] drm/i915/de: drop drm_i915_private compat wrappers from intel_de_*()
` ✓ CI.Patch_applied: success for drm/i915/display: remove intel_de_*() compat wrappers (rev2)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✗ Xe.CI.Full: failure "

[PATCH v2] drm/i915/display: Implement wa_14024400148
 2025-05-02 11:40 UTC  (3+ messages)

[PATCH 0/4] drm/xe: Update migration tests
 2025-05-02 11:15 UTC  (11+ messages)
` [PATCH 1/4] drm/xe: Simplify migration kunit tests
` [PATCH 2/4] drm/xe: Silence migrate debug message
` [PATCH 3/4] drm/xe: Fix small leak in migration error path
` [PATCH 4/4] drm/xe: Add migrate performance kunit test
` ✓ CI.Patch_applied: success for drm/xe: Update migration tests
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "

[PATCH 00/10] drm/i915/hdcp: refactor HDCP GSC
 2025-05-02 10:29 UTC  (20+ messages)
` [PATCH 02/10] drm/i915/hdcp: deduplicate and refactor HDCP GSC ops initialization
` [PATCH 03/10] drm/i915/hdcp: split HDCP GSC message alloc/save responsibilities
` [PATCH 04/10] drm/i915/hdcp: rename struct intel_hdcp_gsc_message to intel_hdcp_gsc_context
` [PATCH 05/10] drm/i915/hdcp: rename HDCP GSC context alloc/free functions
` [PATCH 06/10] drm/i915/hdcp: pass the context to the HDCP GSC message interface
` [PATCH 09/10] drm/i915/hdcp: pass struct drm_device to driver specific HDCP GSC code
` [PATCH 10/10] drm/i915/hdcp: drop unnecessary include from intel_hdcp_gsc.h

[PATCH] drm/i915/backlight: drop dmesg suggestion to file bugs
 2025-05-02 10:01 UTC  (3+ messages)

[PATCH] drm/i915/vrr: Program EMP_AS_SDP_TL for DP AS SDP
 2025-05-02  9:18 UTC  (4+ messages)

[PATCH] drm/xe: Call svm worker only when svm is enabled
 2025-05-02  8:56 UTC  (9+ messages)
` ✓ CI.Patch_applied: success for "
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✗ Xe.CI.Full: failure "

[PULL] drm-xe-fixes
 2025-05-02  3:23 UTC 

[PATCH 1/1] drm/xe: Use copy_from_user() instead of __copy_from_user()
 2025-05-02  2:34 UTC  (10+ messages)
` ✓ CI.Patch_applied: success for series starting with [1/1] "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✗ Xe.CI.Full: failure "

[PATCH] drm/xe: Fix page fault queue calculation
 2025-05-01 22:46 UTC  (11+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✗ Xe.CI.Full: failure "

[PATCH] drm/xe: Add ASID to range invalidation feature flag
 2025-05-01 21:41 UTC  (10+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✗ Xe.CI.Full: failure "

[PATCH] drm/xe: Add WA BB to capture active context utilization
 2025-05-01 20:56 UTC  (5+ messages)

[RFC 0/9] Introducing firmware late binding
 2025-05-01 15:44 UTC  (3+ messages)
` [RFC 9/9] {fwctl,drm}/xe/pcode: Introduce xe_pcode_fwctl

[PATCH v2] drm/xe: fix devcoredump chunk alignmnent calculation
 2025-05-01 15:32 UTC  (9+ messages)
` ✓ CI.Patch_applied: success for drm/xe: fix devcoredump chunk alignmnent calculation (rev2)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✗ Xe.CI.Full: failure "

[PATCH v3 0/5] drm/xe/hwmon: Add mailbox power limits, PL2, read energy from PMT
 2025-05-01  9:09 UTC  (13+ messages)
` [PATCH v3 1/5] drm/xe/hwmon: Add support to manage power limits though mailbox
` [PATCH v3 2/5] drm/xe/hwmon: Move card reactive critical power under channel card
` [PATCH v3 3/5] drm/xe/hwmon: Add support to manage PL2 though mailbox
` [PATCH v3 4/5] drm/xe/hwmon: Expose powerX_cap_interval
` [PATCH v3 5/5] drm/xe/hwmon: Read energy status from PMT
` ✓ CI.Patch_applied: success for drm/xe/hwmon: Add mailbox power limits, PL2, read energy "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✗ CI.Hooks: failure "
` ✓ CI.checksparse: success "
` ✗ Xe.CI.Full: failure "

[PATCH v4 0/3] BMG PCIe Gen5 downgrade attributes and usage
 2025-05-01  2:19 UTC  (7+ messages)

[PATCH v2] drm/xe: Add helper function to inject fault into ct_dead_capture()
 2025-04-30 23:10 UTC  (8+ messages)
` ✓ CI.Patch_applied: success for drm/xe: Add helper function to inject fault into ct_dead_capture() (rev2)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✗ Xe.CI.Full: failure "

[PATCH 1/1] drm/xe/eustall: Use copy_from_user() instead of __copy_from_user()
 2025-04-30 22:49 UTC  (4+ messages)
` ✗ Xe.CI.Full: failure for series starting with [1/1] "

[PATCH v23 0/5] drm/xe/xe_vm: Implement xe_vm_get_property_ioctl
 2025-04-30 18:42 UTC  (5+ messages)
` [PATCH v23 2/5] drm/xe/xe_gt_pagefault: Move pagefault struct to header

[PATCH v3] drm/xe: Allow building as kernel built-in
 2025-04-30 13:51 UTC  (4+ messages)

[PATCH] drm/xe: Add helper function to inject fault into ct_dead_capture()
 2025-04-30 13:01 UTC  (3+ messages)

[RFC 0/9] Introducing firmware late binding
 2025-04-30 12:23 UTC  (4+ messages)
` [RFC 1/9] mei: late_bind: add late binding component driver


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