Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-09-12 02:17:33 to 2023-09-12 21:54:20 UTC [more...]

[Intel-xe] [PATCH v4 1/2] drm/xe: Add infrastructure for per engine tuning
 2023-09-12 21:54 UTC  (4+ messages)
` [Intel-xe] [PATCH v4 2/2] drm/xe: add gt tuning for indirect state

[Intel-xe] [PATCH] drm/xe: Deprecate XE_EXEC_QUEUE_SET_PROPERTY_COMPUTE_MODE implementation
 2023-09-12 21:52 UTC  (8+ messages)
` [Intel-xe] ✓ CI.Patch_applied: success for "
` [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 v4] drm/xe: Introduce Xe assert macros
 2023-09-12 20:34 UTC  (7+ messages)
` [Intel-xe] ✓ CI.Patch_applied: success for drm/xe: Introduce Xe assert macros (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] [PATCH v5 0/3] Use Xe assert macros instead of XE_WARN_ON macro
 2023-09-12 19:59 UTC  (4+ messages)
` [Intel-xe] [PATCH v5 1/3] drm/xe: Replace XE_WARN_ON with drm_warn when just printing a string
` [Intel-xe] [PATCH v5 2/3] drm/xe: Introduce Xe assert macros
` [Intel-xe] [PATCH v5 3/3] drm/xe: Use Xe assert macros instead of XE_WARN_ON macro

[Intel-xe] [PATCH 0/2] Remove extra headers added into intel_display_power.h
 2023-09-12 19:37 UTC  (6+ messages)
` [Intel-xe] [PATCH 1/2] fixup! drm/xe/display: Implement display support
` [Intel-xe] [PATCH 2/2] Revert "FIXME: drm/i915: add a lot of includes in intel_display_power.h"
` [Intel-xe] ✗ CI.Patch_applied: failure for Remove extra headers added into intel_display_power.h
` [Intel-xe] ✗ CI.Patch_applied: failure for Remove extra headers added into intel_display_power.h (rev2)

[Intel-xe] [PATCH v7] Documentation/gpu: Add a VM_BIND async document
 2023-09-12 18:33 UTC  (2+ messages)

[Intel-xe] [PATCH] drm/xe/uapi: Remove MMIO ioctl
 2023-09-12 18:33 UTC  (9+ messages)

[Intel-xe] [PATCH] drm/xe/guc: Switch to major-only GuC FW tracking for MTL
 2023-09-12 18:02 UTC  (7+ messages)
` [Intel-xe] ✓ CI.Patch_applied: success for drm/xe/guc: Switch to major-only GuC FW tracking for MTL (rev3)
` [Intel-xe] ✓ CI.checkpatch: "
` [Intel-xe] ✓ CI.KUnit: "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ✓ CI.Hooks: "
` [Intel-xe] ✓ CI.checksparse: "

[Intel-xe] [PATCH v3 00/29] Enable Lunar Lake display
 2023-09-12 17:33 UTC  (43+ messages)
` [Intel-xe] [PATCH v3 01/29] drm/i915/xelpdp: Add XE_LPDP_FEATURES
  ` [Intel-xe] [Intel-gfx] "
` [Intel-xe] [PATCH v3 02/29] drm/i915/lnl: Add display definitions
  ` [Intel-xe] [Intel-gfx] "
` [Intel-xe] [PATCH v3 03/29] drm/i915/xe2lpd: FBC is now supported on all pipes
` [Intel-xe] [PATCH v3 04/29] drm/i915/display: Remove FBC capability from fused off pipes
` [Intel-xe] [PATCH v3 05/29] drm/i915: Re-order if/else ladder in intel_detect_pch()
` [Intel-xe] [PATCH v3 06/29] drm/i915/xe2lpd: Add fake PCH
` [Intel-xe] [PATCH v3 07/29] drm/i915/xe2lpd: Treat cursor plane as regular plane for DDB allocation
` [Intel-xe] [PATCH v3 08/29] drm/i915/display: Consolidate saved port bits in intel_digital_port
` [Intel-xe] [PATCH v3 09/29] drm/i915/xe2lpd: Move D2D enable/disable
` [Intel-xe] [PATCH v3 10/29] drm/i915/xe2lpd: Move registers to PICA
` [Intel-xe] [PATCH v3 11/29] drm/i915/xe2lpd: Don't try to program PLANE_AUX_DIST
` [Intel-xe] [PATCH v3 12/29] drm/i915/xe2lpd: Register DE_RRMR has been removed
` [Intel-xe] [PATCH v3 13/29] drm/i915/display: Fix style and conventions for DP AUX regs
  ` [Intel-xe] [Intel-gfx] "
` [Intel-xe] [PATCH v3 14/29] drm/i915/display: Use _PICK_EVEN_2RANGES() in "
  ` [Intel-xe] [Intel-gfx] "
` [Intel-xe] [PATCH v3 15/29] drm/i915/xe2lpd: Re-order "
  ` [Intel-xe] [Intel-gfx] "
` [Intel-xe] [PATCH v3 16/29] drm/i915/xe2lpd: Add display power well
  ` [Intel-xe] [Intel-gfx] "
` [Intel-xe] [PATCH v3 17/29] drm/i915/xe2lpd: Add DC state support
` [Intel-xe] [PATCH v3 18/29] drm/i915/xe2lpd: Handle port AUX interrupts
` [Intel-xe] [PATCH v3 19/29] drm/i915/xe2lpd: Read pin assignment from IOM
` [Intel-xe] [PATCH v3 20/29] drm/i915/xe2lpd: Enable odd size and panning for planar yuv
` [Intel-xe] [PATCH v3 21/29] drm/i915/xe2lpd: Add support for HPD
` [Intel-xe] [PATCH v3 22/29] drm/i915/xe2lpd: Extend Wa_15010685871
` [Intel-xe] [PATCH v3 23/29] drm/i915/lnl: Add gmbus/ddc support
` [Intel-xe] [PATCH v3 24/29] drm/i915/lnl: Add CDCLK table
  ` [Intel-xe] [Intel-gfx] "
` [Intel-xe] [PATCH v3 25/29] drm/i915/lnl: Start using CDCLK through PLL
` [Intel-xe] [PATCH v3 26/29] FIXME: drm/i915/lnl: Introduce MDCLK_CDCLK ratio to DBuf
` [Intel-xe] [PATCH v3 27/29] drm/i915/lnl: Add programming for CDCLK change
` [Intel-xe] [PATCH v3 28/29] drm/i915/xe2lpd: Write DBuf after CDCLK change in post plane
` [Intel-xe] [PATCH v3 29/29] drm/i915/xe2lpd: Update mbus on post plane updates
` [Intel-xe] ✗ CI.Patch_applied: failure for Enable Lunar Lake display (rev4)

[Intel-xe] [PATCH v2 0/9] DRM scheduler changes for Xe
 2023-09-12 16:58 UTC  (30+ messages)
` [Intel-xe] [PATCH v2 1/9] drm/sched: Convert drm scheduler to use a work queue rather than kthread
` [Intel-xe] [PATCH v2 4/9] drm/sched: Split free_job into own work item

[Intel-xe] [PATCH v2 0/5] FBC refactoring
 2023-09-12 16:22 UTC  (2+ messages)

[Intel-xe] [PATCH v3 00/12] Frontbuffer tracking refactoring
 2023-09-12 16:13 UTC  (21+ messages)
` [Intel-xe] [PATCH v3 01/12] drm/i915/display: Move releasing gem object away from fb tracking
` [Intel-xe] [PATCH v3 02/12] drm/i915: Ignore set frontbuffer return value on release
` [Intel-xe] [PATCH v3 03/12] fixup! drm/i915/display: Remaining changes to make xe compile
` [Intel-xe] [PATCH v3 04/12] drm/xe: Add macro to get i915 device from xe_bo
` [Intel-xe] [PATCH v3 05/12] fixup! drm/i915/display: Remaining changes to make xe compile
` [Intel-xe] [PATCH v3 06/12] drm/xe: Add frontbuffer setter/getter for xe_bo
` [Intel-xe] [PATCH v3 07/12] fixup! drm/i915/display: Remaining changes to make xe compile
` [Intel-xe] [PATCH v3 08/12] drm/xe: Add i915_active.h compatibility header
` [Intel-xe] [PATCH v3 09/12] drm/xe/display: Include i916_active header
` [Intel-xe] [PATCH v3 10/12] drm/xe: Add struct i915_active for Xe
` [Intel-xe] [PATCH v3 11/12] fixup! drm/i915/display: Remaining changes to make xe compile
` [Intel-xe] [PATCH v3 12/12] drm/xe: Add empty define for i915_ggtt_clear_scanout
` [Intel-xe] ✓ CI.Patch_applied: success for Frontbuffer tracking refactoring (rev8)
` [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 v4 0/3] Use Xe assert macros instead of XE_WARN_ON macro
 2023-09-12 16:08 UTC  (20+ messages)
` [Intel-xe] [PATCH v4 1/3] drm/xe: Replace XE_WARN_ON with drm_warn when just printing a string
` [Intel-xe] [PATCH v4 2/3] drm/xe: Introduce Xe assert macros
` [Intel-xe] [PATCH v4 3/3] drm/xe: Use Xe assert macros instead of XE_WARN_ON macro
` [Intel-xe] ✓ CI.Patch_applied: success for Use Xe assert macros instead of XE_WARN_ON macro (rev4)
` [Intel-xe] ✗ CI.checkpatch: warning "
` [Intel-xe] ✓ CI.KUnit: success "
` [Intel-xe] ✗ CI.Build: failure "

[Intel-xe] [PATCH 0/4] drm/xe/gsc: add initial gsc support
 2023-09-12 15:24 UTC  (12+ messages)
` [Intel-xe] [PATCH 1/4] drm/xe/gsc: add HECI2 register offsets
` [Intel-xe] [PATCH 2/4] drm/xe/gsc: add has_heci_gscfi indication to device
` [Intel-xe] [PATCH 3/4] drm/xe/gsc: add gsc device support
` [Intel-xe] [PATCH 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
` [Intel-xe] ✗ CI.checkpatch: warning "
` [Intel-xe] ✓ CI.KUnit: success "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ✓ CI.Hooks: "
` [Intel-xe] ✓ CI.checksparse: "

[Intel-xe] [PATCH v3 00/13] DRM scheduler changes for Xe
 2023-09-12 15:17 UTC  (29+ 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 05/13] drm/sched: Split free_job into own work item
` [Intel-xe] [PATCH v3 06/13] drm/sched: Add generic scheduler message interface
` [Intel-xe] [PATCH v3 08/13] drm/sched: Start run wq before TDR in drm_sched_start
` [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 11/13] drm/sched: Waiting for pending jobs to complete in scheduler kill
` [Intel-xe] [PATCH v3 12/13] drm/sched/doc: Add Entity teardown documentaion
` [Intel-xe] [PATCH v3 13/13] drm/sched: Update maintainers of GPU scheduler
` [Intel-xe] ✗ CI.Patch_applied: failure for DRM scheduler changes for Xe (rev5)

[Intel-xe] [PATCH 0/3] Add some performance and frequency sysfs nodes
 2023-09-12 14:34 UTC  (11+ messages)
` [Intel-xe] [PATCH 1/3] drm/xe: Add a couple of pcode helpers
` [Intel-xe] [PATCH 2/3] drm/xe: Add base performance sysfs attributes

[Intel-xe] [PATCH v2 0/1] Turn display finalizers into static functions
 2023-09-12 13:40 UTC  (5+ messages)
` [Intel-xe] [PATCH v2 1/1] fixup! drm/xe/display: Implement display support

[Intel-xe] [PATCH v2] drm/xe: Fix fence reservation accouting
 2023-09-12 13:19 UTC  (2+ messages)

[Intel-xe] [PATCH V2 0/7] drm/xe: fdinfo memory stats
 2023-09-12 12:49 UTC  (15+ messages)
` [Intel-xe] [PATCH V2 1/7] drm/xe: Add drm-client infrastructure
` [Intel-xe] [PATCH V2 2/7] drm/xe: Interface xe drm client with fdinfo interface
` [Intel-xe] [PATCH V2 3/7] drm/xe: Add tracking support for bos per client
` [Intel-xe] [PATCH V2 4/7] drm/xe: Record each drm client with its VM
` [Intel-xe] [PATCH V2 5/7] drm/xe: Track page table memory usage for client
` [Intel-xe] [PATCH V2 6/7] drm/xe: Account ring buffer and context state storage
` [Intel-xe] [PATCH V2 7/7] drm/xe: Implement fdinfo memory stats printing
` [Intel-xe] ✓ CI.Patch_applied: success for drm/xe: fdinfo memory stats (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 0/7] drm/xe: fdinfo memory stats
 2023-09-12 11:14 UTC  (8+ messages)
` [Intel-xe] [PATCH 1/7] drm/xe: Add drm-client infrastructure
` [Intel-xe] [PATCH 7/7] drm/xe: Implement fdinfo memory stats printing


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