Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-08-17 10:55:37 to 2024-08-20 07:39:08 UTC [more...]

[PATCH 82/86] drm/i915: Move custom hotplug code into separate callback
 2024-08-20  7:39 UTC  (3+ messages)
` [82/86] "

[PATCH 00/86] drm: Provide client setup helper and convert drivers
 2024-08-20  7:33 UTC  (33+ messages)
` [PATCH 01/86] drm/fbdev-helper: Move color-mode lookup into 4CC format helper
` [PATCH 04/86] drm: Add client-agnostic setup helper
` [PATCH 22/86] drm/ingenic: Run DRM default client setup
` [PATCH 25/86] drm/mcde: "
` [PATCH 28/86] drm/mi0283qt: "
` [PATCH 31/86] drm/panel/ili9341: "
` [PATCH 34/86] drm/renesas/rcar-du: "
` [PATCH 35/86] drm/renesas/rz-du: "
` [PATCH 36/86] drm/renesas/shmobile: "
` [PATCH 46/86] drm/tve200: "
` [PATCH 48/86] drm/xlnx: "
` [PATCH 57/86] drm/ofdrm: Use "
` [PATCH 58/86] drm/simpledrm: Run "
` [PATCH 59/86] drm/solomon: "

[PATCH] drm/xe: Ensure display fb is aligned in GGTT to a multiple of 64k, through padding
 2024-08-20  5:06 UTC  (10+ messages)
` ✓ CI.Patch_applied: success for "
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "
` ✗ CI.FULL: failure "

[PATCH v16 0/7] drm/xe/guc: Add GuC based register capture for error capture
 2024-08-20  2:57 UTC  (15+ messages)
` [PATCH v16 1/7] drm/xe/guc: Prepare GuC register list and update ADS size "
` [PATCH v16 2/7] drm/xe/guc: Add XE_LP steered register lists
` [PATCH v16 3/7] drm/xe/guc: Add capture size check in GuC log buffer
` [PATCH v16 4/7] drm/xe/guc: Extract GuC error capture lists
` [PATCH v16 5/7] drm/xe/guc: Move xe_lrc_snapshot to header file
` [PATCH v16 6/7] drm/xe/guc: Add dss conversion from group/instance ID
` [PATCH v16 7/7] drm/xe/guc: Plumb GuC-capture into dev coredump
` ✓ CI.Patch_applied: success for drm/xe/guc: Add GuC based register capture for error capture (rev16)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✗ CI.BAT: failure "

[PATCH 0/8] drm/xe/oa: xe_syncs for OA
 2024-08-20  1:45 UTC  (30+ messages)
` [PATCH 1/8] drm/xe/oa: Separate batch submission from waiting for completion
` [PATCH 2/8] drm/xe/oa: Introduce 'struct xe_oa_fence'
` [PATCH 3/8] drm/xe/oa/uapi: Define and parse OA sync properties
` [PATCH 4/8] drm/xe/oa: Add input fence dependencies
` [PATCH 5/8] drm/xe/oa: Signal output fences
` [PATCH 7/8] drm/xe/oa: Add syncs support to OA config ioctl
` [PATCH 8/8] drm/xe/oa: Allow only certain property changes from "

[PATCH v2 0/7] drm/xe/oa: xe_syncs for OA
 2024-08-20  1:40 UTC  (15+ messages)
` [PATCH 1/7] drm/xe/oa: Separate batch submission from waiting for completion
` [PATCH 2/7] drm/xe/oa/uapi: Define and parse OA sync properties
` [PATCH 3/7] drm/xe/oa: Add input fence dependencies
` [PATCH 4/7] drm/xe/oa: Signal output fences
` [PATCH 5/7] drm/xe/oa: Move functions up so they can be reused for config ioctl
` [PATCH 6/7] drm/xe/oa: Add syncs support to OA "
` [PATCH 7/7] drm/xe/oa: Allow only certain property changes from config
` ✓ CI.Patch_applied: success for drm/xe/oa: xe_syncs for OA (rev2)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "

[PATCH v2 0/9] drm/i915/display: platform identification with display->is.<PLATFORM>
 2024-08-20  0:25 UTC  (27+ messages)
` [PATCH v2 1/9] drm/i915/display: use a macro to initialize subplatforms
` [PATCH v2 2/9] drm/i915/display: use a macro to define platform enumerations
` [PATCH v2 3/9] drm/i915/display: join the platform and subplatform enums
` [PATCH v2 4/9] drm/i915/display: add display platforms structure with platform members
` [PATCH v2 5/9] drm/i915/display: add platforms "is" member to struct intel_display
  ` [PATCH v3] "
` [PATCH v2 6/9] drm/i915/display: remove the display platform enum as unnecessary
` [PATCH v2 7/9] drm/i915/display: consider HSW/BDW ULX to also be ULT
` [PATCH v2 8/9] drm/i915/display: keep subplatforms next to their platforms
` [PATCH v2 9/9] drm/i915/bios: use display->is.PLATFORM instead of IS_PLATFORM()
` ✓ CI.Patch_applied: success for drm/i915/display: platform identification with display->is.<PLATFORM> (rev2)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✗ CI.checksparse: warning "
` ✗ CI.BAT: failure "
` ✓ CI.Patch_applied: success for drm/i915/display: platform identification with display->is.<PLATFORM> (rev3)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✗ CI.checksparse: warning "
` ✓ CI.BAT: success "
` ✗ CI.FULL: failure for drm/i915/display: platform identification with display->is.<PLATFORM> (rev2)
` ✗ CI.FULL: failure for drm/i915/display: platform identification with display->is.<PLATFORM> (rev3)

[PATCH v4] drm/xe: Add driver load error injection
 2024-08-19 22:32 UTC  (3+ messages)

[PATCH 00/12] PF: Improve VF control
 2024-08-19 21:52 UTC  (13+ messages)
` [PATCH 01/12] drm/xe/pf: Add function to sanitize VF resources
` [PATCH 03/12] drm/xe/pf: Drop GuC notifications for non-existing VF
` [PATCH 04/12] drm/xe/pf: Improve VF control
` [PATCH 05/12] drm/xe/tests: Allow deferred function call during KUnit test
` [PATCH 07/12] drm/xe/tests: Add helpers to call stubs out of KUnit context

[PATCH 01/12] drm/xe: Removed unused xe_ggtt_printk
 2024-08-19 20:51 UTC  (13+ messages)
` [PATCH 02/12] drm/xe: Introduce GGTT documentation
` [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
` ✓ CI.Build: success for series starting with [01/12] drm/xe: Removed unused xe_ggtt_printk
` ✓ CI.Hooks: "
` ✗ CI.checksparse: warning "
` ✗ CI.BAT: failure "
` ✗ CI.FULL: "

[CI 0/3] Update page fault queue size calculation
 2024-08-19 17:21 UTC  (3+ messages)
` ✗ CI.FULL: failure for Update page fault queue size calculation (rev6)
  `  "

[RESEND PATCH] drm/xe/oa: Use vma_pages() helper function in xe_oa_mmap()
 2024-08-19 17:11 UTC  (10+ messages)
` ✓ CI.Patch_applied: success for drm/xe/oa: Use vma_pages() helper function in xe_oa_mmap() (rev2)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "
` ✓ CI.FULL: "

[PATCH] drm/xe: Invalidate media_gt TLBs in PT code
 2024-08-19 16:42 UTC  (11+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "
` ✗ CI.FULL: failure "

[PATCH v6 1/2] drm/ttm: Add a flag to allow drivers to skip clear-on-free
 2024-08-19 16:01 UTC  (4+ messages)
` [PATCH v6 2/2] drm/xe/lnl: Offload system clear page activity to GPU

Build regressions/improvements in v6.11-rc4
 2024-08-19 14:45 UTC  (3+ messages)

[PATCH v2 00/12] Add PXP HWDRM support
 2024-08-19 14:33 UTC  (4+ messages)
` [PATCH v2 02/12] drm/xe/pxp: Allocate PXP execution resources

[PATCH 68/86] drm/loongson: Run DRM default client setup
 2024-08-19  9:00 UTC  (2+ messages)
` [68/86] "

[PATCH 00/12] Enable build system on macOS hosts
 2024-08-18 16:55 UTC  (6+ messages)

[PATCH v2 0/3] drm/xe/display: Fixes to make kexec work
 2024-08-19 13:38 UTC  (8+ messages)
` [PATCH v2 1/3] drm/xe: Read out rawclk_freq for display
` [PATCH v2 2/3] drm/xe: Wire up device shutdown handler
` [PATCH v2 3/3] CI-only: Test if FLR is disabled?
` ✓ CI.Patch_applied: success for drm/xe/display: Fixes to make kexec work. (rev2)
` ✗ CI.checkpatch: warning "
` ✗ CI.KUnit: failure "

[PATCH v9 0/6] TTM shrinker helpers and xe buffer object shrinker
 2024-08-19 11:51 UTC  (15+ messages)
` [PATCH v9 1/6] drm/ttm: Add a virtual base class for graphics memory backup
` [PATCH v9 2/6] drm/ttm/pool: Provide a helper to shrink pages
` [PATCH v9 3/6] drm/ttm: Use fault-injection to test error paths
` [PATCH v9 4/6] drm/ttm: Add a shrinker helper and export the LRU walker for driver use
` [PATCH v9 5/6] drm/xe: Add a shrinker for xe bos
` [PATCH v9 6/6] drm/xe: Increase the XE_PL_TT watermark
` ✓ CI.Patch_applied: success for TTM shrinker helpers and xe buffer object shrinker (rev8)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✗ CI.checksparse: warning "
` ✓ CI.BAT: success "
` ✗ CI.FULL: failure "

[PATCH 0/5] drm/xe/display: Fixes to make kexec work
 2024-08-19 11:39 UTC  (7+ messages)
` [PATCH 1/5] drm/xe: Read out rawclk_freq for display
` [PATCH 2/5] drm/xe/display: Match i915 driver suspend/resume sequences better
` [PATCH 3/5] drm/xe/display: Make display suspend/resume work on discrete
` [PATCH 4/5] drm/xe: Wire up device shutdown handler
` [PATCH 5/5] CI-only: Test if FLR is disabled?
` ✗ CI.Patch_applied: failure for drm/xe/display: Fixes to make kexec work

[PATCH] drm/xe: Invalidate media_gt TLBs
 2024-08-19 11:19 UTC  (10+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "
` ✗ CI.FULL: failure "

[PATCH] drm/xe: Add NULL check before deferencing pointer
 2024-08-19  9:33 UTC  (11+ messages)
` ✓ CI.Patch_applied: success for drm/xe: Add NULL check before deferencing pointer (rev2)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "
` ✓ CI.FULL: "

[PATCH v3 0/5] Use user-defined workqueue lockdep map for drm sched
 2024-08-19  8:11 UTC  (5+ messages)
` [PATCH v3 4/5] drm/sched: Use drm sched lockdep map for submit_wq

[PATCH v8 0/6] TTM shrinker helpers and xe buffer object shrinker
 2024-08-19  8:07 UTC  (4+ messages)
` [PATCH v8 2/6] drm/ttm/pool: Provide a helper to shrink pages

[PATCH] drm/xe: Remove redundant param from xe_bo_create_user
 2024-08-19  7:59 UTC  (3+ messages)
` ✗ CI.FULL: failure for "

[drm-xe:drm-xe-next] BUILD SUCCESS 4099cfda9dd856222d7cab6970a65896375616d5
 2024-08-19  1:44 UTC 

[drm-xe:drm-xe-next] BUILD SUCCESS fc7c7498db3da52efe874029a9c2ccc0ad2646ee
 2024-08-17 19:04 UTC 

[PATCH 83/86] drm/{i915,xe}: Run DRM default client setup
 2024-08-17 12:07 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