Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-12-07 08:05:13 to 2023-12-07 19:08:33 UTC [more...]

[PATCH 00/16] drm/xe: Adjust to DRM GPUVM changes
 2023-12-07 19:08 UTC  (19+ 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] drm/xe: Adjust to "drm/gpuvm: add common dma-resv per struct drm_gpuvm"
` [PATCH 13/16] drm/xe: Adjust to commit "drm/gpuvm: add drm_gpuvm_flags to drm_gpuvm"
` [PATCH 14/16] drm/xe: Adjust to commit drm/gpuvm: reference count drm_gpuvm structures
` [PATCH 15/16] drm/xe: Adjust to commit "drm/gpuvm: add an abstraction for a VM/BO combination"
` [PATCH 16/16] drm/xe: Use DRM_GPUVM_RESV_PROTECTED for gpuvm

[PATCH] drm/xe/xe2: Add workaround 16020183090
 2023-12-07 18:33 UTC  (3+ messages)

[PATCH] drm/xe: Replace the scratch pages with NULL PTEs
 2023-12-07 17:39 UTC  (7+ messages)

[PATCH v1 00/14] uAPI Alignment - Documentation
 2023-12-07 17:28 UTC  (24+ messages)
` [PATCH v1 01/14] drm/xe/uapi: Add a comment to each struct
` [PATCH v1 02/14] drm/xe/uapi: Add missing documentation for struct members
` [PATCH v1 03/14] drm/xe/uapi: Document use of size in drm_xe_device_query
` [PATCH v1 04/14] drm/xe/uapi: Document drm_xe_query_config keys
` [PATCH v1 05/14] drm/xe/uapi: Document DRM_XE_DEVICE_QUERY_HWCONFIG
` [PATCH v1 06/14] drm/xe/uapi: Make constant comments visible in kernel doc
` [PATCH v1 07/14] drm/xe/uapi: Replace BO with GEM in documentation
` [PATCH v1 08/14] drm/xe/uapi: Order sections
` [PATCH v1 09/14] drm/xe/uapi: More uAPI documentation additions and cosmetic updates
` [PATCH v1 10/14] drm/xe/uapi: Document the memory_region bitmask
` [PATCH v1 11/14] drm/xe/uapi: Add block diagram of a device
` [PATCH v1 12/14] drm/xe/uapi: Add examples of user space code
` [PATCH v1 13/14] drm/xe/uapi: Move CPU_CACHING defines before doc
` [PATCH v1 14/14] drm/xe/uapi: Move DRM_XE_ACC_GRANULARITY_* where they are used
` ✓ CI.Patch_applied: success for uAPI Alignment - Documentation
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "

[Intel-xe] [PATCH] drm/xe: Rename info.supports_* to info.has_*
 2023-12-07 16:17 UTC  (4+ messages)

[Intel-xe] [PATCH 0/2] Handle mmap with D3
 2023-12-07 17:00 UTC  (7+ 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
  `  "

[Intel-xe] [PATCH 0/2] xe: Add IP versions to GT query
 2023-12-07 16:49 UTC  (9+ messages)
` [Intel-xe] [PATCH 1/2] drm/xe: Stash GMD_ID value in xe_gt
` [Intel-xe] [PATCH 2/2] drm/xe/uapi: Add IP version and stepping to GT list query

[Intel-xe] [PATCH 0/2] Group kunit tests
 2023-12-07 16:11 UTC  (3+ messages)
` [Intel-xe] [PATCH 1/2] drm/xe: Group normal kunit tests in a single module

[PATCH 1/2] Revert "FIXME: drm/i915: avoid taking the uncore lock for xe"
 2023-12-07 16:03 UTC  (10+ messages)
` [PATCH 2/2] drm/i915: handle uncore spinlock when not available
` ✓ CI.Patch_applied: success for series starting with [1/2] Revert "FIXME: drm/i915: avoid taking the uncore lock for xe"
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✗ CI.checksparse: warning "
` ✓ CI.BAT: success "
`  "

[PATCH v6 0/9] Intel_fb.c refactoring
 2023-12-07 15:58 UTC  (10+ messages)
` [PATCH v6 1/9] Revert "FIXME: drm/i915: xe intel_fb.c framebuffer init and destroy xe changes"
` [PATCH v6 2/9] fixup! FIXME: drm/i915/display: Remaining changes to make xe compile
` [PATCH v6 3/9] drm/i915/display: use intel_bo_to_drm_bo in intel_fb.c
` [PATCH v6 4/9] drm/i915/display: Convert intel_fb_modifier_to_tiling as non-static
` [PATCH v6 5/9] drm/i915/display: Handle invalid fb_modifier in intel_fb_modifier_to_tiling
` [PATCH v6 6/9] drm/i915/display: Split i915 specific code away from intel_fb.c
` [PATCH v6 7/9] drm/i915/display: Add intel_fb_bo_framebuffer_fini
` [PATCH v6 8/9] fixup! drm/xe/display: Implement display support
` [PATCH v6 9/9] "

[Intel-xe] [PATCH v5 0/9] Intel_fb.c refactoring
 2023-12-07 15:10 UTC  (2+ messages)
`  "

[PATCH v2 0/9] Handle remaining ifdefs in hack patch
 2023-12-07 15:06 UTC  (18+ messages)
` [PATCH v2 1/9] fixup! FIXME: drm/i915/display: Remaining changes to make xe compile
` [PATCH v2 2/9] drm/i915/display: Use i915_gem_object_get_dma_address to get dma address
` [PATCH v2 3/9] fixup! drm/xe/display: Implement display support
` [PATCH v2 4/9] "
` [PATCH v2 5/9] "
` [PATCH v2 6/9] fixup! FIXME: drm/i915/display: Remaining changes to make xe compile
` [PATCH v2 7/9] "
` [PATCH v2 8/9] fixup! drm/xe/display: Implement display support
` [PATCH v2 9/9] fixup! FIXME: drm/i915/display: Remaining changes to make xe compile
` ✓ CI.Patch_applied: success for Handle remaining ifdefs in hack patch (rev2)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✗ CI.checksparse: warning "
` ✓ CI.BAT: success "

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

[Intel-xe] [PATCH 0/5] Introduce Local Memory Translation Table
 2023-12-07 14:55 UTC  (8+ messages)
` [Intel-xe] [PATCH 1/5] drm/xe: Define DRM_XE_DEBUG_SRIOV config
` [Intel-xe] [PATCH 2/5] drm/xe: Introduce SR-IOV logging macros
` [Intel-xe] [PATCH 3/5] drm/xe/pf: Introduce Local Memory Translation Table

[PATCH v2 0/8] Engine Busyness
 2023-12-07 14:45 UTC  (17+ messages)
` ✓ CI.Patch_applied: success for Engine Busyness (rev2)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` [PATCH v2 1/8] RFC drm/xe: Move user engine class mappings to functions
` [PATCH v2 2/8] RFC drm/xe/guc: Add interface for engine busyness ticks
` [PATCH v2 3/8] RFC drm/xe/guc: Expose engine busyness only for supported GuC version
` [PATCH v2 4/8] RFC drm/xe/guc: Add PMU counter for total active ticks
` [PATCH v2 5/8] RFC drm/xe/uapi: Add configs for Engine busyness
` [PATCH v2 6/8] RFC drm/xe/pmu: Add PMU counters for engine busy ticks
` [PATCH v2 7/8] RFC drm/xe/guc: Dynamically enable/disable engine busyness stats
` [PATCH v2 8/8] RFC drm/xe/guc: Handle runtime suspend issues for engine busyness
` ✓ CI.Build: success for Engine Busyness (rev2)
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✗ CI.BAT: failure "

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

[Intel-xe] [PATCH v6 0/9] Enable compression handling on LNL
 2023-12-07 13:01 UTC  (22+ messages)
` [Intel-xe] [PATCH v6 1/9] drm/xe/xe2: Determine bios enablement for flat ccs on igfx
` [Intel-xe] [PATCH v6 2/9] drm/xe/xe2: Allocate extra pages for ccs during bo create
` [Intel-xe] [PATCH v6 3/9] drm/xe/xe2: Updates on XY_CTRL_SURF_COPY_BLT
` [Intel-xe] [PATCH v6 4/9] drm/xe/xe_migrate: Use NULL 1G PTE mapped at 255GiB VA for ccs clear
` [Intel-xe] [PATCH v6 5/9] drm/xe/xe2: Update chunk size for each iteration of ccs copy
  `  "
` [Intel-xe] [PATCH v6 6/9] drm/xe/xe2: Update emit_pte to use compression enabled PAT index
  `  "
` [Intel-xe] [PATCH v6 7/9] drm/xe/xe2: Handle flat ccs move for igfx
  `  "
` [Intel-xe] [PATCH v6 8/9] drm/xe/xe2: Modify xe_bo_test for system memory
  `  "
` [Intel-xe] [PATCH v6 9/9] drm/xe/xe2: Support flat ccs
  `  "
` ✓ CI.Patch_applied: success for Enable compression handling on LNL. (rev7)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✗ CI.BAT: failure "

[PATCH 0/9] Handle remaining ifdefs in hack patch
 2023-12-07 12:06 UTC  (17+ messages)
` [PATCH 1/9] fixup! FIXME: drm/i915/display: Remaining changes to make xe compile
` [PATCH 2/9] drm/i915/display: Use i915_gem_object_get_dma_address to get dma address
` [PATCH 3/9] fixup! drm/xe/display: Implement display support
` [PATCH 4/9] "
` [PATCH 5/9] "
` [PATCH 6/9] fixup! FIXME: drm/i915/display: Remaining changes to make xe compile
` [PATCH 7/9] "
` [PATCH 8/9] fixup! drm/xe/display: Implement display support
` [PATCH 9/9] fixup! FIXME: drm/i915/display: Remaining changes to make xe compile
` ✓ CI.Patch_applied: success for Handle remaining ifdefs in hack patch
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✗ CI.checksparse: warning "
` ✓ CI.BAT: success "

[Intel-xe] LLC configurating, mmap and bo cache management questions
 2023-12-07 12:01 UTC  (6+ messages)

[Intel-xe] [CI 01/16] drm/gpuvm: convert WARN() to drm_WARN() variants
 2023-12-07 10:17 UTC  (23+ messages)
` [Intel-xe] [CI 02/16] drm/gpuvm: don't always WARN in drm_gpuvm_check_overflow()
` [Intel-xe] [CI 03/16] drm/gpuvm: export drm_gpuvm_range_valid()
` [Intel-xe] [CI 04/16] drm/nouveau: make use of drm_gpuvm_range_valid()
` [Intel-xe] [CI 05/16] drm/gpuvm: add common dma-resv per struct drm_gpuvm
` [Intel-xe] [CI 06/16] drm/nouveau: make use of the GPUVM's shared dma-resv
` [Intel-xe] [CI 07/16] drm/gpuvm: add drm_gpuvm_flags to drm_gpuvm
` [Intel-xe] [CI 08/16] drm/nouveau: separately allocate struct nouveau_uvmm
` [Intel-xe] [CI 09/16] drm/gpuvm: reference count drm_gpuvm structures
` [Intel-xe] [CI 10/16] drm/gpuvm: add an abstraction for a VM / BO combination
` [Intel-xe] [CI 11/16] drm/gpuvm: track/lock/validate external/evicted objects
` [Intel-xe] [CI 12/16] drm/xe: Adjust to "drm/gpuvm: add common dma-resv per struct drm_gpuvm"
` [Intel-xe] [CI 13/16] drm/xe: Adjust to commit "drm/gpuvm: add drm_gpuvm_flags to drm_gpuvm"
` [Intel-xe] [CI 14/16] drm/xe: Adjust to commit drm/gpuvm: reference count drm_gpuvm structures
` [Intel-xe] [CI 15/16] drm/xe: Adjust to commit "drm/gpuvm: add an abstraction for a VM/BO combination"
` [Intel-xe] [CI 16/16] drm/xe: Use DRM_GPUVM_RESV_PROTECTED for gpuvm
` [Intel-xe] ✓ CI.Patch_applied: success for series starting with [CI,01/16] drm/gpuvm: convert WARN() to drm_WARN() variants
` [Intel-xe] ✗ CI.checkpatch: warning "
` [Intel-xe] ✓ CI.KUnit: success "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ✓ CI.Hooks: "
` [Intel-xe] ✗ CI.checksparse: warning "
` ✓ CI.BAT: success "

[Intel-xe] [PATCH v7] drm/i915: handle uncore spinlock when not available
 2023-12-07 10:15 UTC  (5+ messages)
` [Intel-xe] [Intel-gfx] "

[Intel-xe] [PATCH] drm/xe: Check skip_guc_pc before disabling gucrc
 2023-12-07  8:51 UTC  (6+ messages)
` [Intel-xe] ✓ CI.KUnit: success for drm/xe: Check skip_guc_pc before disabling gucrc (rev3)
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ✓ CI.Hooks: "
` [Intel-xe] ✓ CI.checksparse: "
` [Intel-xe] ✓ CI.BAT: "


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