Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-01-12 22:25:13 to 2023-02-17 00:53:08 UTC [more...]

[Intel-xe] [PATCH v2 00/11] Start register cleanup
 2023-02-17  0:52 UTC  (7+ messages)
` [Intel-xe] [PATCH v2 02/11] drm/xe: Sort includes
` [Intel-xe] [PATCH v2 03/11] drm/xe/guc: Remove i915_regs.h include
` [Intel-xe] [PATCH v2 04/11] drm/xe: Remove dependency on intel_engine_regs.h
` [Intel-xe] [PATCH v2 06/11] drm/xe: Remove dependency on intel_lrc_reg.h
` [Intel-xe] [PATCH v2 07/11] drm/xe: Remove dependency on intel_gpu_commands.h
` [Intel-xe] [PATCH v2 10/11] drm/xe: Remove dependency on intel_mchbar_regs.h

[Intel-xe] [PATCH 0/6] Assorted MOCS updates
 2023-02-16 23:17 UTC  (7+ messages)
` [Intel-xe] [PATCH 1/6] drm/xe/mocs: Drop unwanted TGL table
` [Intel-xe] [PATCH 2/6] drm/xe/mocs: Add missing RKL handling
` [Intel-xe] [PATCH 3/6] drm/xe/mocs: Drop xe_mocs_info_index
` [Intel-xe] [PATCH 4/6] drm/xe/mocs: Drop duplicate assignment of uc_index
` [Intel-xe] [PATCH 5/6] drm/xe/mocs: add MTL mocs
` [Intel-xe] [PATCH 6/6] drm/xe/mocs: LNCF MOCS settings only need to be restored on pre-Xe_HP

[Intel-xe] [PATCH] drm/xe: Fix wopcm size
 2023-02-16 23:17 UTC  (2+ messages)

[Intel-xe] [PATCH] drm/xe: Update the list of devices to add even more TGL devices
 2023-02-16 21:27 UTC  (2+ messages)

[Intel-xe] [PATCH 0/1] drm: Add a gpu page-table walker
 2023-02-16 20:18 UTC  (3+ messages)
` [Intel-xe] [PATCH 1/1] drm: Add a gpu page-table walker helper

[Intel-xe] [PATCH] drm/xe: Initialize ret in mcr_lock()
 2023-02-16 18:59 UTC  (2+ messages)

[Intel-xe] [PATCH 0/3] drm, drm/amd, drm/radeon: Introduce a generic suballocator
 2023-02-16 14:48 UTC  (4+ messages)
` [Intel-xe] [PATCH 1/3] drm/suballoc: Introduce a generic suballocation manager
` [Intel-xe] [PATCH 2/3] drm/amd: Convert amdgpu to use suballocation helper
` [Intel-xe] [PATCH 3/3] drm/radeon: Use the drm suballocation manager implementation

[Intel-xe] [PATCH 0/2] Start register cleanup
 2023-02-16 13:51 UTC  (7+ messages)
` [Intel-xe] [PATCH 1/2] drm/xe/guc: Remove i915_regs.h include
` [Intel-xe] [PATCH 2/2] drm/xe: Remove dependency on intel_engine_regs.h

[Intel-xe] [PATCH 0/6] Disabling display with modparam
 2023-02-16 13:19 UTC  (9+ messages)
` [Intel-xe] [PATCH 1/6] drm/xe: allow disabling display at modprobe time
` [Intel-xe] [PATCH 2/6] drm/xe: place all modprobe parameters at the same place
` [Intel-xe] [PATCH 3/6] drm/xe: move XE_DISPLAY to the Kconfig
` [Intel-xe] [PATCH 4/6] drm/xe: move xe device display logic to a separate file
` [Intel-xe] [PATCH 5/6] drm/xe: move xe IRQ-related display logic to xe_display.c
` [Intel-xe] [PATCH 6/6] drm/xe: move xe PM-related "

[Intel-xe] [PATCH v3 1/3] drm/xe/mmio: fix forcewake ref leak in xe_mmio_ioctl
 2023-02-15 10:28 UTC  (3+ messages)
` [Intel-xe] [PATCH v3 2/3] drm/xe/stolen: don't map stolen on small-bar
` [Intel-xe] [PATCH v3 3/3] drm/xe/query: zero the region info

[Intel-xe] [PATCH v2 1/2] drm/xe/mmio: don't leak the forcewake ref
 2023-02-14 19:45 UTC  (4+ messages)
` [Intel-xe] [PATCH v2 2/2] drm/xe/stolen: don't map stolen on small-bar

[Intel-xe] [PATCH 01/15] drm/xe/mmio: don't leak the forcewake ref
 2023-02-14 17:51 UTC  (17+ messages)
` [Intel-xe] [PATCH 02/15] drm/xe/stolen: don't map stolen on small-bar
` [Intel-xe] [PATCH 03/15] drm/xe/mmio: s/lmem/vram/
` [Intel-xe] [PATCH 04/15] drm/xe: prefer xe_bo_create_pin_map()
` [Intel-xe] [PATCH 05/15] drm/xe/bo: explicitly reject zero sized BO
` [Intel-xe] [PATCH 06/15] drm/xe/query: zero the region info
` [Intel-xe] [PATCH 07/15] drm/xe/vram: start tracking the io_size
` [Intel-xe] [PATCH 08/15] drm/xe/buddy: remove the virtualized start
` [Intel-xe] [PATCH 09/15] drm/xe/buddy: add visible tracking
` [Intel-xe] [PATCH 10/15] drm/xe/buddy: add compatible and intersects hooks
` [Intel-xe] [PATCH 11/15] drm/xe/bo: support tiered vram allocation for small-bar
` [Intel-xe] [PATCH 12/15] drm/xe/migrate: retain CCS aux state for vram -> vram
` [Intel-xe] [PATCH 13/15] drm/xe/display: annotate CC buffers with NEEDS_CPU_ACCESS
` [Intel-xe] [PATCH 14/15] drm/xe/uapi: add the userspace bits for small-bar
` [Intel-xe] [PATCH 15/15] drm/xe: fully turn on small-bar support

[Intel-xe] [PATCH 00/22] TLB Invalidation
 2023-02-13 23:22 UTC  (29+ messages)
` [Intel-xe] [PATCH 01/22] drm/xe: Don't process TLB invalidation done in CT fast-path
` [Intel-xe] [PATCH 02/22] drm/xe: Break of TLB invalidation into its own file
` [Intel-xe] [PATCH 03/22] drm/xe: Move TLB invalidation variable to own sub-structure in GT
` [Intel-xe] [PATCH 04/22] drm/xe: Add TLB invalidation fence
` [Intel-xe] [PATCH 05/22] drm/xe: Invalidate TLB after unbind is complete
` [Intel-xe] [PATCH 06/22] drm/xe: Kernel doc GT TLB invalidations
` [Intel-xe] [PATCH 07/22] drm/xe: Add TLB invalidation fence ftrace
` [Intel-xe] [PATCH 08/22] drm/xe: Fix build for CONFIG_DRM_XE_DEBUG
` [Intel-xe] [PATCH 09/22] drm/xe: Add TDR for invalidation fence timeout cleanup
` [Intel-xe] [PATCH 10/22] drm/xe: Only set VM->asid for platforms that support a ASID
` [Intel-xe] [PATCH 11/22] drm/xe: Delete debugfs entry to issue TLB invalidation
` [Intel-xe] [PATCH 12/22] drm/xe: Add has_range_tlb_invalidation device attribute
` [Intel-xe] [PATCH 13/22] drm/xe: Add range based TLB invalidations
` [Intel-xe] [PATCH 14/22] drm/xe: Propagate error from bind operations to async fence
` [Intel-xe] [PATCH 15/22] drm/xe: Use GuC to do GGTT invalidations for the GuC firmware
` [Intel-xe] [PATCH 16/22] drm/xe: Coalesce GGTT invalidations
` [Intel-xe] [PATCH 17/22] drm/xe: Lock GGTT on when restoring kernel BOs
` [Intel-xe] [PATCH 18/22] drm/xe: Propagate VM unbind error to invalidation fence
` [Intel-xe] [PATCH 19/22] drm/xe: Signal invalidation fence immediately if CT send fails
` [Intel-xe] [PATCH 20/22] drm/xe: Add has_asid to device info
` [Intel-xe] [PATCH 21/22] drm/xe: Add TLB invalidation fence after rebinds issued from execs
` [Intel-xe] [PATCH 22/22] drm/xe: Drop TLB invalidation from ring operations

[Intel-xe] [PATCH] test:test
 2023-02-13  6:25 UTC 

[Intel-xe] [PATCH 0/4] A few display patches needing review to be confirmed
 2023-02-06 22:35 UTC  (9+ messages)
` [Intel-xe] [PATCH 1/4] drm/xe/fbc: set compressed_fb to NULL on error
` [Intel-xe] [PATCH 2/4] drm/xe: fix XE_DISPLAY dependency on ACPI
` [Intel-xe] [PATCH 3/4] drm/xe: allow building XE_DISPLAY without ACPI
` [Intel-xe] [PATCH 4/4] drm/xe: fix DRM_FBDEV_EMULATION dependencies

[Intel-xe] [PATCH v2] drm/xe: Add fake workaround to maintain backward compatible in MI_BATCH_BUFFER_START
 2023-02-06 22:09 UTC  (14+ messages)

[Intel-xe] [PATCH] drm/xe/migrate: Update emit_pte to cope with a size level than 4k
 2023-02-03 20:16 UTC 

[Intel-xe] [PATCH 00/37] Catching up since we went public
 2023-02-03 19:56 UTC  (47+ messages)
` [Intel-xe] [PATCH 01/37] drm/msm: Fix compile error
` [Intel-xe] [PATCH 02/37] drm/xe: Implement a local xe_mmio_wait32
` [Intel-xe] [PATCH 12/37] drm/xe/migrate: Add kerneldoc for the migrate subsystem
` [Intel-xe] [PATCH 13/37] drm/xe: Take memory ref on kernel job creation
` [Intel-xe] [PATCH 14/37] drm/xe: Add intel_pps support too
` [Intel-xe] [PATCH 15/37] drm/xe: Rework initialisation ordering slightly so we can inherit fb
` [Intel-xe] [PATCH 16/37] drm/xe: Implement stolen memory
` [Intel-xe] [PATCH 17/37] drm/xe: Allow fbdev to allocate "
` [Intel-xe] [PATCH 18/37] drm/xe: Implement initial hw readout for framebuffer
` [Intel-xe] [PATCH 19/37] drm/xe: Put DPT into stolen memory, if available
` [Intel-xe] [PATCH 20/37] drm/xe: Implement FBC support
` [Intel-xe] [PATCH 21/37] drm/i915: Remove i915_drm_suspend_mode
` [Intel-xe] [PATCH 22/37] drm/xe: Fix compilation when Xe driver is builtin
` [Intel-xe] [PATCH 23/37] drm/xe: Fix dumb bo create
` [Intel-xe] [PATCH 24/37] drm/i915: Expand force_probe to block probe of devices as well
` [Intel-xe] [PATCH 25/37] drm/xe: Introduce force_probe parameter
` [Intel-xe] [PATCH 26/37] Revert "drm/xe: Validate BO on CPU fault"
` [Intel-xe] [PATCH 27/37] drm/xe: Ensure VMA not userptr before calling xe_bo_is_stolen
` [Intel-xe] [PATCH 28/37] drm/xe: Don't use engine_mask until after hwconfig parse
` [Intel-xe] [PATCH 29/37] drm/xe: Fake pulling gt->info.engine_mask from hwconfig blob
` [Intel-xe] [PATCH 30/37] drm/xe/guc: Report submission version of GuC firmware
` [Intel-xe] [PATCH 31/37] drm/xe/guc: s/xe_guc_send_mmio/xe_guc_mmio_send
` [Intel-xe] [PATCH 32/37] drm/xe/guc: Add support GuC MMIO send / recv
` [Intel-xe] [PATCH 33/37] drm/xe: Make FBC check stolen at use time
` [Intel-xe] [PATCH 34/37] drm/xe: Move xe_ttm_stolen_mgr_init back
` [Intel-xe] [PATCH 35/37] drm/xe: Fix hidden gotcha regression with bo create
` [Intel-xe] [PATCH 36/37] drm/xe: Fix xe_mmio_wait32 timeouts
` [Intel-xe] [PATCH 37/37] drm/xe: enforce GSMBASE for DG1 instead of BAR2

[Intel-xe] [PATCH 00/20] Catching up - round 2
 2023-01-31 19:30 UTC  (27+ messages)
` [Intel-xe] [PATCH 01/20] drm/xe/migrate: Update emit_pte to cope with a size level than 4k
` [Intel-xe] [PATCH 02/20] drm/xe/fbc: set compressed_fb to NULL on error
` [Intel-xe] [PATCH 03/20] drm/xe/pcode: fix pcode error check
` [Intel-xe] [PATCH 04/20] drm/xe: fix xe_mmio_total_vram_size
` [Intel-xe] [PATCH 05/20] drm/xe/ggtt: Use BIT_ULL() for 64bit
` [Intel-xe] [PATCH 06/20] drm/xe: Fix some log messages on 32b
` [Intel-xe] [PATCH 07/20] drm/xe/mmio: Use non-atomic writeq/readq variant for 32b
` [Intel-xe] [PATCH 08/20] drm/xe: Fix tracepoints on 32b
` [Intel-xe] [PATCH 09/20] drm/xe/gt: Fix min() with u32 and u64
` [Intel-xe] [PATCH 10/20] drm/xe: Add documentation for mem_type
` [Intel-xe] [PATCH 11/20] drm/xe/ext: Dont call intel_display_power_is_enabled from irq install/remove
` [Intel-xe] [PATCH 12/20] ]65; 7002; 1cdrm/xe: Add min config for kunit integration ARCH=um
` [Intel-xe] [PATCH 13/20] drm/xe/Kconfig.debug: select DEBUG_FS for KUnit runs
` [Intel-xe] [PATCH 14/20] drm/xe: KUnit tests depend on CONFIG_DRM_FBDEV_EMULATION
` [Intel-xe] [PATCH 15/20] drm/xe: fix XE_DISPLAY dependency on ACPI
` [Intel-xe] [PATCH 16/20] drm/xe: allow building XE_DISPLAY without ACPI
` [Intel-xe] [PATCH 17/20] drm/xe: fix DRM_FBDEV_EMULATION dependencies
` [Intel-xe] [PATCH 18/20] drm/xe/gt: Enable interrupt while initializing root gt
` [Intel-xe] [PATCH 19/20] drm/xe: Fix Meteor Lake rsa issue on guc loading
` [Intel-xe] [PATCH 20/20] drm/xe/guc_pc: Fix Meteor Lake registers

[Intel-xe] [PATCH 23/23] drm/xe: Introduce a new DRM driver for Intel GPUs
 2023-01-31  1:37 UTC 

[Intel-xe] [PATCH v3] drm/xe: Add fake workaround to maintain backward compatible in MI_BATCH_BUFFER_START
 2023-01-30 18:50 UTC 

[Intel-xe] [PATCH] drm/xe: Add fake workaround to maintain backward compatible in MI_BATCH_BUFFER_START
 2023-01-30 14:57 UTC  (2+ messages)

[Intel-xe] [PATCH 1/2] xe/uapi: Rename XE_ENGINE_PROPERTY_X to XE_ENGINE_SET_PROPERTY_X
 2023-01-23 21:35 UTC  (4+ messages)
` [Intel-xe] [PATCH 2/2] xe: Add XE_ENGINE_GET_PROPERTY uAPI


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