messages from 2023-05-10 10:11:09 to 2023-05-12 07:28:07 UTC [more...]
[Intel-xe] [PATCH] fixup! drm/i915/display: Remaining changes to make xe compile
2023-05-12 7:28 UTC (5+ messages)
` [Intel-xe] ✓ CI.Patch_applied: success for fixup! drm/i915/display: Remaining changes to make xe compile (rev2)
` [Intel-xe] ✗ CI.KUnit: failure "
[Intel-xe] [PATCH 00/26] Separate GT and tile
2023-05-12 7:23 UTC (46+ messages)
` [Intel-xe] [PATCH 01/26] drm/xe/mtl: Disable media GT
` [Intel-xe] [PATCH 02/26] drm/xe: Introduce xe_tile
` [Intel-xe] [PATCH 03/26] drm/xe: Add backpointer from gt to tile
` [Intel-xe] [PATCH 04/26] drm/xe: Add for_each_tile iterator
` [Intel-xe] [PATCH 05/26] drm/xe: Move register MMIO into xe_tile
` [Intel-xe] [PATCH 06/26] drm/xe: Move VRAM from GT to tile
` [Intel-xe] [PATCH 07/26] drm/xe: Memory allocations are tile-based, not GT-based
` [Intel-xe] [PATCH 08/26] drm/xe: Move migration from GT to tile
` [Intel-xe] [PATCH 09/26] drm/xe: Clarify 'gt' retrieval for primary tile
` [Intel-xe] [PATCH 10/26] drm/xe: Drop vram_id
` [Intel-xe] [PATCH 11/26] drm/xe: Drop extra_gts[] declarations and XE_GT_TYPE_REMOTE
` [Intel-xe] [PATCH 12/26] drm/xe: Allocate GT dynamically
` [Intel-xe] [PATCH 13/26] drm/xe: Add media GT to tile
` [Intel-xe] [PATCH 14/26] drm/xe: Move display IRQ postinstall out of GT function
` [Intel-xe] [PATCH 15/26] drm/xe: Interrupts are delivered per-tile, not per-GT
` [Intel-xe] [PATCH 16/26] drm/xe/irq: Handle ASLE backlight interrupts at same time as display
` [Intel-xe] [PATCH 17/26] drm/xe/irq: Actually call xe_irq_postinstall()
` [Intel-xe] [PATCH 18/26] drm/xe/irq: Ensure primary GuC won't clobber media GuC's interrupt mask
` [Intel-xe] [PATCH 19/26] drm/xe/irq: Untangle postinstall functions
` [Intel-xe] [PATCH 20/26] drm/xe: Replace xe_gt_irq_postinstall with xe_irq_enable_hwe
` [Intel-xe] [PATCH 21/26] drm/xe: Invalidate TLB on all affected GTs during GGTT updates
` [Intel-xe] [PATCH 22/26] drm/xe/tlb: Obtain forcewake when doing GGTT TLB invalidations
` [Intel-xe] [PATCH 23/26] drm/xe: Allow GT looping and lookup on standalone media
` [Intel-xe] [PATCH 24/26] drm/xe: Update query uapi to support "
` [Intel-xe] [PATCH 25/26] drm/xe: Reinstate media GT support
` [Intel-xe] [PATCH 26/26] drm/xe: Clarify source of GT log messages
` [Intel-xe] ✓ CI.Patch_applied: success for Separate GT and tile
` [Intel-xe] ✗ CI.KUnit: failure "
` [Intel-xe] ✓ CI.Patch_applied: success for Separate GT and tile (rev2)
` [Intel-xe] ✗ CI.KUnit: failure "
[Intel-xe] [RFC PATCH] drm/xe: add a new sysfs directory for gtidle properties
2023-05-12 7:21 UTC (3+ messages)
` [Intel-xe] ✗ CI.Patch_applied: failure for "
[Intel-xe] [PATCH 0/4] Fix display integration for ATS-M
2023-05-12 6:59 UTC (22+ messages)
` [Intel-xe] [PATCH 1/4] fixup! drm/xe/display: Implement display support
` [Intel-xe] [PATCH 2/4] drm/xe: Annotate desc of platforms with display
` [Intel-xe] [PATCH 3/4] drm/xe/display: Consider has_display to enable it
` [Intel-xe] [PATCH 4/4] drm/xe/display: Use xe_display_driver prefix
` [Intel-xe] ✓ CI.Patch_applied: success for Fix display integration for ATS-M
` [Intel-xe] ✓ CI.KUnit: "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ○ CI.BAT: info "
[Intel-xe] [PATCH v2 0/2] drm/xe: Call exit functions when xe_register_pci_driver() fails
2023-05-12 6:18 UTC (8+ messages)
` [Intel-xe] [PATCH v2 1/2] drm/xe: Get rid of MAKE_INIT_EXIT_FUNCS
` [Intel-xe] [PATCH v2 2/2] drm/xe: Call exit functions when xe_register_pci_driver() fails
` [Intel-xe] ✓ CI.Patch_applied: success for drm/xe: Call exit functions when xe_register_pci_driver() fails (rev2)
` [Intel-xe] ✗ CI.KUnit: failure "
[Intel-xe] [PATCH 0/2] drm/xe: Fix unprotected rebind_list accesses
2023-05-12 1:31 UTC (12+ messages)
` [Intel-xe] [PATCH 1/2] drm/xe: Fix unlocked access of the vma::rebind_link
` [Intel-xe] [PATCH 2/2] drm/xe: Properly remove the vma from the vm::notifer::rebind_list when destroyed
` [Intel-xe] ✓ CI.Patch_applied: success for drm/xe: Fix unprotected rebind_list accesses
` [Intel-xe] ✓ CI.KUnit: "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ○ CI.BAT: info "
[Intel-xe] [PATCH] drm/xe: Move Media GuC register definition to proper header
2023-05-11 21:14 UTC (5+ messages)
` [Intel-xe] ✓ CI.Patch_applied: success for "
` [Intel-xe] ✗ CI.KUnit: failure "
[Intel-xe] [RFC PATCH 0/4] Add support for DRM cgroup memory accounting
2023-05-11 19:58 UTC (7+ messages)
` [Intel-xe] [Intel-gfx] "
[Intel-xe] [PATCH] drm/xe: Call exit functions when xe_register_pci_driver() fails
2023-05-11 18:05 UTC (5+ messages)
[Intel-xe] [PATCH v3 1/2] drm/xe: Introduce GT oriented log messages
2023-05-11 17:00 UTC (4+ messages)
` [Intel-xe] [PATCH v3 2/2] drm/xe: Use GT oriented log messages in xe_gt.c
` [Intel-xe] ✓ CI.Patch_applied: success for series starting with [v3,1/2] drm/xe: Introduce GT oriented log messages
` [Intel-xe] ✗ CI.KUnit: failure "
[Intel-xe] [PATCH v2 00/31] Upstreaming prep / all of mbrosts patches
2023-05-11 14:11 UTC (44+ messages)
` [Intel-xe] [PATCH v2 07/31] drm/xe: Only try to lock external BOs in VM bind
` [Intel-xe] [PATCH v2 08/31] drm/xe: VM LRU bulk move
` [Intel-xe] [PATCH v2 16/31] drm/xe: Port Xe to GPUVA
` [Intel-xe] [PATCH v2 17/31] drm/xe: NULL binding implementation
` [Intel-xe] [PATCH v2 19/31] drm/xe: Reduce the number list links in xe_vma
` [Intel-xe] [PATCH v2 20/31] drm/xe: Optimize size of xe_vma allocation
` [Intel-xe] [PATCH v2 21/31] drm/gpuva: Add drm device to GPUVA manager
` [Intel-xe] [PATCH v2 22/31] drm/gpuva: Move dma-resv "
` [Intel-xe] [PATCH v2 23/31] drm/gpuva: Add support for extobj
` [Intel-xe] [PATCH v2 24/31] drm/xe: Userptr refactor
` [Intel-xe] [PATCH v2 27/31] drm/xe: Use drm_exec for locking rather than TTM exec helpers
` [Intel-xe] [PATCH v2 28/31] drm/xe: Allow dma-fences as in-syncs for compute / faulting VM
` [Intel-xe] [PATCH v2 29/31] drm/xe: Allow compute VMs to output dma-fences on binds
` [Intel-xe] [PATCH v2 31/31] drm/xe/uapi: Add some VM bind kernel doc
[Intel-xe] [PATCH] fixup! drm/xe/display: Add intel_pps support too
2023-05-11 12:33 UTC (7+ messages)
` [Intel-xe] ✓ CI.Patch_applied: success for "
` [Intel-xe] ✓ CI.KUnit: "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ○ CI.BAT: info "
[Intel-xe] [PATCH 1/2] DUMMY COMMIT. REMOVE AT NEXT REBASE
2023-05-11 12:32 UTC (8+ messages)
` [Intel-xe] [PATCH 2/2] fixup! drm/i915/display: Remaining changes to make xe compile
` [Intel-xe] ✓ CI.Patch_applied: success for series starting with [1/2] DUMMY COMMIT. REMOVE AT NEXT REBASE
` [Intel-xe] ✓ CI.KUnit: "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ○ CI.BAT: info "
[Intel-xe] [PATCH 1/3] Revert "drm/xe: Use atomic instead of mutex for xe_device_mem_access_ongoing"
2023-05-11 11:43 UTC (4+ messages)
` [Intel-xe] [PATCH 2/3] drm/xe: fix xe_device_mem_access_get() race
[Intel-xe] [PATCH v2 1/1] drm/xe: Notify Userspace when engine/gt reset fails
2023-05-11 11:43 UTC (3+ messages)
[Intel-xe] [PATCH v2] drm/xe/pm: WARN_ON() on unbounded pcie parent bridge device
2023-05-11 10:08 UTC (3+ messages)
` [Intel-xe] ✓ CI.Patch_applied: success for drm/xe/pm: WARN_ON() on unbounded pcie parent bridge device (rev2)
` [Intel-xe] ✗ CI.KUnit: failure "
[Intel-xe] [PATCH] fixup! drm/i915/display: Remaining changes to make xe compile
2023-05-11 9:32 UTC (3+ messages)
` [Intel-xe] ✓ CI.Patch_applied: success for "
` [Intel-xe] ✗ CI.KUnit: failure "
[Intel-xe] [PATCH 1/2] drm/xe/adlp: Add revid => step mapping
2023-05-10 20:33 UTC (2+ messages)
[Intel-xe] [PATCH] fixup! drm/xe/display: Implement display support
2023-05-10 20:18 UTC (6+ messages)
` [Intel-xe] ✓ CI.Patch_applied: success for "
` [Intel-xe] ✓ CI.KUnit: "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ○ CI.BAT: info "
[Intel-xe] [PATCH] drm/xe: Unlink display before turning off irq
2023-05-10 13:18 UTC (6+ messages)
` [Intel-xe] ✓ CI.Patch_applied: success for "
` [Intel-xe] ✓ CI.KUnit: "
` [Intel-xe] ✓ CI.Build: "
[Intel-xe] [RFC PATCH v2 00/23] Xe frontbuffer tracking
2023-05-10 12:47 UTC (28+ messages)
` [Intel-xe] [RFC PATCH v2 01/23] fixup! drm/i915/display: Remaining changes to make xe compile
` [Intel-xe] [RFC PATCH v2 02/23] Revert "drm/i915/display: Neuter frontbuffer tracking harder"
` [Intel-xe] [RFC PATCH v2 03/23] Revert "drm/i915: Remove gem and overlay frontbuffer tracking"
` [Intel-xe] [RFC PATCH v2 04/23] fixup! drm/i915/display: Remaining changes to make xe compile
` [Intel-xe] [RFC PATCH v2 05/23] fixup! drm/xe/display: Implement display support
` [Intel-xe] [RFC PATCH v2 06/23] drm/i915: Add macros to get i915 device from i915_gem_object
` [Intel-xe] [RFC PATCH v2 07/23] drm/xe: Add macro to get i915 device from xe_bo
` [Intel-xe] [RFC PATCH v2 08/23] drm/i915: Add getter for i915_gem_object->frontbuffer
` [Intel-xe] [RFC PATCH v2 09/23] drm/xe: Add frontbuffer setter/getter for xe_bo
` [Intel-xe] [RFC PATCH v2 10/23] drm/i915/display: Remove i915_gem_object_types.h from intel_frontbuffer.h
` [Intel-xe] [RFC PATCH v2 11/23] drm/xe: Add intel_bo_flush_if_display define for Xe
` [Intel-xe] [RFC PATCH v2 12/23] drm/i915: Add intel_bo_flush_if_display define for i915
` [Intel-xe] [RFC PATCH v2 13/23] drm/xe: Add struct i915_active for Xe
` [Intel-xe] [RFC PATCH v2 14/23] drm/xe: Add i915_active.h compatibility header
` [Intel-xe] [RFC PATCH v2 15/23] drm/xe/display: Include i916_active header
` [Intel-xe] [RFC PATCH v2 16/23] drm/i915: Add function to clear scanout flag for vmas
` [Intel-xe] [RFC PATCH v2 17/23] drm/xe: Add empty define for i915_ggtt_clear_scanout
` [Intel-xe] [RFC PATCH v2 18/23] drm/i915/display: Use i915_ggtt_clear_scanout
` [Intel-xe] [RFC PATCH v2 19/23] drm/i915/display: Use drm_gem_object_get/put
` [Intel-xe] [RFC PATCH v2 20/23] drm/xe/display: Use frontbuffer tracking for Xe as well
` [Intel-xe] [RFC PATCH v2 21/23] drm/i915: Add new frontbuffer tracking interface to queue flush
` [Intel-xe] [RFC PATCH v2 22/23] drm/i915: Handle dma fences in dirtyfb callback
` [Intel-xe] [RFC PATCH v2 23/23] drm/xe/display: Use custom dirtyfb for Xe as well
` [Intel-xe] ✓ CI.Patch_applied: success for Xe frontbuffer tracking (rev2)
` [Intel-xe] ✓ CI.KUnit: "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ○ CI.BAT: info "
[Intel-xe] [PATCH 2/3] linux/bits.h: Add fixed-width GENMASK and BIT macros
2023-05-10 12:18 UTC (2+ messages)
[Intel-xe] [PATCH v4 0/4] drm/xe: Rework multi tile device memory initialization
2023-05-10 11:54 UTC (7+ messages)
` [Intel-xe] [PATCH 2/4] drm/xe: Simplify rebar sizing
[Intel-xe] [PATCH] drm/xe: fix tlb_invalidation_seqno_past()
2023-05-10 10:11 UTC (3+ messages)
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