Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-08-16 16:08:43 to 2024-08-19 18:45:25 UTC [more...]

[PATCH v2 0/9] drm/i915/display: platform identification with display->is.<PLATFORM>
 2024-08-19 18:44 UTC  (8+ 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 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 00/12] PF: Improve VF control
 2024-08-19 17:52 UTC  (7+ messages)
` [PATCH 03/12] drm/xe/pf: Drop GuC notifications for non-existing VF
` [PATCH 04/12] drm/xe/pf: Improve VF control

[CI 0/3] Update page fault queue size calculation
 2024-08-19 17:21 UTC  (13+ messages)
` [CI 1/3] drm/xe: Fix missing workqueue destroy in xe_gt_pagefault
` [CI 2/3] drm/xe: Use topology to determine page fault queue size
` [CI 3/3] drm/xe/guc: Bump the G2H queue size to account for page faults
` ✓ CI.Patch_applied: success for Update page fault queue size calculation (rev6)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✗ CI.Hooks: failure "
` ✓ CI.checksparse: success "
` ✓ CI.BAT: "
` ✗ CI.FULL: failure "
  `  "

[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 00/86] drm: Provide client setup helper and convert drivers
 2024-08-19 16:42 UTC  (34+ 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 55/86] drm/hyperv_drm: "
` [PATCH 57/86] drm/ofdrm: Use "
` [PATCH 58/86] drm/simpledrm: Run "
` [PATCH 59/86] drm/solomon: "
` [PATCH 69/86] drm/nouveau: "

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

[PATCH v6 1/2] drm/ttm: Add a flag to allow drivers to skip clear-on-free
 2024-08-19 16:01 UTC  (5+ messages)
` [PATCH v6 2/2] drm/xe/lnl: Offload system clear page activity to GPU
` ✓ CI.FULL: success for series starting with [v6,1/2] drm/ttm: Add a flag to allow drivers to skip clear-on-free

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  (23+ messages)
` [PATCH v2 01/12] drm/xe/pxp: Initialize PXP structure and KCR reg
` [PATCH v2 02/12] drm/xe/pxp: Allocate PXP execution resources
` [PATCH v2 03/12] drm/xe/pxp: Add VCS inline termination support
` [PATCH v2 04/12] drm/xe/pxp: Add GSC session invalidation support
` [PATCH v2 05/12] drm/xe/pxp: Handle the PXP termination interrupt
` [PATCH v2 06/12] drm/xe/pxp: Add GSC session initialization support
` [PATCH v2 07/12] drm/xe/pxp: Add spport for PXP-using queues
` [PATCH v2 08/12] drm/xe/pxp: add a query for PXP status
` [PATCH v2 09/12] drm/xe/pxp: Add API to mark a BO as using PXP
` [PATCH v2 10/12] drm/xe/pxp: add PXP PM support
` [PATCH v2 11/12] drm/xe/pxp: Add PXP debugfs support
` [PATCH v2 12/12] drm/xe/pxp: Enable PXP for MTL and LNL
` ✓ CI.Patch_applied: success for Add PXP HWDRM support (rev2)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✗ CI.Hooks: failure "
` ✓ CI.checksparse: success "
` ✗ CI.BAT: failure "
` ✗ CI.FULL: "

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

[PATCH 82/86] drm/i915: Move custom hotplug code into separate callback
 2024-08-19  8:52 UTC  (2+ messages)
` [82/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  (6+ messages)
` [PATCH v8 2/6] drm/ttm/pool: Provide a helper to shrink pages
` [PATCH v8 4/6] drm/ttm: Add a shrinker helper and export the LRU walker for driver use

[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 01/12] drm/xe: Removed unused xe_ggtt_printk
 2024-08-17 12:55 UTC  (20+ 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: failure "
` ✗ CI.FULL: "

[PATCH 83/86] drm/{i915,xe}: Run DRM default client setup
 2024-08-17 12:07 UTC  (3+ messages)

[PATCH 0/9] drm: Use backlight power constants
 2024-08-15  8:07 UTC  (4+ messages)
` [PATCH 9/9] drm/tilcdc: "

[PATCH 01/12] drm/xe: Removed unused xe_ggtt_printk
 2024-08-17 10:14 UTC  (6+ messages)
` [PATCH 12/12] drm/xe: Fix missing runtime outer protection for ggtt_remove_node
` ✗ CI.BAT: failure for series starting with [01/12] drm/xe: Removed unused xe_ggtt_printk
` ✗ CI.FULL: "

[PATCH 0/3] Introducing Xe2 ccs modifiers for integrated and discrete graphics
 2024-08-17  0:06 UTC  (4+ messages)
` [PATCH 2/3] drm/fourcc: define Intel Xe2 related tile4 ccs modifiers
` ✗ CI.FULL: failure for Introducing Xe2 ccs modifiers for integrated and discrete graphics (rev2)

[PATCH v2 0/1] Add support for EU stall sampling
 2024-08-16 22:37 UTC  (3+ messages)
` [PATCH v2 1/1] drm/xe/eustall: "

[PATCH v8 5/6] drm/xe: Add a shrinker for xe bos
 2024-08-16 19:48 UTC  (2+ messages)

[PATCH] drm/xe: Remove NULL check of lrc->bo in xe_lrc_snapshot_capture()
 2024-08-16 19:27 UTC  (2+ messages)
` ✓ CI.FULL: success for drm/xe: Remove NULL check of lrc->bo in xe_lrc_snapshot_capture() (rev3)

[PATCH 1/2] drm/xe: Add debugfs to dump GuC's hwconfig
 2024-08-16 18:10 UTC  (6+ messages)

[PATCH v8 3/6] drm/ttm: Use fault-injection to test error paths
 2024-08-16 17:35 UTC  (3+ messages)

[PATCH] drm/xe: Remove a redundant NULL lrc->bo check as a lrc will always have a bo
 2024-08-16 17:33 UTC  (2+ messages)
` ✓ CI.FULL: success for "

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

[CI 1/3] drm/xe/uc: Use managed bo for HuC and GSC objects
 2024-08-16 16:34 UTC  (2+ messages)
` (subset) "

[PATCH] drm/xe: Use for_each_remote_tile rather than manual check
 2024-08-16 16:33 UTC  (4+ messages)


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