Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-08-04 11:44:24 to 2025-08-05 20:04:16 UTC [more...]

[PATCH v5 00/25] MADVISE FOR XE
 2025-08-05 20:03 UTC  (24+ messages)
` [PATCH v5 01/25] drm/gpuvm: Pass map arguments through a struct
` [PATCH v5 02/25] drm/gpuvm: Kill drm_gpuva_init()
` [PATCH v5 03/25] drm/gpuvm: Support flags in drm_gpuva_op_map
` [PATCH v5 04/25] drm/gpuvm: Introduce DRM_GPUVM_SM_MAP_OPS_FLAG_SPLIT_MADVISE flag
` [PATCH v5 11/25] drm/xe: Allow CPU address mirror VMA unbind with gpu bindings for madvise
` [PATCH v5 13/25] drm/xe: Implement madvise ioctl for xe
` [PATCH v5 14/25] drm/xe/svm : Add svm ranges migration policy on atomic access
` [PATCH v5 25/25] drm/xe/uapi: Add UAPI for querying VMA count and memory attributes

[PATCH 00/13] Optimize vrr.guardband and fix LRR
 2025-08-05 20:03 UTC  (20+ messages)
` [PATCH 01/13] drm/i915/skl_watermark: Fix the scaling factor for chroma subsampling
` [PATCH 02/13] drm/i915/skl_watermark: Add bounds check for scaler array access
` [PATCH 03/13] drm/i915/skl_watermark: Pass linetime as argument to latency helpers
` [PATCH 04/13] drm/i915/skl_scaler: Introduce helper for chroma downscale factor
` [PATCH 05/13] drm/i915/display: Extract helpers to set dsc/scaler prefill latencies
` [PATCH 06/13] drm/i915/dp: Add SDP latency computation helper
` [PATCH 07/13] drm/i915/alpm: Add function to compute max link-wake latency
` [PATCH 08/13] drm/i915/vrr: Use vrr.sync_start for getting vtotal
` [PATCH 09/13] drm/i915/display: Add guardband check for feature latencies
` [PATCH 10/13] drm/i915/skl_watermark: Remove redundant latency checks from vblank validation
` [PATCH 11/13] drm/i915/vrr: Use static guardband to support seamless LRR switching
` [PATCH 12/13] drm/i915/panel: Add helper to get highest fixed mode
` [PATCH 13/13] drm/i915/vrr: Fix seamless_mn drrs for PTL
` ✓ CI.KUnit: success for Optimize vrr.guardband and fix LRR (rev3)
` ✗ CI.checksparse: warning "
` ✓ Xe.CI.BAT: success "
` ✗ Xe.CI.Full: failure "

[PATCH v6 00/11] Updates for drm/xe/configfs
 2025-08-05 19:44 UTC  (10+ messages)
` [PATCH v6 06/11] drm/xe/configfs: Rename configfs_find_group() helper
` [PATCH v6 08/11] drm/xe/configfs: Keep default device config settings together
` [PATCH v6 09/11] drm/xe/configfs: Check if device was preconfigured

[PATCH v4 0/6] Prepare GPU SVM for migration of THP
 2025-08-05 19:26 UTC  (9+ messages)
` [PATCH v4 1/6] drm/pagemap: Rename drm_pagemap_device_addr to drm_pagemap_addr
` [PATCH v4 2/6] drm/pagemap: Use struct drm_pagemap_addr in mapping and copy functions
` [PATCH v4 3/6] drm/pagemap: DMA map folios when possible
` [PATCH v4 4/6] drm/pagemap: Allocate "
` [PATCH v4 5/6] drm/xe/migrate: Populate struct drm_pagemap_addr array
` [PATCH v4 6/6] drm/xe/svm: Migrate folios when possible
` ✓ CI.KUnit: success for Prepare GPU SVM for migration of THP (rev4)
` ✓ Xe.CI.BAT: "

[PATCH] drm/i915: silence rpm wakeref asserts on GEN11_GU_MISC_IIR access
 2025-08-05 19:21 UTC  (4+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.Full: "

[PATCH] drm/xe/: MADVISE SQUASH for CI-v6_with_gpuvm_changes
 2025-08-05 18:13 UTC  (4+ messages)
` ✗ CI.checkpatch: warning for "
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "

[PATCH] drm/xe/pf: Program LMTT directory pointer on all GTs within a tile
 2025-08-05 18:12 UTC  (5+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.Full: "

[PATCH v4] drm/xe/pm: Disable RPM for SR-IOV VFs with no PCIe PM capability
 2025-08-05 17:25 UTC  (4+ messages)
` ✓ CI.KUnit: success for drm/xe/pm: Disable RPM for SR-IOV VFs with no PCIe PM capability (rev3)
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[drm-xe:drm-xe-next-fixes] BUILD SUCCESS 022906afdf90327bce33d52fb4fb41b6c7d618fb
 2025-08-05 16:39 UTC 

[PATCH v2] drm/xe: Defer buffer object shrinker write-backs and GPU waits
 2025-08-05 16:27 UTC  (7+ messages)
` ✓ CI.KUnit: success for drm/xe: Defer buffer object shrinker write-backs and GPU waits (rev2)
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PATCH 00/19] drm/i915/tc: Fix enabled/disconnected DP-alt sink handling
 2025-08-05 15:31 UTC  (32+ messages)
` [PATCH 01/19] drm/i915/lnl+/tc: Fix handling of an enabled/disconnected dp-alt sink
` [PATCH 02/19] drm/i915/icl+/tc: Cache the max lane count value
  ` [PATCH v2 "
` [PATCH 03/19] drm/i915/lnl+/tc: Fix max lane count HW readout
  ` [PATCH v2 "
` [PATCH 04/19] drm/i915/lnl+/tc: Use the cached max lane count value
` [PATCH 05/19] drm/i915/icl+/tc: Convert AUX powered WARN to a debug message
` [PATCH 06/19] drm/i915/tc: Use the cached max lane count value
` [PATCH 07/19] drm/i915/tc: Move getting the power domain before reading DFLEX registers
` [PATCH 08/19] drm/i915/tc: Move asserting the power state after reading TCSS_DDI_STATUS
` [PATCH 09/19] drm/i915/tc: Add an enum for the TypeC pin assignment
` [PATCH 10/19] drm/i915/tc: Pass pin assignment value around using the pin assignment enum
` [PATCH 11/19] drm/i915/tc: Handle pin assignment NONE on all platforms
` [PATCH 12/19] drm/i915/tc: Validate the pin assignment "
` [PATCH 13/19] drm/i915/tc: Unify the way to get "
` [PATCH 14/19] drm/i915/tc: Unify the way to get the max lane count value on MTL+
` [PATCH 15/19] drm/i915/tc: Handle non-TC encoders when getting the pin assignment
` [PATCH 16/19] drm/i915/tc: Pass intel_tc_port to internal lane mask/count helpers
` [PATCH 17/19] dmc/i915/tc: Report pin assignment NONE in TBT-alt mode
` [PATCH 18/19] drm/i915/tc: Cache the pin assignment value
` [PATCH 19/19] drm/i915/tc: Debug print the pin assignment and max lane count
` ✗ CI.checkpatch: warning for drm/i915/tc: Fix enabled/disconnected DP-alt sink handling
` ✓ CI.KUnit: success "
` ✗ CI.checksparse: warning "
` ✗ Xe.CI.BAT: failure "
` ✓ Xe.CI.Full: success "
` ✗ CI.checkpatch: warning for drm/i915/tc: Fix enabled/disconnected DP-alt sink handling (rev3)
` ✓ CI.KUnit: success "
` ✗ CI.checksparse: warning "
` ✓ Xe.CI.BAT: success "
` ✓ Xe.CI.Full: "

[PATCH 0/9] kunit: Refactor and extend KUnit's
 2025-08-05 15:19 UTC  (15+ messages)
` [PATCH 1/9] kunit: Add parent kunit for parameterized test context
` [PATCH 2/9] kunit: Introduce param_init/exit for parameterized test shared context management
` [PATCH 3/9] kunit: Pass additional context to generate_params for parameterized testing
` [PATCH 6/9] kunit: Enable direct registration of parameter arrays to a KUnit test
` [PATCH 7/9] kunit: Add example parameterized test with shared resources and direct static parameter array setup
` [PATCH 8/9] kunit: Add example parameterized test with direct dynamic "
` [PATCH 9/9] Documentation: kunit: Document new parameterized test features

[PATCH v5] drm/xe/xe_guc_ads: Consolidate guc_waklv_enable functions
 2025-08-05 15:05 UTC  (2+ messages)

[PATCH v7 0/9] Handle Firmware reported Hardware Errors
 2025-08-05 14:57 UTC  (8+ messages)
` [PATCH v7 1/9] drm: Add a vendor-specific recovery method to drm device wedged uevent

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

[PATCH v5 00/11] Updates for drm/xe/configfs
 2025-08-05 12:55 UTC  (5+ messages)
` [PATCH v5 03/11] drm/xe/configfs: Destroy xe_configfs.su_mutex on exit/error
` [PATCH v5 04/11] drm/xe/configfs: Drop redundant init() error message

[PATCH] drm/xe: Fix coverity issue, truncation warning
 2025-08-05  8:01 UTC  (5+ messages)
` ✗ Xe.CI.Full: failure for "

[PULL] drm-intel-next-fixes
 2025-08-05  7:48 UTC 

[PATCH v4 00/12] Panel Replay + Adaptive sync
 2025-08-05  7:48 UTC  (3+ messages)
` [PATCH v4 10/12] drm/i915/display: Add function to configure LFPS sending

[PATCH] drm/xe: Defer buffer object shrinker write-backs and GPU waits
 2025-08-05  7:26 UTC  (3+ messages)

[PATCH] drm/xe: Fix coverity issue, cast_overflow
 2025-08-05  6:58 UTC  (4+ messages)
` ✓ Xe.CI.Full: success for "

[PATCH 00/15] Optimize vrr.guardband and fix LRR
 2025-08-05  6:27 UTC  (22+ messages)
` [PATCH 01/15] drm/i915/skl_watermark: Fix the scaling factor for chroma subsampling
` [PATCH 02/15] drm/i915/skl_watermark: Add bounds check for scaler array access
` [PATCH 03/15] drm/i915/skl_watermark: Pass linetime as argument to latency helpers
` [PATCH 04/15] drm/i915/skl_scaler: Introduce helper for chroma downscale factor
` [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 07/15] drm/i915/psr: Add function to compute max link-wake latency
` [PATCH 08/15] drm/i915/psr: Store max PSR2/Panel Replay latency in crtc_state
` [PATCH 09/15] drm/i915/vrr: Use vrr.sync_start for getting vtotal
` [PATCH 10/15] drm/i915/display: Add guardband check for feature latencies
` [PATCH 11/15] drm/i915/skl_watermark: Remove redundant latency checks from vblank validation
` [PATCH 12/15] drm/i915/vrr: Use static guardband to support seamless LRR switching
` [PATCH 13/15] drm/i915/vrr: Set vrr.vmin to min Vtotal
` [PATCH 14/15] drm/i915/panel: Add helper to get highest fixed mode
` [PATCH 15/15] drm/i915/vrr: Fix seamless_mn drrs for PTL
` ✓ CI.KUnit: success for Optimize vrr.guardband and fix LRR (rev2)
` ✗ CI.checksparse: warning "
` ✓ Xe.CI.BAT: success "
` ✓ Xe.CI.Full: "

[PATCH] drm/xe/hwmon: Add SW clamp for power limits writes
 2025-08-05  5:15 UTC  (2+ messages)

[PATCH] drm/xe: Fix coverity issue, overflow_assign
 2025-08-05  3:31 UTC  (6+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PATCH v3 0/6] Prepare GPU SVM for migration of THP
 2025-08-05  3:27 UTC  (6+ messages)
` [PATCH v3 4/6] drm/pagemap: Allocate folios when possible
` [PATCH v3 6/6] drm/xe/svm: Migrate "

[PATCH v2 0/2] Improve CCS save restore series
 2025-08-05  3:13 UTC  (5+ messages)
` [PATCH v2 1/2] drm/xe/vf: Refactor CCS save/restore to use default migration context
` [PATCH v2 2/2] drm/xe: Re-register CCS save/restore contexts post S3/S4 resume

[PATCH v6 0/6] drm/xe/guc: Add LFD format output for guc log
 2025-08-04 21:21 UTC  (4+ messages)
` [PATCH v6 6/6] drm/xe/guc: Only add GuC crash dump if available

[PATCH v3] drm/xe/pm: Disable RPM for SR-IOV VFs with no PCIe PM capability
 2025-08-04 16:54 UTC  (6+ messages)
    ` [PATCH v3] drm/xe/pm: Disable RPM for SR-IOV VFs with no PCIe PM capability]

[PATCH] drm/i915/display: Use drm_crtc_vblank_count in intel_crtc_get_vblank_counter()
 2025-08-04 15:58 UTC  (4+ messages)

[PATCH] drm/xe: rework PDE PAT index selection
 2025-08-04 15:39 UTC  (4+ messages)

[PATCH 0/4] Optimize vrr.guardband and fix LRR
 2025-08-04 14:22 UTC  (5+ messages)
` [PATCH 2/4] drm/i915/vrr: Use static guardband to support seamless LRR switching

[PATCH v9 0/8] drm/xe/vf: Post-migration recovery of queues and jobs
 2025-08-04 14:01 UTC  (5+ messages)
` [PATCH v9 6/8] drm/xe/vf: Post migration, repopulate ring area for pending request
` ✗ Xe.CI.Full: failure for drm/xe/vf: Post-migration recovery of queues and jobs (rev10)

Switching over to GEM refcounts and a bunch of cleanups
 2025-08-04 12:24 UTC  (3+ messages)

[PATCH v3] drm/xe/display: Block hpd during suspend
 2025-08-04 11:44 UTC  (2+ messages)
  ` ✗ i915.CI.Full: failure for drm/xe/display: Block hpd during suspend (rev5)


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