Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-08-23 09:39:00 to 2023-08-25 11:51:28 UTC [more...]

[Intel-xe] [RFC v2 0/5] Proposal to use netlink for RAS and Telemetry across drm subsystem
 2023-08-25 11:55 UTC 

[Intel-xe] [PATCH 00/12] Frontbuffer tracking refactoring
 2023-08-25  9:42 UTC  (14+ messages)
` [Intel-xe] [PATCH 01/12] fixup! drm/i915/display: Remaining changes to make xe compile
` [Intel-xe] [PATCH 02/12] drm/xe: Add macro to get i915 device from xe_bo
` [Intel-xe] [PATCH 03/12] fixup! drm/i915/display: Remaining changes to make xe compile
` [Intel-xe] [PATCH 04/12] drm/xe: Add frontbuffer setter/getter for xe_bo
` [Intel-xe] [PATCH 05/12] fixup! drm/i915/display: Remaining changes to make xe compile
` [Intel-xe] [PATCH 06/12] drm/xe: Add i915_active.h compatibility header
` [Intel-xe] [PATCH 07/12] drm/xe/display: Include i916_active header
` [Intel-xe] [PATCH 08/12] drm/xe: Add struct i915_active for Xe
` [Intel-xe] [PATCH 09/12] fixup! drm/i915/display: Remaining changes to make xe compile
` [Intel-xe] [PATCH 10/12] drm/xe: Add empty define for i915_ggtt_clear_scanout
` [Intel-xe] [PATCH 11/12] fixup! drm/i915/display: Remaining changes to make xe compile
` [Intel-xe] [PATCH 12/12] drm/i915/display: Use drm_gem_object_get/put
` [Intel-xe] ✗ CI.Patch_applied: failure for Frontbuffer tracking refactoring

[Intel-xe] [PATCH v2] drm/xe: nuke GuC on unload
 2023-08-25  8:44 UTC  (10+ 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] ✗ CI.BAT: failure "
` [Intel-xe] ✗ CI.Patch_applied: failure for drm/xe: nuke GuC on unload (rev2)

[Intel-xe] [PATCH v2 0/9] DRM scheduler changes for Xe
 2023-08-25  8:02 UTC  (41+ 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] ✗ CI.Patch_applied: failure for DRM scheduler changes for Xe (rev3)

[Intel-xe] [PATCH 00/42] Enable Lunar Lake display
 2023-08-25  7:36 UTC  (98+ messages)
` [Intel-xe] [PATCH 01/42] drm/i915: Start using plane scale factor for relative data rate
` [Intel-xe] [PATCH 02/42] drm/i915/display: Remove unused POWER_DOMAIN_MASK
` [Intel-xe] [PATCH 03/42] drm/i915/cx0: Add intel_cx0_get_owned_lane_mask()
` [Intel-xe] [PATCH 04/42] drm/i915: Simplify intel_cx0_program_phy_lane() with loop
` [Intel-xe] [PATCH 05/42] drm/i915/cx0: Enable/disable TX only for owned PHY lanes
` [Intel-xe] [PATCH 06/42] drm/i915/cx0: Program vswing only for owned lanes
` [Intel-xe] [PATCH 07/42] drm/i915/tc: rename mtl_tc_port_get_pin_assignment_mask()
` [Intel-xe] [PATCH 08/42] drm/i915/tc: make intel_tc_port_get_lane_mask() static
` [Intel-xe] [PATCH 09/42] drm/i915/tc: move legacy code out of the main _max_lane_count() func
  ` [Intel-xe] [Intel-gfx] "
` [Intel-xe] [PATCH 10/42] drm/i915/tc: remove "fia" from intel_tc_port_fia_max_lane_count()
  ` [Intel-xe] [Intel-gfx] "
` [Intel-xe] [PATCH 11/42] drm/xe/lnl: Add IS_LUNARLAKE
` [Intel-xe] [PATCH 12/42] drm/i915/lnl: Add display definitions
    ` [Intel-xe] [Intel-gfx] "
` [Intel-xe] [PATCH 13/42] drm/i915: Re-order if/else ladder in intel_detect_pch()
` [Intel-xe] [PATCH 14/42] drm/i915/lnl: Add fake PCH
` [Intel-xe] [PATCH 15/42] drm/i915/xe2lpd: Treat cursor plane as regular plane for DDB allocation
` [Intel-xe] [PATCH 16/42] drm/i915/xe2lpd: Move D2D enable/disable
` [Intel-xe] [PATCH 17/42] drm/i915/xe2lpd: D2D Enable preserve bits in DDI_BUF_CTL
` [Intel-xe] [PATCH 18/42] drm/i915/xe2lpd: Move registers to PICA
` [Intel-xe] [PATCH 19/42] drm/i915/xe2lpd: Don't try to program PLANE_AUX_DIST
` [Intel-xe] [PATCH 20/42] drm/i915/xe2lpd: Register DE_RRMR has been removed
` [Intel-xe] [PATCH 21/42] drm/i915/xe2lpd: Add display power well
` [Intel-xe] [PATCH 22/42] drm/i915/xe2lpd: Add DC state support
` [Intel-xe] [PATCH 23/42] drm/i915/xe2lpd: FBC is now supported on all pipes
` [Intel-xe] [PATCH 24/42] drm/i915/display: Remove FBC capability from fused off pipes
` [Intel-xe] [PATCH 25/42] drm/i915/xe2lpd: Add support for DP aux channels
` [Intel-xe] [PATCH 26/42] drm/i915/xe2lpd: Handle port AUX interrupts
` [Intel-xe] [PATCH 27/42] drm/i915/xe2lpd: Read pin assignment from IOM
    ` [Intel-xe] [Intel-gfx] "
` [Intel-xe] [PATCH 28/42] drm/i915/xe2lpd: enable odd size and panning for planar yuv on xe2lpd
` [Intel-xe] [PATCH 29/42] drm/i915/xe2lpd: Add support for HPD
` [Intel-xe] [PATCH 30/42] drm/i915/xe2lpd: Extend Wa_15010685871
` [Intel-xe] [PATCH 31/42] drm/i915/lnl: Add gmbus/ddc support
` [Intel-xe] [PATCH 32/42] drm/i915/lnl: Introduce MDCLK
` [Intel-xe] [PATCH 33/42] drm/i915/lnl: Add CDCLK table
` [Intel-xe] [PATCH 34/42] drm/i915/lnl: Start using CDCLK through PLL
` [Intel-xe] [PATCH 35/42] drm/i915/lnl: Introduce MDCLK_CDCLK ratio to DBuf
` [Intel-xe] [PATCH 36/42] drm/i915/lnl: Add support for CDCLK initialization sequence
` [Intel-xe] [PATCH 37/42] drm/i915/xe2lpd: Write DBuf after CDCLK change in post plane
` [Intel-xe] [PATCH 38/42] drm/i915/lnl: Serialize global state if mdclk/cdclk ratio changes
` [Intel-xe] [PATCH 39/42] drm/i915/lnl: Add pll table for LNL platform
` [Intel-xe] [PATCH 40/42] drm/i915/lnl: Add support to check c10 phy link rate
` [Intel-xe] [PATCH 41/42] drm/i915/xe2lpd: Update mbus on post plane updates
` [Intel-xe] [PATCH 42/42] drm/xe/lnl: Enable the display support
` [Intel-xe] ✓ CI.Patch_applied: success for Enable Lunar Lake display
` [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 00/10] Add OA functionality to Xe
 2023-08-25  4:15 UTC  (9+ messages)
` [Intel-xe] [PATCH 04/10] drm/xe/oa: Module init/exit and probe/remove
` [Intel-xe] [PATCH 06/10] drm/xe/oa: Start implementing OA stream open ioctl
` [Intel-xe] [PATCH 09/10] drm/xe/oa: Read file_operation

[Intel-xe] [PATCH 1/2 v3] drm/xe: Add infrastructure for per engine tuning
 2023-08-24 20:35 UTC  (11+ messages)
` [Intel-xe] [PATCH 2/2 v3] drm/xe: add gt tuning for indirect state
` [Intel-xe] ✓ CI.Patch_applied: success for series starting with [1/2,v3] drm/xe: Add infrastructure for per engine tuning
` [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: failure "

[Intel-xe] [PATCH] drm/xe/guc_pc: Replace platform check with IP version
 2023-08-24 19:38 UTC  (2+ messages)

[Intel-xe] [RFC PATCH] drm/xe/dgfx: Release mmap mappings on rpm suspend
 2023-08-24 18:20 UTC  (8+ 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] ✗ CI.BAT: failure "

[Intel-xe] [RFC] drm/xe/uc: rework uC version tracking
 2023-08-24 18:12 UTC  (3+ messages)

[Intel-xe] [PATCH v3 0/3] drm/xe/pvc: Add Wa_16017236439
 2023-08-24 18:04 UTC  (14+ messages)
` [Intel-xe] [PATCH v3 1/3] drm/xe/pvc: Blacklist BCS_SWCTRL register
` [Intel-xe] [PATCH v3 2/3] drm/xe/pvc: Force even num engines to use 64B
` [Intel-xe] [PATCH v3 3/3] drm/xe/pvc: Use fast copy engines as migrate engine on PVC
` [Intel-xe] ✓ CI.Patch_applied: success for drm/xe/pvc: Add Wa_16017236439 (rev3)
` [Intel-xe] ✗ CI.checkpatch: warning "
` [Intel-xe] ✗ CI.KUnit: failure "

[Intel-xe] [PATCH 1/2] drm/xe/ct: fix resv_space print
 2023-08-24 15:19 UTC  (12+ messages)
` [Intel-xe] [PATCH 2/2] drm/xe: nuke GuC on unload
` [Intel-xe] ✓ CI.Patch_applied: success for series starting with [1/2] drm/xe/ct: fix resv_space print
` [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] drm/xe: Add support for PAT encoding in PTE and PDE
 2023-08-24 14:44 UTC  (3+ messages)

[Intel-xe] [PATCH 0/3] Fix array of binds
 2023-08-24 14:16 UTC  (5+ messages)
` [Intel-xe] [PATCH 3/3] drm/xe: "

[Intel-xe] [PATCH v2 1/2] drm/xe: Avoid 64-bit register reads
 2023-08-24 14:12 UTC  (4+ messages)
` [Intel-xe] ✓ CI.BAT: success for series starting with [v2,1/2] "

[Intel-xe] [PATCH v2 0/3] drm/xe/pvc: Add Wa_16017236439
 2023-08-23 11:51 UTC  (7+ messages)
` [Intel-xe] [PATCH v2 3/3] drm/xe/pvc: Use fast copy engines as migrate engine on PVC

[Intel-xe] [PATCH] drm/xe/pm: Use PM functions only if CONFIG_PM_SLEEP is enabled
 2023-08-23 10:05 UTC  (4+ messages)
` [Intel-xe] ✓ CI.Hooks: success for "
` [Intel-xe] ✗ CI.checksparse: warning "
` [Intel-xe] ✓ CI.BAT: success "


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