Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-12-09 15:41:51 to 2023-12-12 00:55:47 UTC [more...]

[PATCH 01/13] drm/sched: Rename drm_sched_get_cleanup_job to be more descriptive
 2023-12-12  0:55 UTC  (14+ 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

[PATCH v7 00/10] Enable compression handling on LNL
 2023-12-12  0:45 UTC  (22+ messages)
` [PATCH v7 01/10] drm/xe/xe2: Determine bios enablement for flat ccs on igfx
` [PATCH v7 02/10] drm/xe/xe2: Modify main memory to ccs memory ratio
` [PATCH v7 03/10] drm/xe/xe2: Allocate extra pages for ccs during bo create
` [PATCH v7 04/10] drm/xe/xe2: Updates on XY_CTRL_SURF_COPY_BLT
` [PATCH v7 05/10] drm/xe/xe_migrate: Use NULL 1G PTE mapped at 255GiB VA for ccs clear
` [PATCH v7 06/10] drm/xe/xe2: Update chunk size for each iteration of ccs copy
` [PATCH v7 07/10] drm/xe/xe2: Update emit_pte to use compression enabled PAT index
` [PATCH v7 08/10] drm/xe/xe2: Handle flat ccs move for igfx
` [PATCH v7 09/10] drm/xe/xe2: Modify xe_bo_test for system memory
` [PATCH v7 10/10] drm/xe/xe2: Support flat ccs
` ✓ CI.Patch_applied: success for Enable compression handling on LNL. (rev8)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "

[PATCH v3 0/3] drm/managed: Add drmm_release_action
 2023-12-12  0:43 UTC  (11+ messages)
` [PATCH v3 1/3] "
` [PATCH v3 2/3] drm/tests: managed: Extract device initialization into test init
` [PATCH v3 3/3] drm/tests: managed: Add a simple test for drmm_managed_release
` ✓ CI.Patch_applied: success for drm/managed: Add drmm_release_action (rev3)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✗ CI.checksparse: warning "
` ✓ CI.BAT: success "

[PATCH] drm/xe: Remove vram size info from sysfs
 2023-12-12  0:20 UTC 

[v3 0/2] Add memory sysfs directory and attributes
 2023-12-12  0:12 UTC  (14+ messages)
` [v3 1/2] drm/xe: Add a new memory directory under tile

[PATCH v3 0/9] Introduce GuC Doorbells Manager
 2023-12-11 23:55 UTC  (17+ messages)
` [PATCH v3 1/9] drm/xe: Add GT oriented drm_printers
` [PATCH v3 2/9] drm/xe: Use GT oriented functions to report TLB timeout
` [PATCH v3 3/9] drm/xe: Introduce GuC Doorbells Manager
` [PATCH v3 4/9] drm/xe/kunit: Set SR-IOV mode of the fake device
` [PATCH v3 5/9] drm/xe/kunit: Define helper functions to allocate mock device
` [PATCH v3 6/9] drm/xe/kunit: Use xe kunit helpers in RTP test
` [PATCH v3 7/9] drm/xe/kunit: Use xe kunit helpers in WA test
` [PATCH v3 8/9] drm/xe/kunit: Enable CONFIG_LOCKDEP in tests
` [PATCH v3 9/9] drm/xe/kunit: Add GuC Doorbells Manager tests
` ✓ CI.Patch_applied: success for Introduce GuC Doorbells Manager (rev3)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "

[PATCH 0/2] Use DRM_GPUVM helpers for the vm evict and exobj listss
 2023-12-11 23:08 UTC  (6+ 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

[PATCH] drm/xe/pmu: Remove PMU from Xe till uapi is finalized
 2023-12-11 21:30 UTC  (11+ messages)
` ✓ CI.Patch_applied: success for drm/xe/pmu: Remove PMU from Xe till uapi is finalized (rev2)
` ✗ CI.checkpatch: warning "
` ✗ CI.KUnit: failure "

[PATCH 01/13] drm/sched: Rename drm_sched_get_cleanup_job to be more descriptive
 2023-12-11 21:25 UTC  (21+ 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: "

[Intel-xe] [PATCH 0/5] Introduce Local Memory Translation Table
 2023-12-11 21:21 UTC  (2+ messages)

[Intel-xe] [RFC PATCH 0/7] Syncs vs async exec/bind uAPI change
 2023-12-11 21:11 UTC  (11+ messages)
` [Intel-xe] [RFC PATCH 7/7] drm/xe/uapi: Uniform async vs sync handling
  `  "

[PATCH v2 0/9] Introduce GuC Doorbells Manager
 2023-12-11 18:49 UTC  (18+ messages)
` [PATCH v2 1/9] drm/xe: Add GT oriented drm_printers
` [PATCH v2 2/9] drm/xe: Use GT oriented functions to report TLB timeout
` [PATCH v2 3/9] drm/xe: Introduce GuC Doorbells Manager
` [PATCH v2 4/9] drm/xe/kunit: Set SR-IOV mode of the fake device
` [PATCH v2 5/9] drm/xe/kunit: Define helper functions to allocate mock device
` [PATCH v2 6/9] drm/xe/kunit: Use xe kunit helpers in RTP test
` [PATCH v2 7/9] drm/xe/kunit: Use xe kunit helpers in WA test
` [PATCH v2 8/9] drm/xe/kunit: Enable CONFIG_LOCKDEP in tests
` [PATCH v2 9/9] drm/xe/kunit: Add GuC Doorbells Manager tests
` ✓ CI.Patch_applied: success for Introduce GuC Doorbells Manager (rev2)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✗ CI.BAT: failure "

[PATCH i-g-t] tests/xe: Remove xe_perf_pmu
 2023-12-11 16:57 UTC  (2+ messages)
` ✗ CI.Patch_applied: failure for "

[PATCH v5 0/2] RFC: drm/xe/uapi: Return correct error code for xe_wait_user_fence_ioctl
 2023-12-11 16:45 UTC  (3+ messages)
` [PATCH v5 2/2] "

[PATCH] drm/xe/uapi: Remove DRM_XE_UFENCE_WAIT_MASK_*
 2023-12-11  8:26 UTC  (2+ messages)

[PATCH 0/3] Separate PVC Device ID patches
 2023-12-11 14:41 UTC  (5+ 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
 2023-12-11 14:36 UTC  (3+ messages)
` [PATCH] "

[PATCH v7 00/10] *Enable compression handling on LNL
 2023-12-11 14:23 UTC  (18+ messages)
` ✓ CI.Patch_applied: success for "
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` [PATCH v7 01/10] drm/xe/xe2: Determine bios enablement for flat ccs on igfx
` [PATCH v7 02/10] drm/xe/xe2: Modify main memory to ccs memory ratio
` [PATCH v7 03/10] drm/xe/xe2: Allocate extra pages for ccs during bo create
` [PATCH v7 04/10] drm/xe/xe2: Updates on XY_CTRL_SURF_COPY_BLT
` [PATCH v7 05/10] drm/xe/xe_migrate: Use NULL 1G PTE mapped at 255GiB VA for ccs clear
` [PATCH v7 06/10] drm/xe/xe2: Update chunk size for each iteration of ccs copy
` [PATCH v7 07/10] drm/xe/xe2: Update emit_pte to use compression enabled PAT index
` [PATCH v7 08/10] drm/xe/xe2: Handle flat ccs move for igfx
` [PATCH v7 09/10] drm/xe/xe2: Modify xe_bo_test for system memory
` [PATCH v7 10/10] drm/xe/xe2: Support flat ccs
` ✓ CI.Build: success for *Enable compression handling on LNL
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "

[PATCH 1/2] drm/i915: move display info related macros to display
 2023-12-11  8:50 UTC  (3+ messages)
` [PATCH 2/2] fixup! drm/xe/display: Implement display support

[Intel-xe] [PATCH v6 0/9] Enable compression handling on LNL
 2023-12-11  5:15 UTC  (4+ messages)
` [Intel-xe] [PATCH v6 7/9] drm/xe/xe2: Handle flat ccs move for igfx
  `  "

[PATCH 0/8] Introduce GuC Doorbells Manager
 2023-12-10 19:45 UTC  (16+ messages)
` [PATCH 1/8] drm/xe: Add GT oriented drm_printers
` [PATCH 2/8] drm/xe: Use GT oriented functions to report TLB timeout
` [PATCH 3/8] drm/xe: Introduce GuC Doorbells Manager
` [PATCH 4/8] drm/xe/kunit: Set SR-IOV mode of the fake device
` [PATCH 5/8] drm/xe/kunit: Define helper functions to allocate mock device
` [PATCH 6/8] drm/xe/kunit: Use xe kunit helpers in RTP test
` [PATCH 7/8] drm/xe/kunit: Use xe kunit helpers in WA test
` [PATCH 8/8] drm/xe/kunit: Add GuC Doorbell Manager tests
` ✓ CI.Patch_applied: success for Introduce GuC Doorbells Manager
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✗ CI.Hooks: failure "
` ✓ CI.checksparse: success "
` ✗ CI.BAT: failure "

[PATCH 1/2] drm/xe: add a new debugfs file - mmio
 2023-12-10 18:51 UTC  (9+ messages)
` [PATCH 2/2] drm/xe: restore xe_mmio_ioctl as the ioctl handler of the mmio debugfs file
` ✓ CI.Patch_applied: success for series starting with [1/2] drm/xe: add a new debugfs file - mmio
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "

[PATCH] drm/xe/pmu/uapi: Remove PMU group busyness events from uapi
 2023-12-09 22:58 UTC  (3+ messages)

[PATCH v7 00/17] Add OA functionality to Xe
 2023-12-09 22:53 UTC  (3+ messages)
` [PATCH 07/17] drm/xe/oa/uapi: Define and parse OA stream properties

[PATCH] drm/xe/pmu: Remove PMU from Xe till uapi is finalized
 2023-12-09 22:43 UTC 

[drm-xe:drm-xe-next 897/1053] drivers/gpu/drm/xe/compat-i915-headers/gem/i915_gem_object.h:55:24: error: implicit declaration of function 'readq'; did you mean 'readb'?
 2023-12-09 22:06 UTC 

[drm-xe:drm-xe-next] BUILD REGRESSION 1fc141d1f445b8e5ab4ff14645b0482dd98460b9
 2023-12-09 20:55 UTC 

[drm-xe:drm-xe-next 1052/1053] drivers/gpu/drm/xe/xe_gt_freq.c:201:30: warning: variable 'err' is uninitialized when used here
 2023-12-09 18:47 UTC 

[PATCH v3 0/2] Huge PTE and scratch page updates
 2023-12-09 16:28 UTC  (8+ messages)
` ✓ CI.Patch_applied: success for Huge PTE and scratch page updates (rev2)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "


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