Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-03-01 06:55:46 to 2024-03-05 05:47:53 UTC [more...]

[PATCH 1/4] drm/xe: Make devcoredump VM error state print consistent
 2024-03-05  5:47 UTC  (9+ messages)
` [PATCH 2/4] drm/xe/devcoredump: Print errno if VM snapshot was not captured
` [PATCH 3/4] drm/xe/devcoredump: Lock snap_mutex earlier
` [PATCH 4/4] drm/xe: Nuke EXEC_QUEUE_FLAG_PERSISTENT
` ✓ CI.Patch_applied: success for series starting with [1/4] drm/xe: Make devcoredump VM error state print consistent (rev2)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "

[PATCH 0/1] Xe OA Consolidated Diffs
 2024-03-05  5:43 UTC  (4+ messages)
` [PATCH 1/1] drm/xe/oa: Combined diff of changes between v10 and v11
` ✗ CI.Patch_applied: failure for Xe OA Consolidated Diffs

[PATCH 00/16] Add OA functionality to Xe
 2024-03-05  5:33 UTC  (17+ messages)
` [PATCH 01/16] drm/xe/perf/uapi: "Perf" layer to support multiple perf counter stream types
` [PATCH 02/16] drm/xe/perf/uapi: Add perf_stream_paranoid sysctl
` [PATCH 03/16] drm/xe/oa/uapi: Add OA data formats
` [PATCH 04/16] drm/xe/oa/uapi: Initialize OA units
` [PATCH 05/16] drm/xe/oa/uapi: Add/remove OA config perf ops
` [PATCH 06/16] drm/xe/oa/uapi: Define and parse OA stream properties
` [PATCH 07/16] drm/xe/oa: OA stream initialization (OAG)
` [PATCH 08/16] drm/xe/oa/uapi: Expose OA stream fd
` [PATCH 09/16] drm/xe/oa/uapi: Read file_operation
` [PATCH 10/16] drm/xe/oa: Disable overrun mode for Xe2+ OAG
` [PATCH 11/16] drm/xe/oa: Add OAR support
` [PATCH 12/16] drm/xe/oa: Add OAC support
` [PATCH 13/16] drm/xe/oa/uapi: Query OA unit properties
` [PATCH 14/16] drm/xe/oa/uapi: OA buffer mmap
` [PATCH 15/16] drm/xe/oa: Add MMIO trigger support
` [PATCH 16/16] drm/xe/oa: Override GuC RC with OA on PVC

[PATCH] drm/xe: Drop WA 16015675438
 2024-03-05  4:59 UTC  (9+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "

[PATCH v3 1/4] devcoredump: Add dev_coredump_put()
 2024-03-04 23:56 UTC  (12+ messages)
` [PATCH v3 2/4] devcoredump: Add dev_coredumpm_timeout()
` [PATCH v3 3/4] drm/xe: Remove devcoredump during driver release
` [PATCH v3 4/4] drm/xe: Increase devcoredump timeout
` ✓ CI.Patch_applied: success for series starting with [v3,1/4] devcoredump: Add dev_coredump_put()
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "

[PATCH v2 1/4] devcoredump: Add dev_coredump_put()
 2024-03-04 23:55 UTC  (7+ messages)
` [PATCH v2 2/4] devcoredump: Add dev_coredumpm_timeout()

[PATCH 0/8] Enable LNL display
 2024-03-04 23:25 UTC  (24+ messages)
` [PATCH 1/8] drm/i915/cdclk: Rename lnl_cdclk_table to xe2lpd_cdclk_table
` [PATCH 2/8] drm/i915/cdclk: Add and use xe2lpd_mdclk_source_sel()
` [PATCH 3/8] drm/i915/cdclk: Only compute squash waveform when necessary
` [PATCH 4/8] drm/i915: Extract intel_dbuf_mdclk_cdclk_ratio_update()
` [PATCH 5/8] drm/i915: Add mdclk_cdclk_ratio to intel_dbuf_state
` [PATCH 6/8] drm/i915/xe2lpd: Support MDCLK:CDCLK ratio changes
` [PATCH 7/8] drm/i915/xe2lpd: Load DMC
` [PATCH 8/8] drm/xe/lnl: Enable display support
` ✓ CI.Patch_applied: success for Enable LNL display
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✗ CI.checksparse: warning "
` ✓ CI.BAT: success "

[PATCH 1/9] drm/xe: Remove useless mem_access during probe
 2024-03-04 19:14 UTC  (16+ messages)
` [PATCH 2/9] drm/xe: Convert xe_gem_fault to use direct xe_pm_runtime calls
` [PATCH 3/9] drm/xe: Move lockdep protection from mem_access to xe_pm_runtime
` [PATCH 4/9] drm/xe: Move xe_irq runtime suspend and resume out of lockdep
` [PATCH 5/9] drm/xe: Removing useless mem_access protection from runtime pm
` [PATCH 6/9] drm/xe: Introduce xe_pm_runtime_get_noresume for inner callers
` [PATCH 7/9] drm/xe: Convert mem_access_if_ongoing to direct xe_pm_runtime_get_if_active
` [PATCH 8/9] drm/xe: Ensure all the inner access are using the _noresume variant
` [PATCH 9/9] drm/xe: Kill xe_device_mem_access_{get*,put}
` ✓ CI.Patch_applied: success for series starting with [1/9] drm/xe: Remove useless mem_access during probe
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✗ CI.BAT: failure "

[PATCH] drm/xe/guc: Don't support older GuC 70.x releases
 2024-03-04 17:16 UTC  (9+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✗ CI.BAT: failure "

[PATCH 1/3] drm/xe: Fix display runtime_pm handling
 2024-03-04 16:48 UTC  (11+ messages)
` [PATCH 2/3] drm/xe: Create a xe_pm_runtime_resume_and_get variant for display
` [PATCH 3/3] drm/xe: Convert xe_pm_runtime_{get, put} to void and protect from recursion
` ✓ CI.Patch_applied: success for series starting with [1/3] drm/xe: Fix display runtime_pm handling
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "

[PATCH v2] drm/xe/gsc: Handle GSCCS ER interrupt
 2024-03-04 16:02 UTC  (8+ messages)
` ✓ CI.Patch_applied: success for drm/xe/gsc: Handle GSCCS ER interrupt (rev2)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "

[PULL] drm-xe-next-fixes
 2024-03-04 16:00 UTC 

[PATCH 0/4] XE HDCP Enablement
 2024-03-04 15:59 UTC  (3+ messages)
` [PATCH 1/4] drm/i915/hdcp: Move intel_hdcp_gsc_message def away from header file

[PATCH] drm/i915: Remove unneeded double drm_rect_visible call in check_overlay_dst
 2024-03-04 11:11 UTC  (4+ messages)

[RFC v1] drm/xe: support sharing VM info between XE drivers
 2024-03-04  9:38 UTC  (9+ messages)
` ✓ CI.Patch_applied: success for drm/xe: support sharing VM info between XE drivers (rev2)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "

[drm-xe:drm-xe-next] BUILD SUCCESS be3939be12c3bdf83ca724aba936197cf1c13c61
 2024-03-04  1:05 UTC 

[RFC] drm/xe: support sharing VM info between XE drivers
 2024-03-03 13:01 UTC  (2+ messages)
` ✗ CI.Patch_applied: failure for "

[PATCH v3] replace 'grouped target' in Makefile with pattern rule
 2024-03-03  1:24 UTC  (10+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "

[drm-xe:drm-xe-next] BUILD SUCCESS 27b5a3f237fe66dbf2288c2b50973aee8a427e41
 2024-03-02  6:49 UTC 

[PATCH v3 0/4] xe_sync and ufence rework
 2024-03-01 23:26 UTC  (12+ messages)
` [PATCH v3 1/4] drm/xe: Remove used xe_sync_entry_wait
` [PATCH v3 2/4] drm/xe: Validate user fence during creation
` [PATCH v3 3/4] drm/xe: Get page on user fence creation
` [PATCH v3 4/4] drm/xe: Use get_user / put_user with memory barriers for ufence
` ✓ CI.Patch_applied: success for xe_sync and ufence rework (rev3)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "

[PATCH v2 0/3] xe_sync and ufence rework
 2024-03-01 22:43 UTC  (11+ messages)
` [PATCH v2 2/3] drm/xe: Validate user fence during creation
` [PATCH v2 3/3] drm/xe: Get page on user fence creation

PR for Xe2LPD DMC v2.18
 2024-03-01 19:17 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION 1870cdc0e8dee32e3c221704a2977898ba4c10e8
 2024-03-01 19:03 UTC 

linux-next: manual merge of the kvm tree with the drm-xe tree
 2024-03-01 18:38 UTC  (4+ messages)

[PATCH] drm/xe: Convert xe_pm_runtime_{get, put} to void and protect from recursion
 2024-03-01 18:06 UTC  (4+ messages)
` [PATCH] drm/xe: Convert xe_pm_runtime_{get,put} "

[PATCH 1/3] drm/xe: Fix display runtime_pm handling
 2024-03-01 17:47 UTC  (4+ messages)
` [PATCH 2/3] drm/xe: Create a xe_pm_runtime_resume_and_get variant for display

[drm-xe:drm-xe-next] BUILD SUCCESS 67b7950333925db42efaf0616caf4e77decddda1
 2024-03-01 17:31 UTC 

✗ CI.Patch_applied: failure for drm/i915: Remove unneeded double drm_rect_visible call in check_overlay_dst
 2024-03-01 15:26 UTC 

[PATCH 0/4] TTM unlockable restartable LRU list iteration
 2024-03-01 14:41 UTC  (8+ messages)

[PATCH v7 0/6] drm/i915: Convert fbdev to DRM client
 2024-03-01 14:22 UTC  (14+ messages)
` [PATCH v7 1/6] drm/client: Export drm_client_dev_unregister()
` [PATCH v7 2/6] drm/i915: Unregister in-kernel clients
` [PATCH v7 3/6] drm/i915: Move fbdev functions
` [PATCH v7 4/6] drm/i915: Initialize fbdev DRM client with callback functions
` [PATCH v7 5/6] drm/i915: Implement fbdev client callbacks
` [PATCH v7 6/6] drm/i915: Implement fbdev emulation as in-kernel client
` ✓ CI.Patch_applied: success for drm/i915: Convert fbdev to DRM client
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✗ CI.checksparse: warning "
` ✓ CI.BAT: success "

[PULL] drm-intel-fixes
 2024-03-01  8:14 UTC 

[PATCH] drm/xe: Fix ref counting leak on page fault
 2024-03-01  8:07 UTC  (2+ messages)

[PATCH 00/23] XeKmd basic SVM support
 2024-03-01  7:01 UTC  (15+ messages)
` [PATCH 21/23] drm/xe/svm: GPU page fault support
      ` Making drm_gpuvm work across gpu devices


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