Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-08-15 20:50:59 to 2024-08-16 12:55:08 UTC [more...]

[PATCH 00/86] drm: Provide client setup helper and convert drivers
 2024-08-16 12:23 UTC  (66+ messages)
` [PATCH 01/86] drm/fbdev-helper: Move color-mode lookup into 4CC format helper
` [PATCH 02/86] drm/fbdev-helper: Set and clear VGA switcheroo client from fb_info
` [PATCH 03/86] drm/fbdev: Add memory-agnostic fbdev client
` [PATCH 04/86] drm: Add client-agnostic setup helper
` [PATCH 05/86] drm/fbdev-dma: Support struct drm_driver.fbdev_probe
` [PATCH 06/86] drm/arcgpu: Run DRM default client setup
` [PATCH 07/86] drm/arm/komeda: "
` [PATCH 08/86] drm/arm/hdlcd: "
` [PATCH 09/86] drm/arm/malidp: "
` [PATCH 10/86] drm/aspeed: "
` [PATCH 11/86] drm/atmel-hdlcd: "
` [PATCH 12/86] drm/fsl-dcu: "
` [PATCH 13/86] drm/hisilicon/kirin: "
` [PATCH 14/86] drm/hx8357d: "
` [PATCH 15/86] drm/ili9163: "
` [PATCH 16/86] drm/ili9225: "
` [PATCH 17/86] drm/ili9341: "
` [PATCH 18/86] drm/ili9486: "
` [PATCH 19/86] drm/imx/dcss: "
` [PATCH 20/86] drm/imx/ipuv3: "
` [PATCH 21/86] drm/imx/lcdc: "
` [PATCH 22/86] drm/ingenic: "
` [PATCH 23/86] drm/kmb: "
` [PATCH 24/86] drm/logicvc: "
` [PATCH 25/86] drm/mcde: "
` [PATCH 26/86] drm/mediatek: "
` [PATCH 27/86] drm/meson: "
` [PATCH 28/86] drm/mi0283qt: "
` [PATCH 29/86] drm/mxsfb/lcdif: "
` [PATCH 30/86] drm/msxfb: "
` [PATCH 31/86] drm/panel/ili9341: "
` [PATCH 32/86] drm/panel-mipi-dbi: "
` [PATCH 33/86] drm/pl111: "
` [PATCH 34/86] drm/renesas/rcar-du: "
` [PATCH 35/86] drm/renesas/rz-du: "
` [PATCH 36/86] drm/renesas/shmobile: "
` [PATCH 37/86] drm/repaper: "
` [PATCH 39/86] drm/sti: "
` [PATCH 40/86] drm/stm: "
` [PATCH 41/86] drm/sun4i: "
` [PATCH 42/86] drm/tidss: "
` [PATCH 43/86] drm/tilcdc: "
` [PATCH 44/86] drm/st7586: "
` [PATCH 45/86] drm/st7735r: "
` [PATCH 47/86] drm/vc4: "
` [PATCH 49/86] drm/fbdev-dma: Remove obsolete setup function
` [PATCH 50/86] drm/fbdev-shmem: Support struct drm_driver.fbdev_probe
` [PATCH 51/86] drm/ast: Run DRM default client setup
` [PATCH 52/86] drm/cirrus: "
` [PATCH 53/86] drm/gm12u320: "
` [PATCH 54/86] drm/gud: "
` [PATCH 55/86] drm/hyperv_drm: "
` [PATCH 56/86] drm/mgag200: "
` [PATCH 57/86] drm/ofdrm: Use "
` [PATCH 59/86] drm/solomon: Run "
` [PATCH 60/86] drm/udl: "
` [PATCH 61/86] drm/virtgpu: "
` [PATCH 62/86] drm/vkms: "
` [PATCH 64/86] drm/fbdev-ttm: Support struct drm_driver.fbdev_probe
` [PATCH 65/86] drm/amdgpu: Run DRM default client setup
` [PATCH 66/86] drm/bochs: "
` [PATCH 80/86] drm/i915: Remove struct drm_fb_helper from struct intel_fbdev
` [PATCH 81/86] drm/i915: Move custom restore code into separate callback
` [PATCH 82/86] drm/i915: Move custom hotplug "
` [PATCH 83/86] drm/{i915,xe}: Run DRM default client setup

[PATCH 0/3] Introducing Xe2 ccs modifiers for integrated and discrete graphics
 2024-08-16 12:45 UTC  (11+ messages)
` [PATCH 1/3] drm/i915/display: Don't enable decompression on Xe2 with Tile4
` [PATCH 2/3] drm/fourcc: define Intel Xe2 related tile4 ccs modifiers
` [PATCH 3/3] drm/i915/display: allow creation of Xe2 ccs framebuffers
` ✓ CI.Patch_applied: success for Introducing Xe2 ccs modifiers for integrated and discrete graphics (rev2)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✗ CI.checksparse: warning "
` ✓ CI.BAT: success "

[PATCH 1/5] drm/i915/display: Add support for SNPS PHY HDMI PLL algorithm for DG2
 2024-08-16 12:44 UTC  (2+ messages)

[PATCH] drm/xe: Use for_each_remote_tile rather than manual check
 2024-08-16 12:11 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: Remove redundant param from xe_bo_create_user
 2024-08-16 11:31 UTC  (8+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "

[PATCH] drm/xe: Remove NULL check of lrc->bo in xe_lrc_snapshot_capture()
 2024-08-16 10:53 UTC  (8+ messages)
` ✓ CI.Patch_applied: success for drm/xe: Remove NULL check of lrc->bo in xe_lrc_snapshot_capture() (rev3)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "

[PATCH v3] drm/xe: Use reserved copy engine for user binds on faulting devices
 2024-08-16 10:25 UTC  (9+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "
` ✗ CI.FULL: failure "

[PATCH] drm/xe: Remove a redundant NULL lrc->bo check as a lrc will always have a bo
 2024-08-16  9:48 UTC  (9+ messages)
` ✓ CI.Patch_applied: success for "
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "

[PATCH v6 00/12] TTM shrinker helpers and xe buffer object shrinker
 2024-08-16  9:47 UTC  (4+ messages)
` [PATCH v6 09/12] drm/ttm/pool: Provide a helper to shrink pages

[PATCH] drm/xe: Remove NULL check of lrc->bo in xe_lrc_snapshot_capture()
 2024-08-16  9:11 UTC  (10+ messages)
` ✓ CI.Patch_applied: success for drm/xe: Remove NULL check of lrc->bo in xe_lrc_snapshot_capture() (rev2)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✗ CI.BAT: failure "

[PULL] drm-misc-next
 2024-08-16  8:41 UTC 

[PATCH] drm/xe/display: handle HPD polling in display runtime suspend/resume
 2024-08-16  8:28 UTC  (5+ messages)
` ✗ CI.FULL: failure for "

[PATCH 1/7] drm/i915/display: support struct intel_atomic_state in to_intel_display()
 2024-08-16  8:22 UTC  (3+ messages)

[PATCH] drm/xe: Remove NULL check of lrc->bo in xe_lrc_snapshot_capture()
 2024-08-16  7:52 UTC  (9+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✗ CI.BAT: failure "

[PATCH 0/3] Introducing Xe2 ccs modifiers for integrated and discrete graphics
 2024-08-16  6:31 UTC  (7+ messages)
` [PATCH 1/3] drm/i915/display: Don't enable decompression on Xe2 with Tile4
` [PATCH 2/3] drm/fourcc: define Intel Xe2 related tile4 ccs modifiers
` [PATCH 3/3] drm/i915/display: allow creation of Xe2 ccs framebuffers

[CI 1/3] drm/xe/uc: Use managed bo for HuC and GSC objects
 2024-08-16  5:45 UTC  (11+ messages)
` [CI 2/3] drm/xe/uc: Use devm to register cleanup that includes exec_queues
` [CI 3/3] drm/xe: Fix tile fini sequence
` ✓ CI.Patch_applied: success for series starting with [CI,1/3] drm/xe/uc: Use managed bo for HuC and GSC objects
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "
` ✓ CI.FULL: "

[PATCH v2] drm/xe/uapi: Bring back reset uevent
 2024-08-16  5:41 UTC  (8+ messages)

[PATCH 01/12] drm/xe: Removed unused xe_ggtt_printk
 2024-08-16  5:16 UTC  (17+ 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: Rename 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: failure "

[PATCH v2] drm/xe: Use resevered copy engine for user binds on faulting devices
 2024-08-16  3:52 UTC  (11+ messages)
` ✓ CI.Patch_applied: success for drm/xe: Use resevered copy engine for user binds on faulting devices (rev2)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "
` ✗ CI.FULL: failure "

[PATCH 1/2] drm/xe: Add debugfs to dump GuC's hwconfig
 2024-08-16  2:18 UTC  (5+ messages)
` ✗ CI.FULL: failure for series starting with [1/2] "

[PATCH] drm/xe: Drop HW fence pointer to HW fence ctx
 2024-08-16  2:01 UTC  (7+ messages)
` ✓ CI.KUnit: success for "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "
` ✗ CI.FULL: failure "

[PATCH 1/3] drm/xe/oa: Replace per GT oa mutex per a global one
 2024-08-15 21:11 UTC  (3+ messages)


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