intel-xe.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-12-16 13:01:42 to 2024-12-17 17:33:28 UTC [more...]

[PATCH v3 00/19] Converge on using secs_to_jiffies()
 2024-12-17 17:33 UTC  (4+ messages)
` [PATCH v3 02/19] coccinelle: misc: Add secs_to_jiffies script

[PATCH 0/2] Fixes for MI_REPORT_PERF_COUNT
 2024-12-17 17:13 UTC  (13+ messages)
` [PATCH 1/2] xe: Allow a GGTT mapped batch to be submitted to user exec queue
` [PATCH 2/2] xe/oa: Use MI_LOAD_REGISTER_IMMEDIATE to enable OAR/OAC
` ✓ CI.Patch_applied: success for Fixes for MI_REPORT_PERF_COUNT (rev2)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "

[PATCH v2 0/7] kernel/cgroups: Add "dmem" memory accounting cgroup
 2024-12-17 17:11 UTC  (8+ messages)

[PATCH] drm/i915/hdcp: Fix Repeater authentication during topology change
 2024-12-17 16:56 UTC  (9+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PATCH v6 0/7] Add support for EU stall sampling
 2024-12-17 16:32 UTC  (15+ messages)
` [PATCH v6 1/7] drm/xe/topology: Add a function to find the index of the last enabled DSS in a mask
` [PATCH v6 2/7] drm/xe/uapi: Introduce API for EU stall sampling
` [PATCH v6 3/7] drm/xe/eustall: Implement EU stall sampling APIs for Xe_HPC
` [PATCH v6 4/7] drm/xe/eustall: Return -EIO error from read() if HW drops data
` [PATCH v6 5/7] drm/xe/eustall: Add EU stall sampling support for Xe2
` [PATCH v6 6/7] drm/xe/uapi: Add a device query to get EU stall sampling information
` [PATCH v6 7/7] drm/xe/eustall: Add workaround 22016596838 which applies to PVC
` ✓ CI.Patch_applied: success for Add support for EU stall sampling
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✗ CI.Hooks: failure "
` ✓ CI.checksparse: success "
` ✓ Xe.CI.BAT: "

[PATCH] drm/xe: Force write completion of MI_STORE_DATA_IMM
 2024-12-17 16:07 UTC 

[PATCH v15 0/9] TTM shrinker helpers and xe buffer object shrinker
 2024-12-17 14:58 UTC  (10+ messages)
` [PATCH v15 1/9] drm/ttm: Balance ttm_resource_cursor_init() and ttm_resource_cursor_fini()
` [PATCH v15 2/9] drm/ttm: Provide a shmem backup implementation
` [PATCH v15 3/9] drm/ttm/pool: Restructure the pool allocation code
` [PATCH v15 4/9] drm/ttm/pool, drm/ttm/tt: Provide a helper to shrink pages
` [PATCH v15 5/9] drm/ttm: Use fault-injection to test error paths
` [PATCH v15 6/9] drm/ttm: Add a macro to perform LRU iteration
` [PATCH v15 7/9] drm/ttm: Add helpers for shrinking
` [PATCH v15 8/9] drm/xe: Add a shrinker for xe bos
` [PATCH v15 9/9] drm/xe: Increase the XE_PL_TT watermark

[PATCH v2] drm/i915/display: UHBR rates for Thunderbolt
 2024-12-17 14:34 UTC 

[PATCH 0/7] vsprintf: Add %pTN to print Task Name
 2024-12-17  1:08 UTC  (7+ messages)
` [PATCH 5/7] security: Replace get_task_comm() with %pTN
` [PATCH 6/7] drivers: Repace "

[PATCH 00/26] Intel Xe GPU debug support (eudebug) v3
 2024-12-17 14:12 UTC  (13+ messages)
` [PATCH 14/26] drm/xe/eudebug: implement userptr_vma access
  ` [PATCH 13/26] RFC drm/xe/eudebug: userptr vm pread/pwrite
` ✗ CI.Patch_applied: failure for Intel Xe GPU debug support (eudebug) v3 (rev2)

[PATCH 00/14] DP DSC min/max src bpc fixes
 2024-12-17 13:33 UTC  (26+ messages)
` [PATCH 01/14] drm/i915/dp: Refactor FEC support check in intel_dp_supports_dsc
` [PATCH 02/14] drm/i915/dp: Return early if DSC not supported
` [PATCH 03/14] drm/i915/dp: Separate out helper for compute fec_enable
` [PATCH 04/14] drm/i915/dp: Drop check for FEC in intel_dp_fec_compute_config
` [PATCH 05/14] drm/i915/dp: Remove HAS_DSC macro for intel_dp_dsc_max_src_input_bpc
` [PATCH 06/14] drm/i915/dp: Return int from dsc_max/min_src_input_bpc helpers
` [PATCH 07/14] drm/i915/dp_mst: Use helpers to get dsc min/max input bpc
` [PATCH 08/14] drm/i915/dp: Drop max_requested_bpc for dsc pipe_min/max bpp
` [PATCH 09/14] drm/i915/dp: Refactor pipe_bpp limits with dsc
` [PATCH 10/14] drm/i915/dp_mst: Use pipe_bpp->limits.{max/min}_bpp for dsc
` [PATCH 11/14] drm/i915/dp: Use clamp for pipe_bpp limits with DSC
` [PATCH 12/14] drm/i915/dp: Make dsc helpers accept const crtc_state pointers
` [PATCH 13/14] drm/i915/dp: Set the DSC link limits in intel_dp_compute_config_link_bpp_limits
` [PATCH 14/14] drm/i915/dp_mst: Use link.{min/max}_bpp_x16
` ✓ CI.Patch_applied: success for DP DSC min/max src bpc fixes (rev4)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✗ CI.checksparse: warning "

[PATCH v2] drm/i915/display: drop unnecessary i915_drv.h includes
 2024-12-17 13:21 UTC 

[PATCH] drm/i915/cx0_phy: Fix C10 pll programming sequence
 2024-12-17 13:09 UTC  (10+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PATCH v3 0/2] drm/xe: adding wait helper for gt async reset
 2024-12-17 12:09 UTC  (8+ messages)
` ✓ CI.Patch_applied: success for drm/xe: adding wait helper for gt async reset (rev4)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ Xe.CI.BAT: "

[PATCH v10 0/4] Introduce DRM device wedged event
 2024-12-17 11:57 UTC  (14+ messages)
` [PATCH v10 1/4] drm: Introduce "
` [PATCH v10 2/4] drm/doc: Document "

[PATCH v2 0/3] drm/i915/xe3: FBC Dirty rect feature support
 2024-12-17 11:17 UTC  (11+ messages)
` [PATCH v2 1/3] drm/i915/xe: add register definitions for fbc dirty rect support
` [PATCH v2 2/3] drm/i915/xe3: add dirty rect support for FBC
` [PATCH v2 3/3] drm/i915/xe3: disable FBC if PSR2 selective fetch is enabled
` ✓ CI.Patch_applied: success for drm/i915/xe3: FBC Dirty rect feature support (rev2)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✗ CI.checksparse: warning "
` ✗ Xe.CI.BAT: failure "

[PATCH] drm/i915/display: UHBR rates for Thunderbolt
 2024-12-17 10:52 UTC  (9+ messages)
` ✓ CI.KUnit: success for "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PATCH] drm/i915/dsc: Expose dsc sink max slice count via debugfs
 2024-12-17  9:23 UTC  (2+ messages)

[PATCH] drm/xe/pf: Use correct function to check LMEM provisioning
 2024-12-17  8:45 UTC  (9+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PATCH] drm/xe/vsec: enforce CONFIG_INTEL_VSEC dependency
 2024-12-17  8:00 UTC  (2+ messages)
` ✗ CI.Patch_applied: failure for "

[PATCH] drm/xe/slpc: Remove unnecessary force wakes
 2024-12-17  5:38 UTC  (9+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "

[PATCH] drm/xe/oa/uapi: Expose an unblock after N reports OA property
 2024-12-17  2:17 UTC  (5+ messages)

[PATCH v2 00/29] Introduce GPU SVM and Xe SVM implementation
 2024-12-17  1:05 UTC  (15+ messages)
` [PATCH v2 09/29] drm/xe: Add SVM range invalidation
` [PATCH v2 12/29] drm/xe: Add SVM garbage collector
` [PATCH v2 26/29] drm/xe: Add SVM debug

[PATCH v1 0/1] drm/xe/vf: Allow VF direct access to extended registers
 2024-12-16 22:20 UTC  (3+ messages)
` [PATCH v1 1/1] "

[PATCH v2 0/4] drm/dp: Rework LTTPR transparent mode handling and add support to msm driver
 2024-12-16 20:36 UTC  (3+ messages)
` [PATCH v2 2/4] drm/nouveau/dp: Use the generic helper to control LTTPR transparent mode

[PATCH v2 0/5] drm/connector: make mode_valid() callback accept const mode pointer
 2024-12-16 20:26 UTC  (5+ messages)
` [PATCH v2 1/5] drm/encoder_slave: make mode_valid accept const struct drm_display_mode
` [PATCH v2 5/5] drm/connector: make mode_valid take a "

[PATCH v2 00/10] drm/connector: add eld_mutex to protect connector->eld
 2024-12-16 19:38 UTC  (11+ messages)
` [PATCH v2 04/10] drm/amd/display: use eld_mutex to protect access to connector->eld

[PATCH 1/7] drm/xe: use backup object for pinned save/restore
 2024-12-16 18:59 UTC  (17+ messages)
` [PATCH 2/7] drm/xe: split pinned save/restore into phases
` [PATCH 3/7] drm/xe: Add XE_BO_FLAG_PINNED_NORESTORE
` [PATCH 4/7] drm/xe: add XE_BO_FLAG_PINNED_EARLY_RESTORE
` [PATCH 5/7] drm/xe: unconditionally apply PINNED for pin_map()
` [PATCH 6/7] drm/xe: allow non-contig VRAM kernel BO
` [PATCH 7/7] drm/xe/sriov: support non-contig VRAM provisioning
` ✓ CI.Patch_applied: success for series starting with [1/7] drm/xe: use backup object for pinned save/restore
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✗ CI.Hooks: failure "
` ✓ CI.checksparse: success "
` ✗ Xe.CI.BAT: failure "
` ✗ Xe.CI.Full: "

[PATCH] drm/i915/display: drop unnecessary i915_drv.h includes
 2024-12-16 18:31 UTC  (7+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✗ CI.Hooks: failure "
` ✓ CI.checksparse: success "

[PATCH v3 0/6] drm/i915/display: handle hdmi connector init failures, and no HDMI/DP cases
 2024-12-16 18:20 UTC  (3+ messages)
` [PATCH v3 4/6] drm/i915/ddi: gracefully handle errors from intel_ddi_init_hdmi_connector()

[PATCH 0/2] Enable Survivability mode
 2024-12-16 17:48 UTC  (10+ messages)
` [PATCH 1/2] RFC drm/xe: Add functions and sysfs for boot survivability
` [PATCH 2/2] RFC drm/xe: Enable Boot Survivability mode

[i-g-t V5 0/4] Add pci_membarrier test in xe_mmap
 2024-12-16 17:09 UTC  (7+ messages)
` [i-g-t V5 4/4] tests/xe/mmap: add tests for pci mem barrier

[RESEND 0/6] drm/i915/display: make all i915_drv.h includes explicit
 2024-12-16 16:45 UTC  (4+ messages)
` [RESEND 6/6] drm/i915/display: drop i915_drv.h include from intel_display_trace.h

[PATCH v2 0/6] prunue audio frequencies based on bw limits for DP2
 2024-12-16 15:27 UTC  (2+ messages)

[PATCH v3 0/5] drm/i915/dp: convert to struct intel_display
 2024-12-16 15:23 UTC  (2+ messages)

[PATCH] drm/i915/mst: use intel_dp_compute_config_limits() for DP MST
 2024-12-16 15:07 UTC  (4+ messages)

[PATCH v4 1/2] drm/xe: Use non-interruptible wait when moving BO to system
 2024-12-16 15:07 UTC  (3+ messages)
` ✗ Xe.CI.Full: failure for series starting with [v4,1/2] "

[PATCH] drm/i915/xe3: do not configure auto min dbuf for cursor WMs
 2024-12-16 13:12 UTC  (3+ messages)
` ✗ Xe.CI.Full: failure for drm/i915/xe3: do not configure auto min dbuf for cursor WMs (rev2)


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 read-only IMAP folder(s) and NNTP newsgroup(s).