Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-08-21 15:55:47 to 2024-08-22 21:43:02 UTC [more...]

[PATCH 0/7] drm/i915/display: conversion to struct intel_display
 2024-08-22 21:42 UTC  (18+ messages)
` [PATCH 1/7] drm/i915/vblank: use drm_crtc_vblank_crtc() instead of open-coding
` [PATCH 2/7] drm/i915/vblank: fix context imbalance warnings
` [PATCH 3/7] drm/i915/vblank: convert to struct intel_display
` [PATCH 4/7] drm/i915/vrr: "
` [PATCH 5/7] drm/i915/tv: "
` [PATCH 6/7] drm/i915/sprite: "
` [PATCH 7/7] drm/i915/display: convert params "
` ✓ CI.Patch_applied: success for drm/i915/display: conversion "
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✗ CI.checksparse: warning "
` ✓ CI.BAT: success "

[PATCH v3] drm/xe: Align all 64k VRAM buffers physically when multiple of 64k
 2024-08-22 20:56 UTC  (11+ messages)
` ✓ CI.Patch_applied: success for "
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "
` ✓ CI.FULL: "

[PULL] drm-xe-next
 2024-08-22 20:55 UTC 

[RFC PATCH] drm/xe/lnl: Implement clear-on-free for pooled BOs
 2024-08-22 19:09 UTC  (9+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "
` ✗ CI.FULL: failure "

[PATCH v8 0/7] Convert multiple bind ops to 1 job
 2024-08-22 18:32 UTC  (2+ messages)
` ✗ CI.Patch_applied: failure for Convert multiple bind ops to 1 job (rev9)

[PATCH v4] drm/xe: Align all VRAM scanout buffers to 64k physical pages when needed
 2024-08-22 18:24 UTC  (8+ messages)
` ✓ CI.Patch_applied: success for "
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "

[PATCH 01/12] drm/xe: Removed unused xe_ggtt_printk
 2024-08-22 17:52 UTC  (21+ messages)
` [PATCH 02/12] drm/xe: Introduce GGTT documentation
` [PATCH 03/12] drm/xe: Remove unnecessary drm_mm.h includes
` [PATCH 04/12] drm/{i915, xe}: Avoid direct inspection of dpt_vma from outside dpt
` [PATCH 05/12] drm/xe: Encapsulate drm_mm_node inside xe_ggtt_node
` [PATCH 06/12] drm/xe: Rename xe_ggtt_node related functions
` [PATCH 07/12] drm/xe: Limit drm_mm_node_allocated access to xe_ggtt_node
` [PATCH 08/12] drm/xe: Introduce xe_ggtt_largest_hole
` [PATCH 09/12] drm/xe: Introduce xe_ggtt_print_holes
` [PATCH 10/12] drm/xe: Refactor xe_ggtt balloon functions to make the node clear
` [PATCH 11/12] drm/xe: Make xe_ggtt_node struct independent
` [PATCH 12/12] drm/xe: Fix missing runtime outer protection for ggtt_remove_node
` ✓ CI.Patch_applied: success for series starting with [01/12] drm/xe: Removed unused xe_ggtt_printk
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✗ CI.checksparse: warning "
` ✓ CI.BAT: success "
` ✗ CI.FULL: failure "

[drm-xe:drm-xe-fixes] BUILD SUCCESS 9e7f30563677fbeff62d368d5d2a5ac7aaa9746a
 2024-08-22 17:36 UTC 

[PATCH] drm/xe: Remove NULL check of lrc->bo in xe_lrc_snapshot_capture()
 2024-08-22 17:23 UTC  (4+ messages)

[PATCH 0/5] memirq infra changes
 2024-08-22 17:19 UTC  (19+ messages)
` [PATCH 1/5] drm/xe: move memirq out of vf
` [PATCH 2/5] drm/xe: memirq infra changes for msix
` [PATCH 3/5] drm/xe: add memirq offsets for engine instance 0 to hw engine properties
` [PATCH 4/5] drm/xe: memirq handler changes
` [PATCH 5/5] drm/xe: separate memirq reset/postinstall from vf
` ✓ CI.Patch_applied: success for memirq infra changes
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "
` ✗ CI.FULL: failure "

[PATCH v2 00/86] drm: Provide client setup helper and convert drivers
 2024-08-22 16:47 UTC  (22+ messages)
` [PATCH v2 13/86] drm/hisilicon/kirin: Run DRM default client setup
` [PATCH v2 16/86] drm/ili9225: "
` [PATCH v2 40/86] drm/stm: "
` [PATCH v2 44/86] drm/st7586: "
` [PATCH v2 45/86] drm/st7735r: "
` [PATCH v2 47/86] drm/vc4: "
` [PATCH v2 51/86] drm/ast: "
` [PATCH v2 56/86] drm/mgag200: "
` [PATCH v2 65/86] drm/amdgpu: "
` [PATCH v2 78/86] drm/radeon: "

[PATCH] drm/xe: move the kernel lrc from hwe to execlist port
 2024-08-22 16:27 UTC  (9+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "
` ✓ CI.FULL: "

[PULL] drm-xe-fixes
 2024-08-22 15:12 UTC 

[PULL] drm-misc-next
 2024-08-22 15:07 UTC 

[PATCH v2 0/3] drm/xe: Alternative CCS fix
 2024-08-22 13:57 UTC  (18+ messages)
` [PATCH v2 1/3] drm/xe: Align all 64k VRAM buffers physically when multiple of 64k
` [PATCH v2 2/3] drm/xe: Use 64K pages for scanout buffers for Battlemage
` [PATCH v2 3/3] drm/i915/display: Allowing looking up invalid modifiers to make xe happy
  ` [PATCH v2.1] "
` ✓ CI.Patch_applied: success for drm/xe: Alternative CCS fix. (rev3)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✗ CI.checksparse: warning "
` ✓ CI.BAT: success "
` ✗ CI.FULL: failure "

[PATCH 00/10] drm/i915/display: identify display steppings in display code
 2024-08-22 13:29 UTC  (4+ messages)

[PATCH] drm/xe: Fix memory leak on xe_alloc_pf_queue failure
 2024-08-22 12:52 UTC  (11+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "
` ✗ CI.FULL: failure "

[PULL] drm-misc-fixes
 2024-08-22 12:39 UTC 

[PATCH 00/12] PF: Improve VF control
 2024-08-22 10:51 UTC  (9+ messages)
` [PATCH 03/12] drm/xe/pf: Drop GuC notifications for non-existing VF
` [PATCH 11/12] drm/xe/tests: Add KUnit tests for VF control state machines
  ` [PATCH v2 "

[PATCH] drm/i915: Do not explicilty enable FEC in DP_TP_CTL for UHBR rates
 2024-08-22 10:04 UTC  (9+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✗ CI.checksparse: warning "
` ✗ CI.BAT: failure "
` ✓ CI.FULL: success "

[PATCH] drm/xe: fixup xe_alloc_pf_queue
 2024-08-22  8:54 UTC  (12+ messages)
` ✓ CI.Patch_applied: success for "
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "
` ✗ CI.FULL: failure "

[PULL] drm-misc-next
 2024-08-22  8:15 UTC  (2+ messages)

[PATCH] drm/i915: Preserve value of fec_enable calculated before DSC compute config
 2024-08-22  6:20 UTC  (5+ messages)

[PULL] drm-intel-fixes
 2024-08-22  5:40 UTC 

[PATCH v16 0/7] drm/xe/guc: Add GuC based register capture for error capture
 2024-08-22  2:20 UTC  (3+ messages)
` [PATCH v16 6/7] drm/xe/guc: Add dss conversion from group/instance ID

[CI] drm/xe: Invalidate media_gt TLBs in PT code
 2024-08-21 21:14 UTC  (8+ messages)
` ✓ CI.Patch_applied: success for drm/xe: Invalidate media_gt TLBs in PT code (rev3)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✗ CI.FULL: failure "

[PATCH 0/3] drm/xe: Alternative CCS fix
 2024-08-21 21:00 UTC  (8+ messages)
` [PATCH 1/3] drm/xe: Align 64k scanout buffers physically when multiple of 64k
` [PATCH 2/3] drm/xe: Use 64K pages for scanout buffers for Battlemage
` [PATCH 3/3] drm/i915/display: Allowing looking up invalid modifiers to make xe happy
` ✓ CI.Patch_applied: success for drm/xe: Alternative CCS fix
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✗ CI.Build: failure "

[PATCH v2 0/1] Add support for EU stall sampling
 2024-08-21 19:35 UTC  (4+ messages)
` [PATCH v2 1/1] drm/xe/eustall: "

[PATCH v3 0/7] drm/xe/oa: xe_syncs for OA
 2024-08-21 19:26 UTC  (8+ messages)
` ✓ CI.checkpatch: success for drm/xe/oa: xe_syncs for OA (rev3)
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "
` ✗ CI.FULL: failure "

[PATCH 0/3] Introducing Xe2 ccs modifiers for integrated and discrete graphics
 2024-08-21 19:24 UTC  (4+ messages)
` [PATCH 2/3] drm/fourcc: define Intel Xe2 related tile4 ccs modifiers

[PATCH 0/2] Set 64k physical alignment on display buffers for CCS
 2024-08-21 17:33 UTC  (2+ messages)
` ✗ CI.FULL: failure for "

[PATCH v2 0/7] drm/xe/oa: xe_syncs for OA
 2024-08-21 16:02 UTC  (5+ messages)
` [PATCH 4/7] drm/xe/oa: Signal output fences


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