Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-12-14 11:24:47 to 2023-12-15 20:57:52 UTC [more...]

[PATCH] drm/xe/display: Fix dummy __i915_inject_probe_error()
 2023-12-15 20:57 UTC  (4+ messages)
` ✓ CI.Patch_applied: success for "
` ✗ CI.checkpatch: warning "

[PATCH] drm/xe/dg2: Drop pre-production workarounds
 2023-12-15 20:05 UTC  (9+ messages)
` ✓ CI.Patch_applied: success for "
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "

[PATCH v4 00/10] Introduce GuC Doorbells Manager
 2023-12-15 18:36 UTC  (18+ messages)
` [PATCH v4 01/10] drm/xe: Add GT oriented drm_printers
` [PATCH v4 02/10] drm/xe: Report TLB timeout using GT oriented functions
` [PATCH v4 03/10] drm/xe: Introduce GuC Doorbells Manager
` [PATCH v4 04/10] drm/xe/kunit: Set SR-IOV mode of the fake device
` [PATCH v4 05/10] drm/xe/kunit: Define helper functions to allocate fake xe device
` [PATCH v4 06/10] drm/xe/kunit: Restore test->priv when done with "
` [PATCH v4 07/10] drm/xe/kunit: Use xe kunit helper in RTP test
` [PATCH v4 08/10] drm/xe/kunit: Use xe kunit helper in WA test
` [PATCH v4 09/10] drm/xe/kunit: Enable CONFIG_LOCKDEP in tests
` [PATCH v4 10/10] drm/xe/kunit: Add GuC Doorbells Manager tests
` ✓ CI.Patch_applied: success for Introduce GuC Doorbells Manager (rev4)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "

[PATCH v1 00/21] uAPI Alignment - More cleanup before upstream
 2023-12-15 17:51 UTC  (31+ messages)
` [PATCH v1 01/21] drm/xe/uapi: add exec_queue_id member to drm_xe_wait_user_fence structure
` [PATCH v1 02/21] drm/xe/uapi: Return correct error code for xe_wait_user_fence_ioctl
` [PATCH v1 03/21] drm/xe/uapi: Remove DRM_IOCTL_XE_EXEC_QUEUE_SET_PROPERTY
` [PATCH v1 04/21] drm/xe/uapi: Remove DRM_XE_UFENCE_WAIT_MASK_*
` [PATCH v1 05/21] drm/xe/pmu: Remove PMU from Xe till uapi is finalized
` [PATCH v1 06/21] drm/xe/uapi: Ensure every uapi struct has drm_xe prefix
` [PATCH v1 07/21] drm/xe/uapi: Remove sync binds
` [PATCH v1 08/21] drm/xe/uapi: Add a comment to each struct
` [PATCH v1 09/21] drm/xe/uapi: Add missing documentation for struct members
` [PATCH v1 10/21] drm/xe/uapi: Document use of size in drm_xe_device_query
` [PATCH v1 11/21] drm/xe/uapi: Document drm_xe_query_config keys
` [PATCH v1 12/21] drm/xe/uapi: Document DRM_XE_DEVICE_QUERY_HWCONFIG
` [PATCH v1 13/21] drm/xe/uapi: Make constant comments visible in kernel doc
` [PATCH v1 14/21] drm/xe/uapi: Order sections
` [PATCH v1 15/21] drm/xe/uapi: More uAPI documentation additions and cosmetic updates
` [PATCH v1 16/21] drm/xe/uapi: Document the memory_region bitmask
` [PATCH v1 17/21] drm/xe/uapi: Add block diagram of a device
` [PATCH v1 18/21] drm/xe/uapi: Add examples of user space code
` [PATCH v1 19/21] drm/xe/uapi: Move CPU_CACHING defines before doc
` [PATCH v1 20/21] drm/xe/uapi: Move DRM_XE_ACC_GRANULARITY_* where they are used
` [PATCH v1 21/21] drm/xe/uapi: Remove reset uevent for now
` ✓ CI.Patch_applied: success for uAPI Alignment - More cleanup before upstream
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✗ CI.BAT: failure "

[PATCH] drm/xe: Add wait for completion after gt force reset
 2023-12-15 17:32 UTC  (10+ messages)
` ✓ CI.Patch_applied: success for "
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "

[PATCH v3 0/3] Add support for XeLink device
 2023-12-15 16:54 UTC  (6+ messages)
` [PATCH v3 1/3] drm/xe: Introduce "

[Intel-xe] [PATCH] drm/xe/guc: Use FAST_REQUEST for non-blocking H2G messages
 2023-12-15 16:44 UTC  (2+ messages)
`  "

[PATCH 1/3] drm/xe: Return error if drm_buddy_init() fails
 2023-12-15 16:43 UTC  (16+ messages)
` [PATCH 2/3] drm/xe/bo: Remove unusued variable
` [PATCH 3/3] drm/xe: Enable W=1 warnings by default
` ✓ CI.Patch_applied: success for series starting with [1/3] drm/xe: Return error if drm_buddy_init() fails
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "

[PATCH v3 0/3] drm/managed: Add drmm_release_action
 2023-12-15 16:31 UTC  (5+ messages)
` [PATCH v3 2/3] drm/tests: managed: Extract device initialization into test init
` [PATCH v3 3/3] drm/tests: managed: Add a simple test for drmm_managed_release

[PATCH v2] drm/xe/migrate: Fix CCS copy for small VRAM copy chunks
 2023-12-15 16:27 UTC  (8+ messages)
` ✓ CI.Patch_applied: success for drm/xe/migrate: Fix CCS copy for small VRAM copy chunks (rev2)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "

[PATCH] drm/xe/uapi: Remove reset uevent for now
 2023-12-15 14:59 UTC 

[PATCH] drm/xe/migrate: Fix CCS copy for small VRAM copy chunks
 2023-12-15 12:57 UTC  (2+ messages)
` ✗ CI.Patch_applied: failure for "

[PATCH] drm/xe/uapi: Remove reset uevent for now
 2023-12-15 12:38 UTC  (4+ messages)
` ✗ CI.Patch_applied: failure for "

[PATCH v3 1/3] drm/managed: Add drmm_release_action
 2023-12-15 10:31 UTC  (2+ messages)

[PATCH v1 00/14] uAPI Alignment - Documentation
 2023-12-15  4:06 UTC  (13+ 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 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] drm/xe: Remove vram size info from sysfs
 2023-12-15  3:57 UTC  (8+ messages)

[PATCH v3 00/10] Engine Busyness
 2023-12-15  3:51 UTC  (15+ messages)
` [PATCH v3 01/10] drm/xe/pmu: Remove PMU from Xe till uapi is finalized
` [PATCH v3 02/10] fixup! drm/xe/uapi: Reject bo creation of unaligned size
` [PATCH v3 03/10] drm/xe: Move user engine class mappings to functions
` [PATCH v3 04/10] RFC drm/xe/guc: Add interface for engine busyness ticks
` [PATCH v3 06/10] RFC drm/xe/pmu: Enable PMU interface and add engine busyness counter
` [PATCH v3 08/10] RFC drm/xe/guc: Expose engine busyness only for supported GuC version
` [PATCH v3 09/10] RFC drm/xe/guc: Dynamically enable/disable engine busyness stats
` [PATCH v3 10/10] RFC drm/xe/guc: Handle runtime suspend issues for engine busyness
` ✓ CI.Patch_applied: success for Engine Busyness (rev3)
` ✗ CI.checkpatch: warning "
` ✗ CI.KUnit: failure "

[PATCH 0/8] Trivial register cleanups
 2023-12-15  0:07 UTC  (27+ messages)
` [PATCH 1/8] drm/xe: Drop "_REG" suffix from CSFE_CHICKEN1
` [PATCH 2/8] drm/xe: Move some per-engine register definitions to the engine header
` [PATCH 3/8] drm/xe: Fix whitespace in register definitions
` [PATCH 4/8] drm/xe: Move engine base offsets to engine register header
` [PATCH 5/8] drm/xe: Move GSC HECI base offsets out of "
` [PATCH 6/8] drm/xe: Define interrupt vector bits with the interrupt registers
` [PATCH 7/8] drm/xe: Re-sort GT register header
` [PATCH 8/8] drm/xe: Drop some unnecessary header includes
` ✓ CI.Patch_applied: success for Trivial register cleanups
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "

[PATCH v2 00/10] Introduce VF specific interrupts handler
 2023-12-14 22:23 UTC  (18+ messages)
` [PATCH v2 01/10] drm/xe: Add command MI_LOAD_REGISTER_MEM
` [PATCH v2 02/10] drm/xe: Define registers used by memory based irq processing
` [PATCH v2 03/10] drm/xe: Update LRC context layout definitions
` [PATCH v2 04/10] drm/xe: Update definition of GT_INTR_DW
` [PATCH v2 05/10] drm/xe: Define IRQ offsets used by HW engines
` [PATCH v2 06/10] drm/xe: Add XE_BO_NEEDS_UC flag to force UC mode instead WB
` [PATCH v2 07/10] drm/xe/vf: Introduce Memory Based Interrupts Handler
` [PATCH v2 08/10] drm/xe/vf: Update LRC with memory based interrupts data
` [PATCH v2 09/10] drm/xe/vf: Setup memory based interrupts in GuC
` [PATCH v2 10/10] drm/xe/vf: Add VF specific interrupt handler
` ✓ CI.Patch_applied: success for Introduce VF specific interrupts handler (rev2)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "

[Intel-xe] [PATCH v10 00/12] Supporting RAS on XE
 2023-12-14 22:07 UTC  (5+ messages)
` [Intel-xe] [PATCH v1 06/12] drm/xe: Rename XE_RESET_FAILED_UEVENT to XE_RESET_REQUIRED_UEVENT

[PATCH v3] drm/xe/uapi: Remove sync binds
 2023-12-14 18:12 UTC  (8+ messages)
` ✓ CI.Patch_applied: success for drm/xe/uapi: Remove sync binds (rev3)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✗ CI.BAT: failure "

[PATCH 1/2] drm/xe/exec: move fence reservation
 2023-12-14 16:19 UTC  (2+ messages)

[v4] drm/xe: Add vram frequency sysfs attributes
 2023-12-14 14:23 UTC  (10+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✗ CI.BAT: failure "

[Intel-xe] [PATCH v2] drm/xe/dgfx: Release mmap mappings on rpm suspend
 2023-12-14 14:16 UTC  (3+ messages)

[PATCH v3] drm/xe/uapi: Uniform async vs sync handling
 2023-12-14 13:31 UTC  (6+ messages)

[Intel-xe] LLC configurating, mmap and bo cache management questions
 2023-12-14 12:34 UTC  (13+ messages)

[PATCH v2] drm/xe/uapi: Remove sync binds
 2023-12-14 11:53 UTC  (2+ messages)

[PATCH] MAINTAINERS: Updates to Intel DRM
 2023-12-14 11:34 UTC  (2+ messages)


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