Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-12-07 19:10:17 to 2023-12-08 19:25:18 UTC [more...]

[Intel-xe] [RFC PATCH 0/7] Syncs vs async exec/bind uAPI change
 2023-12-08 15:04 UTC  (8+ messages)
` [Intel-xe] [RFC PATCH 5/7] drm/xe: Take in-syncs into account when num_execs or num_binds == 0
` [Intel-xe] [RFC PATCH 7/7] drm/xe/uapi: Uniform async vs sync handling
  `  "

[PATCH] drm/xe: check mask in xe_wait_user_fence_ioctl()
 2023-12-08 19:06 UTC  (7+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "

[PATCH v2 0/2] Huge PTE and scratch page updates
 2023-12-08 18:53 UTC  (4+ messages)
` [PATCH v2 1/2] drm/xe: Restrict huge PTEs to 1GiB
` [PATCH v2 2/2] drm/xe: Use NULL PTEs as scratch PTEs
` ✗ CI.Patch_applied: failure for Huge PTE and scratch page updates

[Intel-xe] [PATCH 0/2] Group kunit tests
 2023-12-08 17:58 UTC  (4+ messages)
` [Intel-xe] [PATCH 1/2] drm/xe: Group normal kunit tests in a single module

[PATCH] drm/xe: Add uAPI to query micro-controler firmware version
 2023-12-08 17:24 UTC  (8+ messages)
` ✓ CI.Patch_applied: success for drm/xe: Add uAPI to query micro-controler firmware version (rev3)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "

[PATCH 0/3] Separate PVC Device ID patches
 2023-12-08 17:11 UTC  (4+ messages)
` [PATCH 1/3] Revert "drm/xe/pvc: Add pci ids for PVC"
` [PATCH 2/3] fixup! drm/xe: Introduce a new DRM driver for Intel GPUs
` [PATCH 3/3] drm/xe: Add PVC's PCI device IDs

[PATCH v3 0/9] Handle remaining ifdefs in hack patch
 2023-12-08 16:49 UTC  (18+ messages)
` [PATCH v3 1/9] fixup! FIXME: drm/i915/display: Remaining changes to make xe compile
` [PATCH v3 2/9] drm/i915/display: Use i915_gem_object_get_dma_address to get dma address
` [PATCH v3 3/9] fixup! drm/xe/display: Implement display support
` [PATCH v3 4/9] "
` [PATCH v3 5/9] "
` [PATCH v3 6/9] fixup! FIXME: drm/i915/display: Remaining changes to make xe compile
` [PATCH v3 7/9] "
` [PATCH v3 8/9] fixup! drm/xe/display: Implement display support
` [PATCH v3 9/9] fixup! FIXME: drm/i915/display: Remaining changes to make xe compile
` ✓ CI.Patch_applied: success for Handle remaining ifdefs in hack patch (rev3)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✗ CI.checksparse: warning "
` ✓ CI.BAT: success "

[PATCH 1/3] drm/xe: Change the name of frequency sysfs attributes
 2023-12-08 13:44 UTC  (22+ messages)
` [PATCH 2/3] drm/xe: Create a xe_gt_freq component for raw management and sysfs
` [PATCH 3/3] drm/xe: Add frequency throttle reasons sysfs attributes
    ` [PATCH] "
` ✓ CI.Patch_applied: success for series starting with [1/3] drm/xe: Change the name of frequency "
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✗ CI.BAT: failure "
` ✓ CI.Patch_applied: success for series starting with [1/3] drm/xe: Change the name of frequency sysfs attributes (rev2)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✗ CI.BAT: failure "

[Intel-xe] [PATCH v4 0/6] Allow num_binds/num_batch_buffer to be zero IOCTLs
 2023-12-08 12:31 UTC  (3+ messages)
` [Intel-xe] [PATCH v4 6/6] drm/xe: Add last fence as dependency for jobs on user exec queues
  `  "

[PATCH 00/16] Adjust to GPUVM / fixup version
 2023-12-08 11:21 UTC  (24+ messages)
` [PATCH 01/16] drm/gpuvm: convert WARN() to drm_WARN() variants
` [PATCH 02/16] drm/gpuvm: don't always WARN in drm_gpuvm_check_overflow()
` [PATCH 03/16] drm/gpuvm: export drm_gpuvm_range_valid()
` [PATCH 04/16] drm/nouveau: make use of drm_gpuvm_range_valid()
` [PATCH 05/16] drm/gpuvm: add common dma-resv per struct drm_gpuvm
` [PATCH 06/16] drm/nouveau: make use of the GPUVM's shared dma-resv
` [PATCH 07/16] drm/gpuvm: add drm_gpuvm_flags to drm_gpuvm
` [PATCH 08/16] drm/nouveau: separately allocate struct nouveau_uvmm
` [PATCH 09/16] drm/gpuvm: reference count drm_gpuvm structures
` [PATCH 10/16] drm/gpuvm: add an abstraction for a VM / BO combination
` [PATCH 11/16] drm/gpuvm: track/lock/validate external/evicted objects
` [PATCH 12/16] fixup! drm/xe/vm: Simplify and document xe_vm_lock()
` [PATCH 13/16] fixup! drm/xe: Convert pagefaulting code to use drm_exec
` [PATCH 14/16] fixup! drm/xe: Rework xe_exec and the VM rebind worker to use the drm_exec helper
` [PATCH 15/16] fixup! drm/xe: Convert remaining instances of ttm_eu_reserve_buffers to drm_exec
` [PATCH 16/16] fixup! drm/xe: Port Xe to GPUVA
` ✓ CI.Patch_applied: success for Adjust to GPUVM / fixup version
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✗ CI.checksparse: warning "
` ✓ CI.BAT: success "

[PATCH] drm/xe: Replace the scratch pages with NULL PTEs
 2023-12-08 11:19 UTC  (5+ messages)

[Intel-xe] [PATCH 0/2] Handle mmap with D3
 2023-12-08 11:15 UTC  (10+ messages)
` [Intel-xe] [PATCH 1/2] drm/xe/dgfx: Block rpm for active mmap mappings
  `  "
` [Intel-xe] [PATCH 2/2] drm/xe/dgfx: Release mmap mappings on rpm suspend

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

[v3 0/2] Add memory sysfs directory and attributes
 2023-12-08  8:28 UTC  (11+ messages)
` [v3 1/2] drm/xe: Add a new memory directory under tile
` ✓ CI.Patch_applied: success for Add memory sysfs directory and attributes (rev3)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "

[Intel-xe] [PATCH v5 0/9] Intel_fb.c refactoring
 2023-12-08  6:18 UTC  (3+ messages)
`  "

[PATCH v5 0/2] RFC: drm/xe/uapi: Return correct error code for xe_wait_user_fence_ioctl
 2023-12-08  5:49 UTC  (11+ messages)
` [PATCH v5 1/2] drm/xe/uapi: add exec_queue_id member to drm_xe_wait_user_fence structure
` [PATCH v5 2/2] drm/xe/uapi: Return correct error code for xe_wait_user_fence_ioctl
` ✓ CI.Patch_applied: success for RFC: drm/xe/uapi: Return correct error code for xe_wait_user_fence_ioctl (rev5)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✗ CI.BAT: failure "

[Intel-xe] [PATCH] drm/xe: Fix lockdep warning in xe_force_wake calls
 2023-12-08  5:49 UTC  (3+ messages)

[Intel-xe] [PATCH 1/3] drm/xe: Change the name of frequency sysfs attributes
 2023-12-08  5:29 UTC  (5+ messages)

[Intel-xe] [PATCH] drm/xe: Check skip_guc_pc before disabling gucrc
 2023-12-08  5:15 UTC  (2+ messages)

[Intel-xe] [PATCH v6 0/9] Enable compression handling on LNL
 2023-12-08  5:08 UTC  (10+ messages)
` [Intel-xe] [PATCH v6 5/9] drm/xe/xe2: Update chunk size for each iteration of ccs copy
  `  "
` [Intel-xe] [PATCH v6 6/9] drm/xe/xe2: Update emit_pte to use compression enabled PAT index
  `  "
` [Intel-xe] [PATCH v6 9/9] drm/xe/xe2: Support flat ccs
  `  "

[Intel-xe] [PATCH v4 0/9] Enable compression handling on LNL
 2023-12-08  5:01 UTC  (22+ messages)
` [Intel-xe] [PATCH v4 2/9] drm/xe/xe2: Allocate extra pages for ccs during bo create
` [Intel-xe] [PATCH v4 3/9] drm/xe/xe2: Updates on XY_CTRL_SURF_COPY_BLT
` [Intel-xe] [PATCH v4 4/9] drm/xe/xe_migrate: Use NULL 1G PTE mapped at 255GiB VA for ccs clear
` [Intel-xe] [PATCH v4 5/9] drm/xe/xe2: Update chunk size for each iteration of ccs copy
` [Intel-xe] [PATCH v4 6/9] drm/xe/xe2: Update emit_pte to use compression enabled PAT index
` [Intel-xe] [PATCH v4 7/9] drm/xe/xe2: Handle flat ccs move for igfx
` [Intel-xe] [PATCH v4 8/9] drm/xe/xe2: Modify xe_bo_test for system memory

[PATCH v2 0/2] xe: Add IP versions to GT query
 2023-12-08  4:59 UTC  (10+ messages)
` [PATCH v2 1/2] drm/xe: Stash GMD_ID value in xe_gt
` [PATCH v2 2/2] drm/xe/uapi: Add IP version and stepping to GT list query
` ✓ CI.Patch_applied: success for xe: Add IP versions to GT query (rev2)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "

[PATCH] !fixup: drm/xe/gsc: GSC FW load
 2023-12-08  4:09 UTC  (9+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "

[PATCH] drm/xe/xe2: Add workaround 16020183090
 2023-12-08  3:21 UTC  (8+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "

[PATCH v6 0/9] Intel_fb.c refactoring
 2023-12-08  1:57 UTC  (8+ messages)
` ✓ CI.Patch_applied: success for Intel_fb.c refactoring (rev8)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✗ CI.checksparse: warning "
` ✓ CI.BAT: success "

[Intel-xe] [PATCH v3 0/3] drm/xe: Enable fixed CCS mode
 2023-12-07 21:45 UTC  (3+ messages)
` [Intel-xe] [PATCH v3 1/3] drm/xe: Enable Fixed CCS mode setting

[PATCH 00/16] drm/xe: Adjust to DRM GPUVM changes
 2023-12-07 20:36 UTC  (12+ messages)
` [PATCH 15/16] drm/xe: Adjust to commit "drm/gpuvm: add an abstraction for a VM/BO combination"
` ✓ CI.Patch_applied: success for drm/xe: Adjust to DRM GPUVM changes
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ 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