Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-09-13 13:52:58 to 2023-09-14 20:03:28 UTC [more...]

[Intel-xe] [PATCH v2 0/4] Port CPU-GPU timestamp correlation to XE KMD
 2023-09-14 20:01 UTC  (7+ messages)
` [Intel-xe] [PATCH v2 3/4] fixup! drm/xe: Introduce a new DRM driver for Intel GPUs
` [Intel-xe] [PATCH v2 4/4] drm/xe: Correlate engine and cpu timestamps with better accuracy

[Intel-xe] [PATCH] drm/xe/guc: Switch to major-only GuC FW tracking for MTL
 2023-09-14 19:33 UTC  (8+ messages)
` [Intel-xe] ✓ CI.Patch_applied: success for drm/xe/guc: Switch to major-only GuC FW tracking for MTL (rev4)
` [Intel-xe] ✓ CI.checkpatch: "
` [Intel-xe] ✓ CI.KUnit: "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ✓ CI.Hooks: "
` [Intel-xe] ✓ CI.checksparse: "
` [Intel-xe] ✓ CI.BAT: "

[Intel-xe] [PATCH v3 0/3] uC management cleanup
 2023-09-14 19:01 UTC  (16+ messages)
` [Intel-xe] [PATCH v3 1/3] drm/xe/uc: Rename guc_submission_enabled() to uc_enabled()
` [Intel-xe] [PATCH v3 2/3] drm/xe/uc: Fix uC status tracking
` [Intel-xe] [PATCH v3 3/3] drm/xe/uc: Add GuC/HuC firmware path overrides
` [Intel-xe] ✓ CI.Patch_applied: success for uC management cleanup (rev2)
` [Intel-xe] ✗ CI.checkpatch: warning "
` [Intel-xe] ✓ CI.KUnit: success "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ✓ CI.Hooks: "
` [Intel-xe] ✓ CI.checksparse: "
` [Intel-xe] ✓ CI.BAT: "

[Intel-xe] [PATCH] fixup! drm/xe/guc: Report submission version of GuC firmware
 2023-09-14 18:49 UTC  (2+ messages)
` [Intel-xe] ✗ CI.Patch_applied: failure for fixup! drm/xe/guc: Report submission version of GuC firmware (rev4)

[Intel-xe] [PATCH v2 0/6] PAT and cache coherency support
 2023-09-14 18:16 UTC  (9+ messages)
` [Intel-xe] [PATCH v2 1/6] drm/xe/uapi: Add support for cache and coherency mode
` [Intel-xe] [PATCH v2 2/6] drm/xe: move pat_table into device info
` [Intel-xe] [PATCH v2 3/6] drm/xe/pat: trim the tgl PAT table
` [Intel-xe] [PATCH v2 4/6] drm/xe/pat: annotate pat_index with coherency mode
` [Intel-xe] [PATCH v2 5/6] drm/xe/migrate: rather use pte_encode helpers
` [Intel-xe] [PATCH v2 6/6] drm/xe/uapi: support pat_index selection with vm_bind
` [Intel-xe] ✗ CI.Patch_applied: failure for PAT and cache coherency support (rev2)

[Intel-xe] [PATCH v3 00/13] DRM scheduler changes for Xe
 2023-09-14 17:48 UTC  (21+ messages)
` [Intel-xe] [PATCH v3 02/13] drm/sched: Convert drm scheduler to use a work queue rather than kthread
` [Intel-xe] [PATCH v3 03/13] drm/sched: Move schedule policy to scheduler / entity
` [Intel-xe] [PATCH v3 09/13] drm/sched: Submit job before starting TDR
` [Intel-xe] [PATCH v3 10/13] drm/sched: Add helper to set TDR timeout
` [Intel-xe] [PATCH v3 12/13] drm/sched/doc: Add Entity teardown documentaion

[Intel-xe] [PATCH v2 0/1] Remove HAS_DISPLAY() check from intel_hpd_poll_fini
 2023-09-14 17:43 UTC  (9+ messages)
` [Intel-xe] [PATCH v2 1/1] Revert "FIXME: drm/i915/hpd: skip intel_hpd_poll_fini() for non-display paths"
` [Intel-xe] ✓ CI.Patch_applied: success for Remove HAS_DISPLAY() check from intel_hpd_poll_fini
` [Intel-xe] ✗ CI.checkpatch: warning "
` [Intel-xe] ✓ CI.KUnit: success "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ✓ CI.Hooks: "
` [Intel-xe] ✗ CI.checksparse: warning "
` [Intel-xe] ✓ CI.BAT: success "

[Intel-xe] [PATCH 0/2] Remove XE_EXEC_QUEUE_SET_PROPERTY_COMPUTE_MODE
 2023-09-14 17:39 UTC  (11+ messages)
` [Intel-xe] [PATCH 1/2] drm/xe: Deprecate XE_EXEC_QUEUE_SET_PROPERTY_COMPUTE_MODE implementation
` [Intel-xe] [PATCH 2/2] drm/xe: Remove XE_EXEC_QUEUE_SET_PROPERTY_COMPUTE_MODE from uAPI

[Intel-xe] [PATCH v3 00/29] Enable Lunar Lake display
 2023-09-14 16:36 UTC  (5+ messages)
` [Intel-xe] [PATCH v3 16/29] drm/i915/xe2lpd: Add display power well
  ` [Intel-xe] [Intel-gfx] "

[Intel-xe] [PATCH] Revert "FIXME: drm/i915/hpd: skip intel_hpd_poll_fini() for non-display paths"
 2023-09-14 16:30 UTC  (7+ messages)
` [Intel-xe] ✓ CI.Patch_applied: success for "
` [Intel-xe] ✗ CI.checkpatch: warning "
` [Intel-xe] ✓ CI.KUnit: success "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ✓ CI.Hooks: "
` [Intel-xe] ✗ CI.checksparse: warning "

[Intel-xe] [PATCH] drm/xe: Reinstate pipelined fence enable_signaling
 2023-09-14 15:35 UTC  (3+ messages)
` [Intel-xe] ✗ CI.Patch_applied: failure for "

[Intel-xe] [PATCH] drm/xe/uapi: Remove MMIO ioctl
 2023-09-14 14:20 UTC  (13+ messages)

[Intel-xe] [CI 0/4] Cursor tests for CI
 2023-09-14 15:13 UTC  (12+ messages)
` [Intel-xe] [CI 1/4] fixup! drm/xe/display: Implement display support
` [Intel-xe] [CI 2/4] drm/i915: Swap ggtt_vma during legacy cursor update
` [Intel-xe] [CI 3/4] SorryNotSorryCancelling
` [Intel-xe] [CI 4/4] drm/i915: Handle legacy cursor update as normal update
` [Intel-xe] ✓ CI.Patch_applied: success for Cursor tests for CI
` [Intel-xe] ✗ CI.checkpatch: warning "
` [Intel-xe] ✓ CI.KUnit: success "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ✓ CI.Hooks: "
` [Intel-xe] ✗ CI.checksparse: warning "
` [Intel-xe] ✓ CI.BAT: success "

[Intel-xe] [PATCH v3] drm/xe/display: Print display ip version
 2023-09-14 14:35 UTC  (5+ messages)

[Intel-xe] [RFC 0/5] Some uapi alignment in response to the uapi review
 2023-09-14 14:07 UTC  (10+ messages)
` [Intel-xe] [RFC 1/5] drm/xe: Kill XE_VM_PROPERTY_BIND_OP_ERROR_CAPTURE_ADDRESS extension
` [Intel-xe] [RFC 2/5] drm/xe/uapi: Document drm_xe_query_gt

[Intel-xe] [PATCH V3 0/7] drm/xe: fdinfo memory stats
 2023-09-14 13:16 UTC  (15+ messages)
` [Intel-xe] [PATCH V3 1/7] drm/xe: Add drm-client infrastructure
` [Intel-xe] [PATCH V3 2/7] drm/xe: Interface xe drm client with fdinfo interface
` [Intel-xe] [PATCH V3 3/7] drm/xe: Add tracking support for bos per client
` [Intel-xe] [PATCH V3 4/7] drm/xe: Record each drm client with its VM
` [Intel-xe] [PATCH V3 5/7] drm/xe: Track page table memory usage for client
` [Intel-xe] [PATCH V3 6/7] drm/xe: Account ring buffer and context state storage
` [Intel-xe] [PATCH V3 7/7] drm/xe: Implement fdinfo memory stats printing
` [Intel-xe] ✓ CI.Patch_applied: success for drm/xe: fdinfo memory stats (rev3)
` [Intel-xe] ✗ CI.checkpatch: warning "
` [Intel-xe] ✓ CI.KUnit: success "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ✓ CI.Hooks: "
` [Intel-xe] ✓ CI.checksparse: "
` [Intel-xe] ✓ CI.BAT: "

[Intel-xe] [PATCH v3 0/2] drm/tests: Fix for UAF and a test for drm_exec lock alloc tracking warning
 2023-09-14 11:59 UTC  (3+ messages)
` [Intel-xe] [PATCH v3 1/2] drm/tests: helpers: Avoid a driver uaf
  ` [Intel-xe] (subset) "

[Intel-xe] [PATCH V3 i-g-t] tests/xe_drm_fdinfo: Add tests to read and verify fdinfo
 2023-09-14 10:58 UTC  (2+ messages)
` [Intel-xe] ✗ CI.Patch_applied: failure for tests/xe_drm_fdinfo: Add tests to read and verify fdinfo (rev3)

[Intel-xe] [PATCH] drm/xe: Add support for PAT encoding in PTE and PDE
 2023-09-14 10:50 UTC  (2+ messages)

[Intel-xe] [PATCH v2 0/4] drm/xe/gsc: add initial gsc support
 2023-09-14 10:12 UTC  (12+ messages)
` [Intel-xe] [PATCH v2 1/4] drm/xe/gsc: add HECI2 register offsets
` [Intel-xe] [PATCH v2 2/4] drm/xe/gsc: add has_heci_gscfi indication to device
` [Intel-xe] [PATCH v2 3/4] drm/xe/gsc: add gsc device support
` [Intel-xe] [PATCH v2 4/4] mei: gsc: add support for auxiliary device created by Xe driver
` [Intel-xe] ✓ CI.Patch_applied: success for drm/xe/gsc: add initial gsc support (rev2)
` [Intel-xe] ✗ CI.checkpatch: warning "
` [Intel-xe] ✓ CI.KUnit: success "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ✗ CI.Hooks: failure "
` [Intel-xe] ✓ CI.checksparse: success "
` [Intel-xe] ✓ CI.BAT: "

[Intel-xe] [PATCH v3 0/5] FBC refactoring
 2023-09-14  9:45 UTC  (10+ messages)
` [Intel-xe] [PATCH v3 4/5] drm/xe: Add i915_gem.h compatibility header
` [Intel-xe] ✓ CI.Patch_applied: success for FBC refactoring (rev5)
` [Intel-xe] ✗ CI.checkpatch: warning "
` [Intel-xe] ✓ CI.KUnit: success "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ✓ CI.Hooks: "
` [Intel-xe] ✗ CI.checksparse: warning "
` [Intel-xe] ✓ CI.BAT: success "

[Intel-xe] [PATCH 0/2] Remove extra headers added into intel_display_power.h
 2023-09-14  9:39 UTC  (10+ messages)
` [Intel-xe] ✓ CI.Patch_applied: success for Remove extra headers added into intel_display_power.h (rev4)
` [Intel-xe] ✗ CI.checkpatch: warning "
` [Intel-xe] ✓ CI.KUnit: success "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ✓ CI.Hooks: "
` [Intel-xe] ✗ CI.checksparse: warning "
` [Intel-xe] ✓ CI.BAT: success "

[Intel-xe] [PATCH v2 0/2] Remove extra headers added into intel_display_power.h
 2023-09-14  8:49 UTC  (10+ messages)
` [Intel-xe] [PATCH v2 1/2] fixup! drm/xe/display: Implement display support
` [Intel-xe] [PATCH v2 2/2] Revert "FIXME: drm/i915: add a lot of includes in intel_display_power.h"
` [Intel-xe] ✓ CI.Patch_applied: success for Remove extra headers added into intel_display_power.h (rev5)
` [Intel-xe] ✗ CI.checkpatch: warning "
` [Intel-xe] ✓ CI.KUnit: success "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ✓ CI.Hooks: "
` [Intel-xe] ✗ CI.checksparse: warning "
` [Intel-xe] ✓ CI.BAT: success "

[Intel-xe] [PATCH 0/6] Separate display and tile workarounds
 2023-09-14  8:17 UTC  (15+ messages)
` [Intel-xe] [PATCH 1/6] drm/i915: Stop forcing clock gating init for future platforms
` [Intel-xe] [PATCH 2/6] drm/i915/adlp: Stop calling gen12lp_init_clock_gating()
` [Intel-xe] [PATCH 3/6] drm/i915/display: Extract display workarounds from clock gating init
` [Intel-xe] [PATCH 4/6] drm/i915/display: Apply workarounds during display init
` [Intel-xe] [PATCH 5/6] drm/xe/wa: Apply tile workarounds at probe/resume
` [Intel-xe] [PATCH 6/6] fixup! drm/xe/display: Implement display support
` [Intel-xe] ✓ CI.Patch_applied: success for Separate display and tile workarounds
` [Intel-xe] ✗ CI.checkpatch: warning "
` [Intel-xe] ✓ CI.KUnit: success "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ✓ CI.Hooks: "
` [Intel-xe] ✗ CI.checksparse: warning "
` [Intel-xe] ✓ CI.BAT: success "

[Intel-xe] [PATCH v7 0/3] drm/xe/pmu: Enable PMU interface
 2023-09-14  7:31 UTC  (11+ messages)
` [Intel-xe] [PATCH v3 1/3] drm/xe: Get GT clock to nanosecs
` [Intel-xe] [PATCH 2/3] drm/xe: Use spinlock in forcewake instead of mutex
` [Intel-xe] [PATCH v7 3/3] drm/xe/pmu: Enable PMU interface
` [Intel-xe] ✓ CI.Patch_applied: success for drm/xe/pmu: Enable PMU interface (rev7)
` [Intel-xe] ✗ CI.checkpatch: warning "
` [Intel-xe] ✓ CI.KUnit: success "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ✗ CI.Hooks: failure "
` [Intel-xe] ✓ CI.checksparse: success "
` [Intel-xe] ✓ CI.BAT: "

[Intel-xe] [PATCH v2 0/5] FBC refactoring
 2023-09-14  5:40 UTC  (3+ messages)

[Intel-xe] [PATCH v6 0/3] drm/xe/pmu: Enable PMU interface
 2023-09-14  5:38 UTC  (6+ messages)
` [Intel-xe] [PATCH v6 3/3] "

[Intel-xe] [PATCH DONTMERGE] drm/xe: uapi review submission
 2023-09-14  1:40 UTC  (2+ messages)

[Intel-xe] [PATCH v2 0/3] uC management cleanup
 2023-09-13 22:35 UTC  (5+ messages)
` [Intel-xe] [PATCH v2 1/3] drm/xe/uc: Rename guc_submission_enabled() to uc_enabled()
` [Intel-xe] [PATCH v2 2/3] drm/xe/uc: Fix uC status tracking
` [Intel-xe] [PATCH v2 3/3] drm/xe/uc: Add GuC/HuC firmware path overrides
` [Intel-xe] ✗ CI.Patch_applied: failure for uC management cleanup

[Intel-xe] [PATCH 0/4] drm/xe/gsc: add initial gsc support
 2023-09-13 15:59 UTC  (5+ messages)
` [Intel-xe] [PATCH 3/4] drm/xe/gsc: add gsc device support

[Intel-xe] [RFC 0/5] PAT and cache coherency support
 2023-09-13 15:50 UTC  (6+ messages)
` [Intel-xe] [RFC 5/5] drm/xe/uapi: support pat_index selection with vm_bind

[Intel-xe] [PATCH i-g-t v2 00/17] Fix IGT Kunit implementation issues
 2023-09-13 14:04 UTC  (4+ messages)
` [Intel-xe] [PATCH i-g-t v2 07/17] lib/ktap: Don't ignore interrupt signals
  ` [Intel-xe] [Intel-gfx] "

[Intel-xe] [PATCH 0/6] MMIO extension support for multi-tile devices
 2023-09-13 13:54 UTC  (4+ messages)
` [Intel-xe] ✓ CI.Patch_applied: success for "
` [Intel-xe] ✗ CI.checkpatch: warning "
` [Intel-xe] ✓ CI.KUnit: success "


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