Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-10-29 14:39:28 to 2024-10-30 12:16:37 UTC [more...]

[PATCH v3 resend 0/8] (CI) drm/xe: Fix initial framebuffer handover
 2024-10-30 12:16 UTC  (25+ messages)
` [PATCH v3 resend 1/8] drm/xe: Remove double pageflip
` [PATCH v3 resend 2/8] drm/i915/display: Use async flip when available for initial plane config
` [PATCH v3 resend 3/8] drm/xe: Move suballocator init to after display init
` [PATCH v3 resend 4/8] drm/xe: Defer irq init until after xe_display_init_noaccel
` [PATCH v3 resend 5/8] drm/xe/display: Use a single early init call for display
  ` [PATCH v3.1 resend] "
` [PATCH v3 resend 6/8] drm/xe/sriov: Move VF bootstrap and query_config to vf_guc_init
` [PATCH v3 resend 7/8] drm/xe: Simplify GuC early initialisation
  ` [PATCH v3.1 resend] "
` [PATCH v3 resend 8/8] drm/xe: Split init of xe_gt_init_hwconfig to xe_gt_init and *_early
` ✓ CI.Patch_applied: success for (CI) drm/xe: Fix initial framebuffer handover
` ✗ CI.checkpatch: warning "
` ✗ CI.KUnit: failure "
` ✓ CI.Patch_applied: success for (CI) drm/xe: Fix initial framebuffer handover. (rev2)
` ✗ CI.checkpatch: warning "
` ✗ CI.KUnit: failure "
` ✓ CI.Patch_applied: success for (CI) drm/xe: Fix initial framebuffer handover. (rev3)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✗ CI.checksparse: warning "
` ✗ CI.BAT: failure "

[PATCH v3] drm/i915/display: use x100 version for full version and release
 2024-10-30 11:58 UTC  (10+ messages)
` ✓ CI.Patch_applied: success for drm/i915/display: use x100 version for full version and release (rev3)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✗ CI.checksparse: warning "
` ✓ CI.BAT: success "
` ✗ CI.FULL: failure "

[PATCH 0/3] Suspend, resume, and d3cold tweaks
 2024-10-30 11:53 UTC  (8+ messages)
` [PATCH 1/3] drm/xe: Add XE_BO_FLAG_PINNED_WONTNEED
` [PATCH 2/3] drm/xe: Restore system memory GGTT mappings

[PATCH v4 5/7] PCI/IOV: Check that VF BAR fits within the reservation
 2024-10-30 11:43 UTC  (3+ messages)

[PATCH v2 0/4] drm/xe: Fix races on fdinfo
 2024-10-30 10:56 UTC  (19+ messages)
` [PATCH v2 1/4] drm/xe: Add trace to lrc timestamp update
` [PATCH v2 2/4] drm/xe: Stop accumulating LRC timestamp on job_free
` [PATCH v2 3/4] drm/xe: Reword exec_queue.lock doc
` [PATCH v2 4/4] drm/xe: Wait on killed exec queues
` ✓ CI.Patch_applied: success for drm/xe: Fix races on fdinfo (rev3)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "
` ✗ CI.FULL: failure "

[PATCH v1 0/3] PF: Add functions to save and restore VF LMEM and CCS data
 2024-10-30 10:38 UTC  (7+ messages)
` [PATCH v1 1/3] drm/xe/migrate: Add function for raw copy of VRAM and CCS
` [PATCH v1 3/3] drm/xe/pf: Add functions to save and restore VF LMEM and CCS data

[PATCH] drm/i915/hdcp: Add the loop only for DP encoders
 2024-10-30 10:31 UTC  (14+ messages)
` ✓ CI.Patch_applied: success for drm/i915/hdcp: Add the loop only for DP encoders (rev2)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✗ CI.checksparse: warning "
` ✓ CI.BAT: success "
` ✗ CI.FULL: failure "

[PATCH] drm/i915/dp: Limit max compressed bpp to 18 when forcing DSC
 2024-10-30 10:21 UTC  (9+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✗ CI.checksparse: warning "
` ✓ CI.BAT: success "
` ✗ CI.FULL: failure "

[CI RESEND v4 v4 00/16] drm/i915/display: platform identification with display->platform.<platform>
 2024-10-30 10:13 UTC  (2+ messages)

[PATCH V6] drm/xe/mmap: Add mmap support for PCI memory barrier
 2024-10-30  8:58 UTC  (2+ messages)

[PATCH 0/7] Add support for 3 VDSC engines 12 slices
 2024-10-30  8:47 UTC  (16+ messages)
` [PATCH 1/7] drm/i915/dp: Update Comment for Valid DSC Slices per Line
` [PATCH 2/7] drm/i915/display: Prepare for dsc 3 stream splitter
` [PATCH 3/7] drm/i915/vdsc: Use VDSC0/VDSC1 for LEFT/RIGHT VDSC engine
` [PATCH 4/7] drm/i915/vdsc: Introduce 3rd VDSC engine VDSC2
` [PATCH 5/7] drm/i915/vdsc: Add support for read/write PPS for 3rd DSC engine
` [PATCH 6/7] drm/i915/dp: Ensure hactive is divisible by slice count
` [PATCH 7/7] drm/i915/dp: Enable 3 DSC engines for 12 slices
` ✓ CI.Patch_applied: success for Add support for 3 VDSC engines 12 slices (rev7)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✗ CI.checksparse: warning "
` ✓ CI.BAT: success "
` ✗ CI.FULL: failure "

[PATCH] Revert "drm/xe/xe_guc_ads: save/restore OA registers and allowlist regs"
 2024-10-30  2:37 UTC  (10+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "
` ✗ CI.FULL: failure "

[PATCH v5 0/5] drm/xe/vf: Post-migration recovery worker basis
 2024-10-30  1:58 UTC  (14+ messages)
` [PATCH v5 1/5] drm/xe/vf: React to MIGRATED interrupt
` [PATCH v5 2/5] drm/xe/vf: Document SRIOV VF restore flow
` [PATCH v5 3/5] drm/xe/vf: Send RESFIX_DONE message at end of VF restore
` [PATCH v5 4/5] drm/xe/vf: Start post-migration fixups with provisinoning query
` [PATCH v5 5/5] drm/xe/vf: Defer fixups if migrated twice fast
` ✓ CI.Patch_applied: success for drm/xe/vf: Post-migration recovery worker basis (rev5)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "
` ✗ CI.FULL: failure "

[PATCH] drm/xe: Move Wa 1607983814 to oob
 2024-10-30  0:53 UTC  (10+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "
` ✗ CI.FULL: failure "

[PATCH v4 0/7] Add xe3lpd edp enabling
 2024-10-30  0:02 UTC  (7+ messages)
` [PATCH v4 3/7] drm/i915/xe3lpd: Disable HDCP Line Rekeying for Xe3

[CI v2 v2 00/12] drm/i915/display: bunch of struct intel_display conversions
 2024-10-29 23:56 UTC  (9+ messages)
` ✓ CI.Patch_applied: success for drm/i915/display: bunch of struct intel_display conversions (rev6)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✗ CI.checksparse: warning "
` ✓ CI.BAT: success "
` ✗ CI.FULL: failure "

[PATCH] drm/xe/xe3lpg: Add Wa_16024792527
 2024-10-29 21:31 UTC  (9+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "
` ✗ CI.FULL: failure "

[PATCH v3] drm/xe/xe_guc_ads: save/restore OA registers
 2024-10-29 21:19 UTC  (10+ messages)

[PATCH 0/7] kernel/cgroups: Add "dev" memory accounting cgroup
 2024-10-29 20:38 UTC  (6+ messages)

[PATCH 0/3] drm/xe: Fix races on fdinfo
 2024-10-29 20:02 UTC  (11+ messages)
` [PATCH 2/3] drm/xe: Accumulate exec queue timestamp on destroy
` ✗ CI.Patch_applied: failure for drm/xe: Fix races on fdinfo (rev2)

[PATCH] drm/xe/vm: Add debug log on pending previous ufence
 2024-10-29 19:52 UTC  (9+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "
` ✗ CI.FULL: failure "

[PATCH v5 1/3] drm/xe: Move LNL scheduling WA to xe_device.h
 2024-10-29 17:47 UTC  (9+ messages)
` ✓ CI.Patch_applied: success for series starting with [v5,1/3] "
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "
` ✗ CI.FULL: failure "

[PATCH v4 0/2] Tweak job timeout debug messages
 2024-10-29 17:45 UTC  (4+ messages)
` [PATCH v4 2/2] drm/xe: Upgrade job timeout message to warn

[PATCH v2] drm/i915/psr: WA for panels stating bad link status after PSR is enabled
 2024-10-29 16:40 UTC  (3+ messages)
` ✓ CI.BAT: success for drm/i915/psr: WA for panels stating bad link status after PSR is enabled (rev2)
` ✗ CI.FULL: failure "

[CI v2 v2 03/12] drm/i915/cx0: convert to struct intel_display
 2024-10-29 16:08 UTC  (2+ messages)
` [PATCH] "

[drm-xe:drm-xe-next] BUILD SUCCESS 55858fa7eb2f163f7aa34339fd3399ba4ff564c6
 2024-10-29 15:47 UTC 

[PATCH 0/3] drm/i915/psr: minor cleanups
 2024-10-29 15:30 UTC  (2+ messages)
` ✗ CI.FULL: failure for "

[PATCH v3 0/8] (CI) drm/xe: Fix initial framebuffer handover
 2024-10-29 14:44 UTC  (9+ messages)
` [PATCH v3 1/8] drm/xe: Remove double pageflip
` [PATCH v3 2/8] drm/i915/display: Use async flip when available for initial plane config
  ` [PATCH v3 3/8] drm/xe: Move suballocator init to after display init
  ` [PATCH v3 4/8] drm/xe: Defer irq init until after xe_display_init_noaccel
  ` [PATCH v3 5/8] drm/xe/display: Use a single early init call for display
  ` [PATCH v3 6/8] drm/xe/sriov: Move VF bootstrap and query_config to vf_guc_init
  ` [PATCH v3 7/8] drm/xe: Simplify GuC early initialisation
  ` [PATCH v3 8/8] drm/xe: Split init of xe_gt_init_hwconfig to xe_gt_init and *_early

[PATCH v6 0/9] drm/i915/xe3lpd: ptl display patches
 2024-10-29 14:42 UTC  (3+ messages)
` ✗ CI.FULL: failure for drm/i915/xe3lpd: ptl display patches (rev6)


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