Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-04-03 18:34:32 to 2023-04-05 17:10:27 UTC [more...]

[Intel-xe] [PATCH] drm/xe: follow up on the patch to fix pvc unload issue
 2023-04-05 17:10 UTC  (2+ messages)
` [Intel-xe] ✓ CI.Patch_applied: success for "

[Intel-xe] [PATCH] drm/xe: Use Xe BO pin / unpin functions for FB pin
 2023-04-05 17:04 UTC  (10+ messages)
` [Intel-xe] ✓ CI.Patch_applied: success for "
` [Intel-xe] ✓ CI.KUnit: "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ○ CI.BAT: info "

[Intel-xe] [PATCH 00/21] xe & i915 display integration ifdef cleanups
 2023-04-05 15:59 UTC  (27+ messages)
` [Intel-xe] [PATCH 01/21] fixup! drm/i915/display: Set DISPLAY_MMIO_BASE to 0 for xe
` [Intel-xe] [PATCH 02/21] drm/i915: define I915 during i915 driver build
` [Intel-xe] [PATCH 03/21] drm/i915/display: add I915 conditional build to intel_lvds.h
` [Intel-xe] [PATCH 04/21] fixup! drm/xe/display: Implement display support
` [Intel-xe] [PATCH 05/21] drm/i915/display: add I915 conditional build to hsw_ips.h
` [Intel-xe] [PATCH 06/21] fixup! drm/i915/display: Remaining changes to make xe compile
` [Intel-xe] [PATCH 07/21] fixup! drm/xe/display: Implement display support
` [Intel-xe] [PATCH 08/21] drm/i915/display: add I915 conditional build to i9xx_plane.h
` [Intel-xe] [PATCH 09/21] fixup! drm/i915/display: Remaining changes to make xe compile
` [Intel-xe] [PATCH 10/21] "
` [Intel-xe] [PATCH 11/21] drm/i915/display: add I915 conditional build to intel_lpe_audio.h
` [Intel-xe] [PATCH 12/21] fixup! drm/i915/display: Remaining changes to make xe compile
` [Intel-xe] [PATCH 13/21] drm/i915/display: add I915 conditional build to intel_pch_refclk.h
` [Intel-xe] [PATCH 14/21] fixup! drm/i915/display: Remaining changes to make xe compile
` [Intel-xe] [PATCH 15/21] drm/i915/display: add I915 conditional build to intel_pch_display.h
` [Intel-xe] [PATCH 16/21] drm/i915/display: add I915 conditional build to intel_sprite.h
` [Intel-xe] [PATCH 17/21] fixup! drm/i915/display: Remaining changes to make xe compile
` [Intel-xe] [PATCH 18/21] fixup! drm/xe/display: Implement display support
` [Intel-xe] [PATCH 19/21] drm/i915/display: add I915 conditional build to intel_overlay.h
` [Intel-xe] [PATCH 20/21] fixup! drm/i915/display: Remaining changes to make xe compile
` [Intel-xe] [PATCH 21/21] fixup! drm/xe/display: Implement display support
` [Intel-xe] ✓ CI.Patch_applied: success for xe & i915 display integration ifdef cleanups
` [Intel-xe] ✓ CI.KUnit: "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ○ CI.BAT: info "

[Intel-xe] [RFC PATCH] drm/xe: Use Xe BO pin / unpin functions for FB pin
 2023-04-05 15:40 UTC  (6+ messages)
` [Intel-xe] ✓ CI.Patch_applied: success for drm/xe: Use Xe BO pin / unpin functions for FB pin (rev2)
` [Intel-xe] ✓ CI.KUnit: "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ○ CI.BAT: info "

[Intel-xe] [PATCH v5 0/8] Port Xe to use GPUVA and implement NULL VM binds
 2023-04-05 15:31 UTC  (16+ messages)
` [Intel-xe] [PATCH v5 1/8] maple_tree: split up MA_STATE() macro
` [Intel-xe] [PATCH v5 2/8] maple_tree: Export mas_preallocate
` [Intel-xe] [PATCH v5 3/8] drm: manager to keep track of GPUs VA mappings
` [Intel-xe] [PATCH v5 4/8] drm/xe: Port Xe to GPUVA
` [Intel-xe] [PATCH v5 5/8] drm/xe: NULL binding implementation
` [Intel-xe] [PATCH v5 6/8] drm/xe: Avoid doing rebinds
` [Intel-xe] [PATCH v5 7/8] drm/xe: Reduce the number list links in xe_vma
` [Intel-xe] [PATCH v5 8/8] drm/xe: Optimize size of xe_vma allocation
` [Intel-xe] ✓ CI.Patch_applied: success for Port Xe to use GPUVA and implement NULL VM binds (rev5)
` [Intel-xe] ✓ CI.KUnit: "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ○ CI.BAT: info "

[Intel-xe] [PATCH 0/6] Begin adding GMD_ID support for Xe
 2023-04-05 15:18 UTC  (13+ messages)
` [Intel-xe] [PATCH 1/6] drm/xe: Start splitting xe_device_desc into graphics/media structures
` [Intel-xe] [PATCH 2/6] drm/xe: Set require_force_probe in each platform's description
` [Intel-xe] [PATCH 3/6] drm/xe: Move most platform traits to graphics IP
` [Intel-xe] [PATCH 4/6] drm/xe: Move engine masks into IP descriptor structures
` [Intel-xe] [PATCH 5/6] drm/xe: Clarify GT counting logic
` [Intel-xe] [PATCH 6/6] drm/xe: Select graphics/media descriptors from GMD_ID
` [Intel-xe] ✓ CI.Patch_applied: success for Begin adding GMD_ID support for Xe
` [Intel-xe] ✓ CI.KUnit: "
` [Intel-xe] ✓ CI.Build: "

[Intel-xe] [RFC PATCH 00/10] Xe DRM scheduler and long running workload plans
 2023-04-05 14:08 UTC  (52+ messages)
` [Intel-xe] [RFC PATCH 01/10] drm/sched: Convert drm scheduler to use a work queue rather than kthread
` [Intel-xe] [RFC PATCH 02/10] drm/sched: Move schedule policy to scheduler / entity
` [Intel-xe] [RFC PATCH 03/10] drm/sched: Add DRM_SCHED_POLICY_SINGLE_ENTITY scheduling policy
` [Intel-xe] [RFC PATCH 04/10] drm/sched: Add generic scheduler message interface
` [Intel-xe] [RFC PATCH 05/10] drm/sched: Start run wq before TDR in drm_sched_start
` [Intel-xe] [RFC PATCH 06/10] drm/sched: Submit job before starting TDR
` [Intel-xe] [RFC PATCH 07/10] drm/sched: Add helper to set TDR timeout
` [Intel-xe] [RFC PATCH 08/10] dma-buf/dma-fence: Introduce long-running completion fences
` [Intel-xe] [RFC PATCH 09/10] drm/sched: Support long-running sched entities
` [Intel-xe] [RFC PATCH 10/10] drm/syncobj: Warn on long running dma-fences
` [Intel-xe] ✗ CI.Patch_applied: failure for Xe DRM scheduler and long running workload plans

[Intel-xe] [PATCH v2 0/2] Fix driver load
 2023-04-05 13:46 UTC  (9+ messages)
` [Intel-xe] [PATCH v2 1/2] drm/xe: Always invalidate GGTT on map during "
` [Intel-xe] [PATCH v2 2/2] drm/xe: Add always_invalidate_ggtt module parameter
` [Intel-xe] ✓ CI.Patch_applied: success for Fix driver load (rev2)
` [Intel-xe] ✓ CI.KUnit: "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ○ CI.BAT: info "

[Intel-xe] [PATCH RESEND v3 0/3] drm/ttm: Small fixes / cleanups in prep for shrinking
 2023-04-05 12:36 UTC  (10+ messages)
` [Intel-xe] [PATCH RESEND v3 1/3] drm/ttm/pool: Fix ttm_pool_alloc error path
` [Intel-xe] [PATCH RESEND v3 2/3] drm/ttm: Reduce the number of used allocation orders for TTM pages
` [Intel-xe] [PATCH RESEND v3 3/3] drm/ttm: Make the call to ttm_tt_populate() interruptible when faulting
` [Intel-xe] ✓ CI.Patch_applied: success for drm/ttm: Small fixes / cleanups in prep for shrinking
` [Intel-xe] ✓ CI.KUnit: "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ○ CI.BAT: info "

[Intel-xe] [PATCH] drm/xe: Fix error handling in xe_gt_record_default_lrcs
 2023-04-05  3:48 UTC  (5+ messages)
` [Intel-xe] ✓ CI.Patch_applied: success for "
` [Intel-xe] ✓ CI.KUnit: "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ○ CI.BAT: info "

[Intel-xe] [PATCH 0/2] Fix driver load
 2023-04-05  2:54 UTC  (7+ messages)
` [Intel-xe] [PATCH 1/2] drm/xe: Always invalidate GGTT on map during "
` [Intel-xe] [PATCH 2/2] drm/xe: Add always_invalidate_ggtt module parameter
` [Intel-xe] ✓ CI.Patch_applied: success for Fix driver load
` [Intel-xe] ✓ CI.KUnit: "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ○ CI.BAT: info "

[Intel-xe] [PATCH] drm/xe: fix pvc unload issue
 2023-04-04 20:22 UTC  (10+ messages)
` [Intel-xe] ✓ CI.Patch_applied: success for drm/xe: fix pvc unload issue (rev2)
` [Intel-xe] ✓ CI.KUnit: "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ○ CI.BAT: info "

[Intel-xe] [PATCH 0/3] drm/xe: Update GuC/HuC firmware autoselection
 2023-04-04 18:59 UTC  (6+ messages)
` [Intel-xe] [PATCH 3/3] drm/xe: Update GuC/HuC firmware autoselect logic

[Intel-xe] [PATCH 0/6] drm/xe: Meteorlake fixes
 2023-04-04 18:05 UTC  (15+ messages)
` [Intel-xe] [PATCH 1/6] drm/xe: Fix meteorlake stolen memory
` [Intel-xe] [PATCH 2/6] drm/xe: Use full_gt batchbuffer allocation for media tiles
` [Intel-xe] [PATCH 3/6] drm/i915: Fix comparison in intel_dram
    ` [Intel-xe] [Intel-gfx] "
` [Intel-xe] [PATCH 4/6] drm/xe: Fix XE_LPDP and meteorlake display info
` [Intel-xe] [PATCH 6/6] drm/xe: Fixup __intel_de_wait_for_register macro

[Intel-xe] [PATCH i-g-t v2] tools: Add tool to dump GuC/HuC CSS header
 2023-04-04 17:11 UTC  (2+ messages)
` [Intel-xe] ✗ CI.Patch_applied: failure for tools: Add tool to dump GuC/HuC CSS header (rev2)

[Intel-xe] [PATCH i-g-t] tools: Add tool to dump GuC/HuC CSS header
 2023-04-04 16:25 UTC  (6+ messages)
` [Intel-xe] ✗ CI.Patch_applied: failure for "
` [Intel-xe] [Intel-gfx] [PATCH i-g-t] "

[Intel-xe] [PATCH 1/5] drm/i915: Split display locks init from i915_driver_early_probe()
 2023-04-04  8:15 UTC  (5+ messages)

[Intel-xe] [PATCH v2 0/8] Interrupt cleanup and future-proofing
 2023-04-04  6:22 UTC  (5+ messages)
` [Intel-xe] [PATCH v2 3/8] drm/xe/irq: Drop IRQ_INIT and IRQ_RESET macros
` [Intel-xe] [PATCH v2 4/8] drm/xe/irq: Drop unnecessary GEN11_ and GEN12_ register prefixes

[Intel-xe] [PATCH v2 0/7] Unit tests for rtp and GT wa/tuning
 2023-04-03 23:43 UTC  (10+ messages)
` [Intel-xe] [PATCH v2 1/7] drm/xe: Extract function to initialize xe->info
` [Intel-xe] [PATCH v2 2/7] drm/xe: Move test infra out of xe_pci.[ch]
` [Intel-xe] [PATCH v2 4/7] drm/xe: Generalize fake device creation
` [Intel-xe] [PATCH v2 5/7] drm/xe/reg_sr: Save errors for kunit integration

[Intel-xe] [PATCH v2 1/6] drm/i915: Nuke unused dsparb_lock
 2023-04-03 19:18 UTC  (5+ messages)
` [Intel-xe] ✓ CI.Patch_applied: success for series starting with [v2,1/6] "
` [Intel-xe] ✓ CI.KUnit: "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ○ CI.BAT: info "

[Intel-xe] [PATCH] fixup! drm/xe/pat: Move PAT setup to a dedicated file
 2023-04-03 19:13 UTC  (2+ messages)

[Intel-xe] [PATCH 0/3] drm/xe: Get xe_migrate_test working
 2023-04-03 18:45 UTC  (4+ messages)
` [Intel-xe] [PATCH 2/3] drm/xe/tests: Set correct expectation


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