Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-10-09 08:35:43 to 2023-10-10 20:15:54 UTC [more...]

[Intel-xe] [PATCH v3] drm/xe: Set PTE_AE for smem allocations in integrated devices
 2023-10-10 20:15 UTC  (2+ messages)

[Intel-xe] [PATCH v3 1/3] drm/xe: Store xe_he_engine in xe_hw_engine_snapshot
 2023-10-10 20:02 UTC  (9+ messages)
` [Intel-xe] [PATCH v3 2/3] drm/xe: Add misc functions to support read of specific DSS registers
` [Intel-xe] [PATCH v3 3/3] drm/xe: Add INSTDONE registers to devcoredump
` [Intel-xe] ✓ CI.Patch_applied: success for series starting with [v3,1/3] drm/xe: Store xe_he_engine in xe_hw_engine_snapshot
` [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 v2] drm/xe: Set PTE_AE for smem alocation as well
 2023-10-10 19:50 UTC  (2+ messages)

[Intel-xe] [PATCH v2 1/3] drm/xe: Store xe_he_engine in xe_hw_engine_snapshot
 2023-10-10 19:49 UTC  (14+ messages)
` [Intel-xe] [PATCH v2 2/3] drm/xe: Add misc functions to support read of specific DSS registers
` [Intel-xe] [PATCH v2 3/3] drm/xe: Add INSTDONE registers to devcoredump
` [Intel-xe] ✓ CI.Patch_applied: success for series starting with [v2,1/3] drm/xe: Store xe_he_engine in xe_hw_engine_snapshot
` [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] ✗ CI.Patch_applied: failure for series starting with [v2,1/3] drm/xe: Store xe_he_engine in xe_hw_engine_snapshot (rev2)

[Intel-xe] [PATCH] drm/xe: Make DRM_XE_DEVICE_QUERY_ENGINES future proof
 2023-10-10 19:21 UTC  (7+ messages)
` [Intel-xe] ✓ CI.Patch_applied: success for "
` [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] [PATCH v3 00/30] uAPI Alignment - take 1 v3
 2023-10-10 19:10 UTC  (19+ messages)
` [Intel-xe] [PATCH v3 26/30] drm/xe/uapi: Add pad to drm_xe_engine_class_instance
` [Intel-xe] [PATCH v3 27/30] drm/xe: Extend uAPI to query HuC micro-controler firmware version

[Intel-xe] [PATCH i-g-t v2 00/11] Kunit fixes and improvements
 2023-10-10 17:54 UTC  (23+ messages)
` [Intel-xe] [PATCH i-g-t v2 01/11] lib/kunit: Fix handling of potential errors from F_GETFL
` [Intel-xe] [PATCH i-g-t v2 02/11] lib/kunit: Be more verbose on errors
` [Intel-xe] [PATCH i-g-t v2 03/11] lib/kunit: Fix misplaced igt_kunit() doc
` [Intel-xe] [PATCH i-g-t v2 04/11] lib/kunit: Parse KTAP report from the main process thread
  ` [Intel-xe] [Intel-gfx] "
` [Intel-xe] [PATCH i-g-t v2 05/11] lib/kunit: Omit suite name prefix if the same as subtest name
` [Intel-xe] [PATCH i-g-t v2 06/11] tests/kms_selftest: Let subtest names match suite names
` [Intel-xe] [PATCH i-g-t v2 07/11] lib/ktap: Drop workaround for missing top level KTAP headers
` [Intel-xe] [PATCH i-g-t v2 08/11] lib/kunit: Provide all results cleanup helper
` [Intel-xe] [PATCH i-g-t v2 09/11] lib/kunit: Prepare for KTAP parsing after modprobe completed
` [Intel-xe] [PATCH i-g-t v2 10/11] lib/kunit: Fetch a list of test cases in advance
` [Intel-xe] [PATCH i-g-t v2 11/11] lib/kunit: Execute kunit test cases only when needed
` [Intel-xe] ✗ CI.Patch_applied: failure for Kunit fixes and improvements (rev2)

[Intel-xe] [PATCH] RFC drm/xe: Add mem_access_get in gem_create_ioctl
 2023-10-10 16:49 UTC  (6+ messages)

[Intel-xe] [CI 01/11] drm/gpuvm: add common dma-resv per struct drm_gpuvm
 2023-10-10 15:11 UTC  (17+ messages)
` [Intel-xe] [CI 02/11] drm/xe: Adjust to "drm/gpuvm: add common dma-resv per struct drm_gpuvm"
` [Intel-xe] [CI 03/11] drm/gpuvm: add drm_gpuvm_flags to drm_gpuvm
` [Intel-xe] [CI 04/11] drm/xe: Adjust to commit "drm/gpuvm: add drm_gpuvm_flags to drm_gpuvm"
` [Intel-xe] [CI 05/11] drm/gpuvm: add an abstraction for a VM / BO combination
` [Intel-xe] [CI 06/11] drm/xe: Adjust to commit "drm/gpuvm: add an abstraction for a VM/BO combination"
` [Intel-xe] [CI 07/11] drm/gpuvm: track/lock/validate external/evicted objects
` [Intel-xe] [CI 08/11] drm/xe: Adapt to GPUVM tracking of external / evicted objects
` [Intel-xe] [CI 09/11] drm/gpuvm: Local fixes
` [Intel-xe] [CI 10/11] drm/xe: Use DRM_GPUVM_RESV_PROTECTED for gpuvm
` [Intel-xe] [CI 11/11] drm/nouveau: make use of the GPUVM's shared dma-resv
` [Intel-xe] ✓ CI.Patch_applied: success for series starting with [CI,01/11] drm/gpuvm: add common dma-resv per struct drm_gpuvm
` [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] [PATCH] drm/gpuvm: Dual-licence the drm_gpuvm code GPL-2.0 OR MIT
 2023-10-10 14:27 UTC 

[Intel-xe] [RFC PATCH] Documentation/gpu: Add a VM_BIND async document
 2023-10-10 13:58 UTC 

[Intel-xe] [PATCH] Revert "FIXME: drm/i915/ips: apparently silence warnings"
 2023-10-10 13:46 UTC  (8+ messages)
` [Intel-xe] ✓ CI.Patch_applied: success for Revert "FIXME: drm/i915/ips: apparently silence warnings" (rev3)
` [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: failure "

[Intel-xe] [CI 01/11] drm/gpuvm: add common dma-resv per struct drm_gpuvm
 2023-10-10 11:52 UTC  (18+ messages)
` [Intel-xe] [CI 02/11] drm/xe: Adjust to "drm/gpuvm: add common dma-resv per struct drm_gpuvm"
` [Intel-xe] [CI 03/11] drm/gpuvm: add drm_gpuvm_flags to drm_gpuvm
` [Intel-xe] [CI 04/11] drm/xe: Adjust to commit "drm/gpuvm: add drm_gpuvm_flags to drm_gpuvm"
` [Intel-xe] [CI 05/11] drm/gpuvm: add an abstraction for a VM / BO combination
` [Intel-xe] [CI 06/11] drm/xe: Adjust to commit "drm/gpuvm: add an abstraction for a VM/BO combination"
` [Intel-xe] [CI 07/11] drm/gpuvm: track/lock/validate external/evicted objects
` [Intel-xe] [CI 08/11] drm/xe: Adapt to GPUVM tracking of external / evicted objects
` [Intel-xe] [CI 09/11] drm/gpuvm: Local fixes
` [Intel-xe] [CI 10/11] drm/xe: Use DRM_GPUVM_RESV_PROTECTED for gpuvm
` [Intel-xe] [CI 11/11] drm/nouveau: make use of the GPUVM's shared dma-resv
` [Intel-xe] ✓ CI.Patch_applied: success for series starting with [CI,01/11] drm/gpuvm: add common dma-resv per struct drm_gpuvm
` [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: failure "

[Intel-xe] [PATCH V5 0/2] drm/xe: Count and report low level driver errors
 2023-10-10 11:36 UTC  (8+ messages)
` [Intel-xe] [PATCH V5 1/2] drm/xe: Introduce low level driver error counting APIs
` [Intel-xe] [PATCH V5 2/2] drm/xe: Update counter for low level driver errors

[Intel-xe] [PATCH v2] drm/xe/hw_engine: Document difference between instance and logical instance
 2023-10-10 10:46 UTC  (8+ messages)
` [Intel-xe] ✓ CI.Patch_applied: success for drm/xe/hw_engine: Document difference between instance and logical instance (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: failure "

[Intel-xe] [v2 0/3] drm/xe: Cleanup for addressing vga decode
 2023-10-10  9:31 UTC  (6+ messages)
` [Intel-xe] [v2 3/3] drm/xe: Create a dummy version for "

[Intel-xe] [RFC] drm/xe: A minimal assert for some forcewake domain on xe_mmio
 2023-10-10  7:26 UTC  (9+ messages)

[Intel-xe] [RFC PATCH] Documentation/gpu: Add a VM_BIND async document
 2023-10-10  6:34 UTC  (3+ messages)

[Intel-xe] [PATCH 00/11] Supporting CSC and SOC HARDWARE ERROR HANDLING on PVC
 2023-10-10  6:27 UTC  (13+ messages)
` [Intel-xe] [PATCH 07/11] drm/xe: Support SOC FATAL error handling for PVC
` [Intel-xe] [PATCH 10/11] drm/xe: Clear SOC CORRECTABLE error registers

[Intel-xe] [PATCH] drm/xe: added mocs sefltest
 2023-10-10  6:04 UTC  (8+ messages)
` [Intel-xe] ✓ CI.Patch_applied: success for "
` [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 0/2] Xe PERF layer
 2023-10-09 23:11 UTC  (10+ messages)
` [Intel-xe] [PATCH 1/2] drm/xe/uapi: "Perf" layer to support multiple perf counter stream types
` [Intel-xe] [PATCH 2/2] drm/xe/uapi: Multiplex PERF ops through a single PERF ioctl
` [Intel-xe] ✓ CI.Patch_applied: success for Xe PERF layer
` [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: "

[Intel-xe] [PATCH i-g-t 00/12] PAT and cache coherency support
 2023-10-09 22:04 UTC  (13+ messages)
` [Intel-xe] [PATCH i-g-t 01/12] drm-uapi/xe_drm: sync to get pat and coherency bits
` [Intel-xe] [PATCH i-g-t 02/12] lib/igt_fb: mark buffers as SCANOUT
` [Intel-xe] [PATCH i-g-t 03/12] lib/igt_draw: "
` [Intel-xe] [PATCH i-g-t 04/12] lib/xe: support cpu_caching and coh_mod for gem_create
` [Intel-xe] [PATCH i-g-t 08/12] lib/intel_blt: support pat_index
  ` [Intel-xe] [igt-dev] "

[Intel-xe] [PATCH 00/17] uAPI Alignment - take 1
 2023-10-09 17:43 UTC  (4+ messages)
` [Intel-xe] [PATCH 10/17] drm/xe: Remove XE_EXEC_QUEUE_SET_PROPERTY_COMPUTE_MODE from uAPI

[Intel-xe] [CI 01/10] drm/gpuvm: add common dma-resv per struct drm_gpuvm
 2023-10-09 14:00 UTC  (17+ messages)
` [Intel-xe] [CI 02/10] drm/xe: Adjust to "drm/gpuvm: add common dma-resv per struct drm_gpuvm"
` [Intel-xe] [CI 03/10] drm/gpuvm: add drm_gpuvm_flags to drm_gpuvm
` [Intel-xe] [CI 04/10] drm/xe: Adjust to commit "drm/gpuvm: add drm_gpuvm_flags to drm_gpuvm"
` [Intel-xe] [CI 05/10] drm/gpuvm: add an abstraction for a VM / BO combination
` [Intel-xe] [CI 06/10] drm/xe: Adjust to commit "drm/gpuvm: add an abstraction for a VM/BO combination"
` [Intel-xe] [CI 07/10] drm/gpuvm: track/lock/validate external/evicted objects
` [Intel-xe] [CI 08/10] drm/xe: Adapt to GPUVM tracking of external / evicted objects
` [Intel-xe] [CI 09/10] drm/xe: Use the evicted flag and RESV_PROTECTED vm
` [Intel-xe] [CI 10/10] drm/nouveau: make use of the GPUVM's shared dma-resv
` [Intel-xe] ✓ CI.Patch_applied: success for series starting with [CI,01/10] drm/gpuvm: add common dma-resv per struct drm_gpuvm
` [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: failure "

[Intel-xe] [PATCH 0/2] DGFX HWMON Enhancement
 2023-10-09 13:36 UTC  (3+ messages)
` [Intel-xe] [PATCH 1/2] drm/xe/hwmon: Protect hwmon rw attributes with hwmon_lock

[Intel-xe] [PATCH v2 0/6] xe/display: clarify display configuration
 2023-10-09 12:01 UTC  (9+ messages)
` [Intel-xe] ✓ CI.Patch_applied: success for xe/display: clarify display configuration (rev3)
` [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/bo: don't hold dma-resv lock over drm_gem_handle_create
 2023-10-09 10:08 UTC  (7+ 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] [PATCH 0/3] Remove Stubs in HDCP code
 2023-10-09  9:19 UTC  (3+ messages)
` [Intel-xe] [PATCH 3/3] drm/xe/hdcp: Define intel_hdcp_gsc_check_status in Xe

[Intel-xe] [PATCH 1/3] drm/i915/hdcp: Remove i915 check stubs
 2023-10-09  9:16 UTC  (5+ messages)
` [Intel-xe] [PATCH 1/3] fixup! FIXME: drm/i915: xe doesn't have gsc hdcp interface or something

[Intel-xe] [PATCH v4 00/10] DRM scheduler changes for Xe
 2023-10-09  8:35 UTC  (9+ messages)
` [Intel-xe] [PATCH v4 02/10] drm/sched: Convert drm scheduler to use a work queue rather than kthread


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