Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-02-06 11:43:42 to 2024-02-08 06:03:26 UTC [more...]

[PATCH 00/16] Add OA functionality to Xe
 2024-02-08  6:03 UTC  (23+ 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
` ✓ CI.Patch_applied: success for Add OA functionality to Xe (rev9)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✗ CI.Hooks: failure "
` ✓ CI.checksparse: success "

[PATCH 0/2] Support/debug for slow GuC loads
 2024-02-08  5:53 UTC  (15+ messages)
` [PATCH 1/2] drm/xe: Make read_perf_limit_reasons globally accessible
      `  "
` [PATCH 2/2] drm/xe/guc: Port over the slow GuC loading support from i915
` ✓ CI.Patch_applied: success for Support/debug for slow GuC loads
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "

[PATCH 0/1] Xe OA Consolidated Diffs
 2024-02-08  5:38 UTC  (3+ messages)
` [PATCH 1/1] drm/xe/oa: Combined diff of changes between v8 and v9
` ✗ CI.Patch_applied: failure for Xe OA Consolidated Diffs (rev2)

[PATCH 0/2] Improve error path handling for firmware loading
 2024-02-08  0:17 UTC  (4+ messages)
` [PATCH 2/2] drm/xe: Avoid crypt message when there's no GuC definition
    `  "

[PATCH v3 00/22] Refactor VM bind code
 2024-02-07 22:13 UTC  (27+ messages)
` [PATCH v3 01/22] drm/xe: Lock all gpuva ops during VM bind IOCTL
` [PATCH v3 02/22] drm/xe: Add ops_execute function which returns a fence
` [PATCH v3 03/22] drm/xe: Move migrate to prefetch to op_lock funtion
` [PATCH v3 04/22] drm/xe: Add struct xe_vma_ops abstraction
` [PATCH v3 05/22] drm/xe: Update xe_vm_rebind to use dummy VMA operations
` [PATCH v3 06/22] drm/xe: Simplify VM bind IOCTL error handling and cleanup
` [PATCH v3 07/22] drm/xe: Update pagefaults to use dummy VMA operations
` [PATCH v3 08/22] drm/xe: s/xe_tile_migrate_engine/xe_tile_migrate_exec_queue
` [PATCH v3 09/22] drm/xe: Add vm_bind_ioctl_ops_install_fences helper
` [PATCH v3 10/22] drm/xe: Move setting last fence to vm_bind_ioctl_ops_install_fences
` [PATCH v3 11/22] drm/xe: Add xe_gt_tlb_invalidation_range and convert PT layer to use this
` [PATCH v3 12/22] drm/xe: Add some members to xe_vma_ops
` [PATCH v3 13/22] drm/xe: Add xe_vm_pgtable_update_op "
` [PATCH v3 14/22] drm/xe: Convert multiple bind ops into single job
` [PATCH v3 15/22] drm/xe: Remove old functions defs in xe_pt.h
` [PATCH v3 16/22] drm/xe: Update PT layer with better error handling
` [PATCH v3 17/22] drm/xe: Update VM trace events
` [PATCH v3 18/22] drm/xe: Update clear / populate arguments
` [PATCH v3 19/22] drm/xe: Add __xe_migrate_update_pgtables_cpu helper
` [PATCH v3 20/22] drm/xe: CPU binds for jobs
` [PATCH v3 21/22] drm/xe: Don't use migrate exec queue for page fault binds
` [PATCH v3 22/22] drm/xe: Add VM bind IOCTL error injection
` ✗ CI.Patch_applied: failure for Refactor VM bind code (rev3)
` ✓ CI.Patch_applied: success for Refactor VM bind code (rev4)
` ✗ CI.checkpatch: warning "
` ✗ CI.KUnit: failure "

[RFC] drm/xe/guc: Don't support GuC older GuC 70.x releases
 2024-02-07 20:40 UTC  (15+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "
    ` Re: [RFC] "

[PATCH 1/2] drm/xe: Add uAPI to query GuC firmware submission version
 2024-02-07 19:04 UTC  (9+ messages)
` [PATCH 2/2] drm/xe: Extend uAPI to query HuC micro-controler firmware version
` ✓ CI.Patch_applied: success for series starting with [1/2] drm/xe: Add uAPI to query GuC firmware submission version
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✗ CI.Hooks: failure "
` ✓ CI.checksparse: success "
` ✓ CI.BAT: "

[drm-xe:drm-xe-next] BUILD SUCCESS d9890c028d66a9e1ee3cccaa081ab5aedcbfe431
 2024-02-07 17:35 UTC 

[PATCH 0/4] XE HDCP Enablement
 2024-02-07 13:38 UTC  (12+ messages)
` [PATCH 1/4] drm/i915/hdcp: Move intel_hdcp_gsc_message def away from header file
` [PATCH 2/4] drm/xe: Use gsc_proxy_init_done to check proxy status
` [PATCH 3/4] drm/xe/hdcp: Enable HDCP for XE
` [PATCH 4/4] drm/xe/hdcp: Add intel_hdcp_gsc_message to Makefile
` ✓ CI.Patch_applied: success for XE HDCP Enablement (rev3)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✗ CI.checksparse: warning "
` ✓ CI.BAT: success "

[PATCH 0/6] drm/i915/display: DMC wakelock implementation
 2024-02-07 11:13 UTC  (11+ messages)
` [PATCH 1/6] drm/i915/display: add support for DMC wakelocks
` [PATCH 2/6] drm/i915/display: use wakelock in the remaining read operations
` [PATCH 3/6] drm/i915/display: use wakelock in register waiting functions
` [PATCH 4/6] drm/i915/display: use wakelock in the last write function
` [PATCH 5/6] drm/i915/display: add module parameter to enable DMC wakelock
` [PATCH 6/6] drm/i915/display: call DMC wakelock enable when DMC is loaded
` ✓ CI.Patch_applied: success for drm/i915/display: DMC wakelock implementation (rev2)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✗ CI.Build: failure "

[PATCH 0/2] drm/xe: support VM sharing between apps
 2024-02-07 10:21 UTC  (12+ messages)
` [PATCH 1/2] drm/xe: add ref count to xe_file
` [PATCH 2/2] drm/xe: support to export VM as fd
` ✓ CI.Patch_applied: success for drm/xe: support VM sharing between apps
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "

[PATCH i-g-t v4 0/8] lib/kunit: Support writable filter* parameters of kunit module
 2024-02-07 10:12 UTC  (8+ messages)
` [PATCH i-g-t v4 1/8] lib/kunit: Enter legacy path only if applying filters fails
` [PATCH i-g-t v4 7/8] lib/kunit: Fix API documentation
` [PATCH i-g-t v4 8/8] lib/kunit: Perform test suite filtering on the kernel side

[PATCH 0/3] XE HDCP Enablement
 2024-02-07  9:40 UTC  (6+ messages)
` [PATCH 2/3] drm/xe/hdcp: Enable HDCP for XE

linux-next: build failure after merge of the drm-misc tree
 2024-02-07  9:33 UTC  (4+ messages)
  `  "

[PATCH] xe/xe_bo_move: Enhance xe_bo_move trace
 2024-02-07  5:12 UTC  (8+ messages)
` ✓ CI.Patch_applied: success for xe/xe_bo_move: Enhance xe_bo_move trace (rev5)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "

[PATCH] xe/xe_bo_move: Enhance xe_bo_move trace
 2024-02-07  3:16 UTC  (3+ messages)
` ✓ CI.BAT: success for xe/xe_bo_move: Enhance xe_bo_move trace (rev4)

[PATCH v4 00/16] drm/i915: (stolen) memory region related fixes
 2024-02-07  0:12 UTC  (4+ messages)
  `  "

[PATCH 00/16] Add OA functionality to Xe
 2024-02-06 23:53 UTC  (8+ messages)
` [PATCH 06/16] drm/xe/oa/uapi: Define and parse OA stream properties
` [PATCH 13/16] drm/xe/oa/uapi: Query OA unit properties
` [PATCH 14/16] drm/xe/oa/uapi: OA buffer mmap

[PATCH v7 00/17] Add OA functionality to Xe
 2024-02-06 23:51 UTC  (5+ messages)
` [PATCH 15/17] drm/xe/oa/uapi: OA buffer mmap

[PATCH] drm/xe/xe_gt_idle: Drop redundant newline in name
 2024-02-06 21:38 UTC  (10+ messages)
` ✓ CI.Patch_applied: success for drm/xe/xe_gt_idle: Drop redundant newline in name (rev3)
` ✗ CI.checkpatch: warning "
    `  "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "

[PATCH v3 4/4] drm/xe: Implement VM snapshot support for BO's and userptr
 2024-02-06 20:08 UTC  (5+ messages)
` [PATCH v3.1] "

[PATCH 0/8] VF Tweaks
 2024-02-06 17:47 UTC  (3+ messages)
` [PATCH 4/8] drm/xe/vf: Don't initialize stolen memory manager if VF

[PATCH 0/3] XE HDCP Enablement
 2024-02-06 17:45 UTC  (11+ messages)
` [PATCH 1/3] drm/i915/hdcp: Move intel_hdcp_gsc_message def away from header file
` [PATCH 2/3] drm/xe/hdcp: Enable HDCP for XE
` [PATCH 3/3] drm/xe/hdcp: Add intel_hdcp_gsc_message to Makefile
` ✓ CI.Patch_applied: success for XE HDCP Enablement (rev2)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✗ CI.checksparse: warning "
` ✓ CI.BAT: success "

[PATCH v6 1/2] drm/xe: add a new debugfs file - mmio
 2024-02-06 17:16 UTC  (3+ messages)

[PATCH] drm/xe/hwmon: Add label support
 2024-02-06 15:40 UTC  (5+ messages)

[PATCH] drm/xe/pm: add debug logs for D3cold
 2024-02-06 13:50 UTC  (3+ messages)

[CI] drm/ttm: improve idle/busy handling v4
 2024-02-06 13:47 UTC  (8+ messages)
` ✓ CI.Patch_applied: success for "
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✗ CI.checksparse: warning "
` ✗ CI.BAT: failure "

[CI 1/3] drm/ttm: Allow TTM LRU list nodes of different types
 2024-02-06 13:01 UTC  (10+ messages)
` [CI 2/3] drm/ttm: Use LRU hitches
` [CI 3/3] drm/ttm: Consider hitch moves within bulk sublist moves
` ✓ CI.Patch_applied: success for series starting with [CI,1/3] drm/ttm: Allow TTM LRU list nodes of different types
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✗ CI.checksparse: warning "
` ✓ CI.BAT: success "


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