messages from 2023-12-08 06:43:40 to 2023-12-09 15:41:51 UTC [more...]
[PATCH v3 0/2] Huge PTE and scratch page updates
2023-12-09 15:41 UTC (4+ messages)
` [PATCH v3 1/2] drm/xe: Restrict huge PTEs to 1GiB
` [PATCH v3 2/2] drm/xe: Use NULL PTEs as scratch PTEs
` ✓ CI.Patch_applied: success for Huge PTE and scratch page updates (rev2)
[PATCH 0/2] Use DRM_GPUVM helpers for the vm evict and exobj listss
2023-12-09 15:39 UTC (10+ messages)
` [PATCH 1/2] drm/xe: Use DRM GPUVM helpers for external- and evicted objects
` [PATCH 2/2] drm/xe: Use DRM_GPUVM_RESV_PROTECTED for gpuvm
` ✓ CI.Patch_applied: success for Use DRM_GPUVM helpers for the vm evict and exobj listss
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✗ CI.BAT: failure "
[PATCH v2 0/2] Huge PTE and scratch page updates
2023-12-09 15:13 UTC (8+ 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
[drm-xe:drm-xe-next 897/1053] drivers/gpu/drm/xe/compat-i915-headers/gem/i915_gem_object.h:55:10: error: call to undeclared function 'readq'; ISO C99 and later do not support implicit function declarations
2023-12-09 15:11 UTC
[PATCH] drm/xe/uapi: Remove DRM_XE_UFENCE_WAIT_MASK_*
2023-12-09 8:35 UTC (8+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "
[PATCH] drm/xe: check mask in xe_wait_user_fence_ioctl()
2023-12-09 7:22 UTC (10+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "
[PATCH] drm/xe/pmu/uapi: Remove PMU group busyness events from uapi
2023-12-09 2:09 UTC (9+ messages)
` ✓ CI.Patch_applied: success for drm/xe/pmu/uapi: Remove PMU group busyness events from uapi (rev2)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✗ CI.BAT: failure "
[PATCH] drm/xe: Cleanup CCS mode related code
2023-12-09 1:18 UTC (8+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✗ CI.BAT: failure "
[PATCH 1/2] drm/i915: move display info related macros to display
2023-12-09 0:30 UTC (9+ messages)
` [PATCH 2/2] fixup! drm/xe/display: Implement display support
` ✓ CI.Patch_applied: success for series starting with [1/2] drm/i915: move display info related macros to display
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✗ CI.checksparse: warning "
` ✓ CI.BAT: success "
[PATCH] drm/xe/pmu/uapi: Remove PMU group busyness events from uapi
2023-12-09 0:01 UTC
[PATCH 01/13] drm/sched: Rename drm_sched_get_cleanup_job to be more descriptive
2023-12-08 23:42 UTC (20+ messages)
` [PATCH 02/13] drm/sched: Move free worker re-queuing out of the if block
` [PATCH 03/13] drm/sched: Rename drm_sched_free_job_queue to be more descriptive
` [PATCH 04/13] drm/sched: Rename drm_sched_run_job_queue_if_ready and clarify kerneldoc
` [PATCH 05/13] drm/sched: Drop suffix from drm_sched_wakeup_if_can_queue
` [PATCH 06/13] drm/sched: Don't disturb the entity when in RR-mode scheduling
` [PATCH 07/13] drm/sched: Qualify drm_sched_wakeup() by drm_sched_entity_is_ready()
` [PATCH 08/13] drm/sched: implement dynamic job-flow control
` [PATCH 09/13] drm/sched: Fix bounds limiting when given a malformed entity
` [PATCH 10/13] drm/sched: Rename priority MIN to LOW
` [PATCH 11/13] drm/sched: Reverse run-queue priority enumeration
` [PATCH 12/13] drm/sched: Partial revert of "Qualify drm_sched_wakeup() by drm_sched_entity_is_ready()"
` [PATCH 13/13] fixup! drm/xe: Introduce a new DRM driver for Intel GPUs
` ✓ CI.Patch_applied: success for series starting with [01/13] drm/sched: Rename drm_sched_get_cleanup_job to be more descriptive
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✗ CI.BAT: failure "
[PATCH 0/3] Separate PVC Device ID patches
2023-12-08 22:11 UTC (19+ 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] "
` ✓ CI.Patch_applied: success for Separate PVC Device ID patches
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "
` ✓ CI.Patch_applied: success for Separate PVC Device ID patches (rev2)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "
[Intel-xe] [PATCH v3 0/3] drm/xe: Enable fixed CCS mode
2023-12-08 20:45 UTC (4+ messages)
` [Intel-xe] [PATCH v3 1/3] drm/xe: Enable Fixed CCS mode setting
[Intel-xe] [PATCH v4 0/6] Allow num_binds/num_batch_buffer to be zero IOCTLs
2023-12-08 12:42 UTC (4+ messages)
` [Intel-xe] [PATCH v4 6/6] drm/xe: Add last fence as dependency for jobs on user exec queues
` "
[PATCH v5 0/2] RFC: drm/xe/uapi: Return correct error code for xe_wait_user_fence_ioctl
2023-12-08 12:37 UTC (3+ messages)
` [PATCH v5 2/2] "
[Intel-xe] [RFC PATCH 0/7] Syncs vs async exec/bind uAPI change
2023-12-08 15:04 UTC (7+ 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
` "
[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 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 3/3] drm/xe: Add frequency throttle reasons sysfs attributes
2023-12-08 13:44 UTC (4+ messages)
` [PATCH] "
[PATCH 1/3] drm/xe: Change the name of frequency sysfs attributes
2023-12-08 13:23 UTC (9+ messages)
` ✗ CI.BAT: failure for series starting with [1/3] "
` ✓ 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 "
[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 (17+ messages)
` [PATCH 02/17] drm/xe/perf/uapi: Add perf_stream_paranoid 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 (4+ messages)
` [v3 1/2] drm/xe: Add a new memory directory under tile
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox