Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-11-04 00:24:25 to 2023-11-07 09:56:44 UTC [more...]

[Intel-xe] [PATCH] drm/xe: Update SPDX deprecated license identifier
 2023-11-07  9:56 UTC  (9+ messages)
` [Intel-xe] ✓ CI.Patch_applied: success for "
` [Intel-xe] ✓ CI.checkpatch: "
` [Intel-xe] ✓ CI.KUnit: "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ✓ CI.Hooks: "
` [Intel-xe] ✓ CI.checksparse: "
` [Intel-xe] ✓ CI.BAT: "

[Intel-xe] [drm-xe:oak/drm-evictable-lru 2911/3055] drivers/gpu/drm/i915/display/intel_display_power.h: linux/mutex.h is included more than once
 2023-11-07  8:41 UTC  (2+ messages)

[Intel-xe] [RFC v4 0/5] Proposal to use netlink for RAS and Telemetry across drm subsystem
 2023-11-07  5:30 UTC  (7+ messages)

[Intel-xe] [PATCH v2 00/27] Refactor VM bind code
 2023-11-07  5:30 UTC  (31+ messages)
` [Intel-xe] [PATCH v2 01/27] drm/xe: Allow num_binds == 0 in VM bind IOCTL
` [Intel-xe] [PATCH v2 02/27] drm/xe: Allow num_batch_buffer == 0 in exec IOCTL
` [Intel-xe] [PATCH v2 03/27] drm/xe: Take in-syncs into account when num_execs or num_binds == 0
` [Intel-xe] [PATCH v2 04/27] drm/xe: Lock all gpuva ops during VM bind IOCTL
` [Intel-xe] [PATCH v2 05/27] drm/xe: Add ops_execute function which returns a fence
` [Intel-xe] [PATCH v2 06/27] drm/xe: Move migrate to prefetch to op_lock funtion
` [Intel-xe] [PATCH v2 07/27] drm/xe: Add struct xe_vma_ops abstraction
` [Intel-xe] [PATCH v2 08/27] drm/xe: Update xe_vm_rebind to use dummy VMA operations
` [Intel-xe] [PATCH v2 09/27] drm/xe: Move drm exec loop to vm_bind_ioctl_ops_execute
` [Intel-xe] [PATCH v2 10/27] drm/xe: Fixup error handling / ref counting in VM bind IOCTL
` [Intel-xe] [PATCH v2 11/27] drm/xe: Convert pagefault rebind to use ops interface
` [Intel-xe] [PATCH v2 12/27] drm/xe: Add some members to xe_vma_ops
` [Intel-xe] [PATCH v2 13/27] drm/xe: Add vm_bind_ioctl_ops_install_fences helper
` [Intel-xe] [PATCH v2 14/27] drm/xe: Drop rebind argument from xe_pt_prepare_bind
` [Intel-xe] [PATCH v2 15/27] drm/xe: Add xe_vm_pgtable_update_op to xe_vma_ops
` [Intel-xe] [PATCH v2 16/27] drm/xe: Move setting last fence and sync wait to vm_bind_ioctl_ops_install_fences
` [Intel-xe] [PATCH v2 17/27] drm/xe: Fix vma_is_valid to use tile argument
` [Intel-xe] [PATCH v2 18/27] drm/xe: Adjust tile mask in operations create
` [Intel-xe] [PATCH v2 19/27] drm/xe: Add xe_gt_tlb_invalidation_range and convert PT layer to use this
` [Intel-xe] [PATCH v2 20/27] drm/xe: s/xe_tile_migrate_engine/xe_tile_migrate_exec_queue
` [Intel-xe] [PATCH v2 21/27] drm/xe: Convert multiple bind ops into single job
` [Intel-xe] [PATCH v2 22/27] drm/xe: Update clear / populate arguments
` [Intel-xe] [PATCH v2 23/27] drm/xe: Add __xe_migrate_update_pgtables_cpu helper
` [Intel-xe] [PATCH v2 24/27] drm/xe: Add xe_hw_fence_signal helper
` [Intel-xe] [PATCH v2 25/27] drm/xe: CPU binds for jobs
` [Intel-xe] [PATCH v2 26/27] drm/xe: Don't use migrate exec queue for page fault binds
` [Intel-xe] [PATCH v2 27/27] drm/xe/uapi: Make sync vs async VM bind operations per IOCTL rather than queue
` [Intel-xe] ✓ CI.Patch_applied: success for Refactor VM bind code (rev2)
` [Intel-xe] ✗ CI.checkpatch: warning "
` [Intel-xe] ✗ CI.KUnit: failure "

[Intel-xe] [PATCH v8 0/5] DRM scheduler changes for Xe
 2023-11-07  4:39 UTC  (2+ messages)
` [Intel-xe] ✗ CI.Patch_applied: failure for DRM scheduler changes for Xe (rev12)

[Intel-xe] [PATCH v8 3/5] drm/sched: Split free_job into own work item
 2023-11-07  4:10 UTC  (8+ messages)
` [Intel-xe] [PATCH] drm/sched: Eliminate drm_sched_run_job_queue_if_ready()
` [Intel-xe] [PATCH] drm/sched: Don't disturb the entity when in RR-mode scheduling

[Intel-xe] [PATCH] drm/xe: Prevent null ptr dereference
 2023-11-07  3:41 UTC  (14+ messages)
` [Intel-xe] ✓ CI.Patch_applied: success for drm/xe: Prevent null ptr dereference (rev2)
` [Intel-xe] ✓ CI.checkpatch: "
` [Intel-xe] ✓ CI.KUnit: "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ✓ CI.Hooks: "
` [Intel-xe] ✓ CI.checksparse: "
` [Intel-xe] ✓ CI.BAT: "

[Intel-xe] [PATCH v8] drm/xe: Add mocs kunit
 2023-11-07  2:17 UTC  (8+ messages)
` [Intel-xe] ✓ CI.Patch_applied: success for drm/xe: Add mocs kunit (rev8)
` [Intel-xe] ✗ CI.checkpatch: warning "
` [Intel-xe] ✓ CI.KUnit: success "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ✓ CI.Hooks: "
` [Intel-xe] ✓ CI.checksparse: "
` [Intel-xe] ✓ CI.BAT: "

[Intel-xe] [PATCH] drm/xe: Fix unbind of unaccessed VMA (fault mode)
 2023-11-06 22:58 UTC  (8+ messages)
` [Intel-xe] ✓ CI.Patch_applied: success for "
` [Intel-xe] ✓ CI.checkpatch: "
` [Intel-xe] ✓ CI.KUnit: "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ✓ CI.Hooks: "
` [Intel-xe] ✓ CI.checksparse: "
` [Intel-xe] ✓ CI.BAT: "

[Intel-xe] [PATCH] drm/xe/xelpmp: Add Wa_16021867713
 2023-11-06 22:06 UTC  (9+ messages)
` [Intel-xe] ✓ CI.Patch_applied: success for "
` [Intel-xe] ✓ CI.checkpatch: "
` [Intel-xe] ✓ CI.KUnit: "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ✓ CI.Hooks: "
` [Intel-xe] ✓ CI.checksparse: "
` [Intel-xe] ✗ CI.BAT: failure "

[Intel-xe] [PATCH 0/2] Sync DRM scheduler with upstream
 2023-11-06 19:38 UTC  (9+ messages)
` [Intel-xe] [PATCH 1/2] drm/xe: Update to upstream DRM scheduler code
` [Intel-xe] [PATCH 2/2] drm/xe: Use pool of ordered wq for GuC submission
` [Intel-xe] ✓ CI.Patch_applied: success for Sync DRM scheduler with upstream
` [Intel-xe] ✗ CI.checkpatch: warning "
` [Intel-xe] ✓ CI.KUnit: success "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ✓ CI.Hooks: "
` [Intel-xe] ✓ CI.checksparse: "

[Intel-xe] [PATCH v4] drm/xe: Fix pagefault and access counter worker functions
 2023-11-06 18:04 UTC  (9+ messages)
` [Intel-xe] ✓ CI.Patch_applied: success for drm/xe: Fix pagefault and access counter worker functions (rev3)
` [Intel-xe] ✓ CI.checkpatch: "
` [Intel-xe] ✓ CI.KUnit: "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ✓ CI.Hooks: "
` [Intel-xe] ✓ CI.checksparse: "
` [Intel-xe] ✓ CI.BAT: "

[Intel-xe] [drm-xe:drm-xe-next 1891/1906] htmldocs: Warning: /sys/devices/.../hwmon/hwmon<i>/power1_max_interval is defined 2 times: ./Documentation/ABI/testing/sysfs-driver-intel-i915-hwmon:30 ./Documentation/ABI/testing/sysfs-driver-intel-xe-hwmon:62
 2023-11-06 14:38 UTC 

[Intel-xe] Fwd: Review of GPUVM API usage in xe driver
 2023-11-06 13:34 UTC 

[Intel-xe] [PATCH 00/26] Refactor VM bind code
 2023-11-06 14:05 UTC  (6+ messages)
` [Intel-xe] [PATCH 01/26] drm/xe: Allow num_binds == 0 in VM bind IOCTL
` [Intel-xe] [PATCH 02/26] drm/xe: Allow num_batch_buffer == 0 in exec IOCTL

[Intel-xe] Review of GPUVM API usage in xe driver
 2023-11-06 13:09 UTC 

[Intel-xe] [PATCH] drm/gpuvm: Fix deprecated license identifier
 2023-11-06 13:25 UTC  (4+ messages)
` [Intel-xe] ✗ CI.Patch_applied: failure for "

[Intel-xe] [RFC 00/25] xe-eudebug: GPU debugging interface
 2023-11-06 12:10 UTC  (33+ messages)
` [Intel-xe] [RFC 01/25] drm/xe/eudebug: Introduce eudebug support
` [Intel-xe] [RFC 02/25] drm/xe/eudebug: Introduce discovery for resources
` [Intel-xe] [RFC 03/25] drm/xe/eudebug: Introduce exec_queue events
` [Intel-xe] [RFC 04/25] drm/xe/eudebug: hw enablement for eudebug
` [Intel-xe] [RFC 05/25] drm/xe: define XE_MAX_[DSS|EU]_FUSE_BITS globally
` [Intel-xe] [RFC 06/25] drm/xe: Introduce for_each_dss_steering loop
` [Intel-xe] [RFC 07/25] drm/xe: Export xe_hw_engine's mmio accessors
` [Intel-xe] [RFC 08/25] drm/xe: Add runalone engine property
` [Intel-xe] [RFC 09/25] drm/xe/eudebug: Introduce per device attention scan worker
` [Intel-xe] [RFC 10/25] drm/xe: Move and export xe_hw_engine lookup
` [Intel-xe] [RFC 11/25] drm/xe/eudebug: Introduce EU control interface
` [Intel-xe] [RFC 12/25] drm/xe: Extend drm_xe_vm_bind_op
` [Intel-xe] [RFC 13/25] drm/xe/eudebug: uapi for client to debugger metadata (work in progress)
` [Intel-xe] [RFC 14/25] drm/xe/eudebug: Create/destroy user metadata
` [Intel-xe] [RFC 15/25] drm/xe/eudebug: Set vm metadata
` [Intel-xe] [RFC 16/25] drm/xe/eudebug: User coredump support
` [Intel-xe] [RFC 17/25] drm/xe/eudebug: Add per process coredumps
` [Intel-xe] [RFC 18/25] drm/xe: Debug metadata create/destroy ioctls
` [Intel-xe] [RFC 19/25] xe/drm: Include debug_metadata in usercoredump
` [Intel-xe] [RFC 20/25] drm/xe: Set vm debug metadata
` [Intel-xe] [RFC 21/25] drm/xe/: Include attention in usercapture
` [Intel-xe] [RFC 22/25] RFC: xe/drm: attach debug metadata to vma
` [Intel-xe] [RFC 23/25] drm/xe: Capture metadata attached "
` [Intel-xe] [RFC 24/25] drm/xe/xe_eudebug: Add vm bind events w/o acking
` [Intel-xe] [RFC 25/25] drm/xe/eudebug: vm open/pread/pwrite
` [Intel-xe] ✓ CI.Patch_applied: success for xe-eudebug: GPU debugging interface
` [Intel-xe] ✗ CI.checkpatch: warning "
` [Intel-xe] ✓ CI.KUnit: success "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ✗ CI.Hooks: failure "
` [Intel-xe] ✓ CI.checksparse: success "
` [Intel-xe] ✗ CI.BAT: failure "

[Intel-xe] [PATCH i-g-t 0/2] lib/kunit: Execute test cases synchronously
 2023-11-06 10:18 UTC  (4+ messages)
` [Intel-xe] [PATCH i-g-t 1/2] lib/kunit: Split out reusable part of test case list gathering
` [Intel-xe] [PATCH i-g-t 2/2] lib/kunit: Execute test cases synchronously
` [Intel-xe] ✗ CI.Patch_applied: failure for "

[Intel-xe] [PATCH v2] fixup! drm/i915: xe dpt integration
 2023-11-06 10:16 UTC  (8+ messages)
` [Intel-xe] ✓ CI.Patch_applied: success for fixup! drm/i915: xe dpt integration (rev2)
` [Intel-xe] ✗ CI.checkpatch: warning "
` [Intel-xe] ✓ CI.KUnit: success "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ✓ CI.Hooks: "
` [Intel-xe] ✗ CI.checksparse: warning "
` [Intel-xe] ✓ CI.BAT: success "

[Intel-xe] [PATCH 0/8] Backport i915_sw_fence to dma fence conversion
 2023-11-06  7:33 UTC  (16+ messages)
` [Intel-xe] [PATCH 1/8] fixup! drm/xe/display: Implement display support
` [Intel-xe] [PATCH 2/8] Revert "FIXME: drm/i915: fence stuff"
` [Intel-xe] [PATCH 3/8] Revert "drm/xe/display: Append dma_buf fences to framebuffer fences"
` [Intel-xe] [PATCH 4/8] fixup! drm/xe/display: Implement display support
` [Intel-xe] [PATCH 5/8] drm/i915/display: Use dma_fence interfaces instead of i915_sw_fence
` [Intel-xe] [PATCH 6/8] drm/i915/display: Use intel_bo_to_drm_bo instead of obj->base
` [Intel-xe] [PATCH 7/8] fixup! drm/xe/display: Implement display support
` [Intel-xe] [PATCH 8/8] fixup! FIXME: drm/i915/display: Remaining changes to make xe compile
` [Intel-xe] ✓ CI.Patch_applied: success for Backport i915_sw_fence to dma fence conversion
` [Intel-xe] ✗ CI.checkpatch: warning "
` [Intel-xe] ✓ CI.KUnit: success "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ✓ CI.Hooks: "
` [Intel-xe] ✗ CI.checksparse: warning "
` [Intel-xe] ✓ CI.BAT: success "

[Intel-xe] [drm-xe:drm-xe-next] BUILD REGRESSION fc457bcc18109467961edc92c80b238009f6a9fb
 2023-11-06  5:33 UTC 

[Intel-xe] [drm-xe:oak/drm-evictable-lru] BUILD REGRESSION d1f59526925ae851c6abf77af8ae6f8c3cffeebd
 2023-11-05 16:53 UTC 

[Intel-xe] [PATCH 0/2] drm/xe/gsc: enable pvc support
 2023-11-05 11:46 UTC  (10+ messages)
` [Intel-xe] [PATCH 1/2] "
` [Intel-xe] [PATCH 2/2] drm/xe/gsc: init heci gsc after interrupts are ready
` [Intel-xe] ✓ CI.Patch_applied: success for drm/xe/gsc: enable pvc support
` [Intel-xe] ✓ CI.checkpatch: "
` [Intel-xe] ✓ CI.KUnit: "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ✓ CI.Hooks: "
` [Intel-xe] ✓ CI.checksparse: "
` [Intel-xe] ✓ CI.BAT: "

[Intel-xe] [drm-xe:drm-xe-next 1807/1906] drivers/gpu/drm/xe/display/xe_display_misc.c:10:14: warning: no previous prototype for 'intel_gmch_vga_set_decode'
 2023-11-05  8:22 UTC 

[Intel-xe] [drm-xe:oak/drm-evictable-lru 10/11] drivers/gpu/drm/ttm/ttm_bo.c:765:13: error: initializing 'void *' with an expression of type 'const struct ttm_place *' discards qualifiers
 2023-11-04 22:48 UTC 

[Intel-xe] [drm-xe:drm-xe-next 1794/1905] drivers/gpu/drm/xe/display/ext/i915_utils.c:18:5: warning: no previous prototype for '__i915_inject_probe_error'
 2023-11-04 11:36 UTC 

[Intel-xe] [drm-xe:new] BUILD SUCCESS f30cae3de3b138849010f4e54d8800eb1cc080b9
 2023-11-04 11:35 UTC 

[Intel-xe] [PATCH v3] drm/xe: clear the serviced bits on INTR_IDENTITY_REG
 2023-11-04 10:38 UTC  (8+ messages)
` [Intel-xe] ✓ CI.Patch_applied: success for drm/xe: clear the serviced bits on INTR_IDENTITY_REG (rev3)
` [Intel-xe] ✓ CI.checkpatch: "
` [Intel-xe] ✓ CI.KUnit: "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ✓ CI.Hooks: "
` [Intel-xe] ✓ CI.checksparse: "
` [Intel-xe] ✓ CI.BAT: "

[Intel-xe] [drm-xe:drm-xe-next 1456/1905] drivers/gpu/drm/xe/xe_tile_sysfs.c:29:36: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 'resource_size_t' {aka 'unsigned int'}
 2023-11-04  9:58 UTC 

[Intel-xe] [drm-xe:drm-xe-next 1015/1905] include/trace/../../drivers/gpu/drm/xe/xe_trace.h:35:42: warning: cast from pointer to integer of different size
 2023-11-04  8:28 UTC 

[Intel-xe] [PATCH 00/21] Add OA functionality to Xe
 2023-11-04  1:23 UTC  (3+ messages)
` [Intel-xe] [PATCH 01/21] drm/xe/uapi: Introduce OA (observability architecture) uapi


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