messages from 2024-08-16 12:54:51 to 2024-08-17 11:50:11 UTC [more...]
[PATCH 01/12] drm/xe: Removed unused xe_ggtt_printk
2024-08-17 11:50 UTC (19+ 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 "
[PATCH 0/9] drm: Use backlight power constants
2024-08-15 8:07 UTC (4+ messages)
` [PATCH 9/9] drm/tilcdc: "
[PATCH 00/86] drm: Provide client setup helper and convert drivers
2024-08-17 10:14 UTC (74+ messages)
` [PATCH 07/86] drm/arm/komeda: Run DRM default client setup
` [PATCH 08/86] drm/arm/hdlcd: "
` [PATCH 09/86] drm/arm/malidp: "
` [PATCH 28/86] drm/mi0283qt: "
` [PATCH 29/86] drm/mxsfb/lcdif: "
` [PATCH 30/86] drm/msxfb: "
` [PATCH 31/86] drm/panel/ili9341: "
` [PATCH 33/86] drm/pl111: "
` [PATCH 35/86] drm/renesas/rz-du: "
` [PATCH 36/86] drm/renesas/shmobile: "
` [PATCH 37/86] drm/repaper: "
` [PATCH 38/86] drm/rockchip: "
` [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 46/86] drm/tve200: "
` [PATCH 47/86] drm/vc4: "
` [PATCH 48/86] drm/xlnx: "
` [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 58/86] drm/simpledrm: Run "
` [PATCH 59/86] drm/solomon: "
` [PATCH 60/86] drm/udl: "
` [PATCH 61/86] drm/virtgpu: "
` [PATCH 62/86] drm/vkms: "
` [PATCH 63/86] drm/fbdev-shmem: Remove obsolete setup function
` [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 67/86] drm/hisilicon/hibmc: "
` [PATCH 68/86] drm/loongson: "
` [PATCH 69/86] drm/nouveau: "
` [PATCH 70/86] drm/qxl: "
` [PATCH 71/86] drm/vboxvideo: "
` [PATCH 72/86] drm/vmwgfx: "
` [PATCH 73/86] drm/fbdev-ttm: Remove obsolete setup function
` [PATCH 74/86] drm/armada: Run DRM default client setup
` [PATCH 75/86] drm/exynos-drm: "
` [PATCH 76/86] drm/gma500: "
` [PATCH 77/86] drm/msm: "
` [PATCH 78/86] drm/radeon: "
` [PATCH 79/86] drm/tegra: "
` [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 84/86] drm/omapdrm: Remove struct drm_fb_helper from struct omap_fbdev
` [PATCH 85/86] drm/omapdrm: Run DRM default client setup
` [PATCH 86/86] drm/fb-helper: Remove struct drm_fb_helper.fb_probe
` ✓ CI.Patch_applied: success for drm: Provide client setup helper and convert drivers
` ✗ CI.checkpatch: warning "
` ✗ CI.KUnit: failure "
[PATCH 00/12] Enable build system on macOS hosts
2024-08-17 1:11 UTC (5+ messages)
[PATCH 01/12] drm/xe: Removed unused xe_ggtt_printk
2024-08-17 10:14 UTC (28+ 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: "
` ✓ CI.Hooks: "
` ✗ CI.checksparse: warning "
` ✗ CI.BAT: failure "
` ✗ CI.FULL: "
[CI 0/3] Update page fault queue size calculation
2024-08-17 10:03 UTC (12+ 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 "
[PATCH v2 00/12] Add PXP HWDRM support
2024-08-17 4:53 UTC (21+ 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 v6 1/2] drm/ttm: Add a flag to allow drivers to skip clear-on-free
2024-08-17 0:39 UTC (10+ messages)
` [PATCH v6 2/2] drm/xe/lnl: Offload system clear page activity to GPU
` ✓ CI.Patch_applied: success for series starting with [v6,1/2] drm/ttm: Add a flag to allow drivers to skip clear-on-free
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✗ CI.checksparse: warning "
` ✓ CI.BAT: success "
` ✓ 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 v8 0/6] TTM shrinker helpers and xe buffer object shrinker
2024-08-16 23:06 UTC (15+ messages)
` [PATCH v8 1/6] drm/ttm: Add a virtual base class for graphics memory backup
` [PATCH v8 2/6] drm/ttm/pool: Provide a helper to shrink pages
` [PATCH v8 3/6] drm/ttm: Use fault-injection to test error paths
` [PATCH v8 4/6] drm/ttm: Add a shrinker helper and export the LRU walker for driver use
` [PATCH v8 5/6] drm/xe: Add a shrinker for xe bos
` [PATCH v8 6/6] drm/xe: Increase the XE_PL_TT watermark
` ✓ CI.Patch_applied: success for TTM shrinker helpers and xe buffer object shrinker (rev7)
` ✗ CI.checkpatch: warning "
` ✗ CI.KUnit: failure "
[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] drm/xe: Remove redundant param from xe_bo_create_user
2024-08-16 21:12 UTC (3+ messages)
` ✗ CI.FULL: failure for "
[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] 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 (5+ messages)
` ✗ CI.FULL: failure for drm/xe: Remove NULL check of lrc->bo in xe_lrc_snapshot_capture() (rev2)
[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)
[PATCH 01/12] drm/xe: Removed unused xe_ggtt_printk
2024-08-16 15:04 UTC (4+ messages)
` [PATCH 04/12] drm/{i915, xe}: Avoid direct inspection of dpt_vma from outside dpt
[PATCH] drm/xe: Remove NULL check of lrc->bo in xe_lrc_snapshot_capture()
2024-08-16 14:53 UTC (2+ messages)
` ✗ CI.FULL: failure for "
[PATCH] drm/xe/migrate: Parameterize ccs and bo data clear in xe_migrate_clear()
2024-08-16 14:25 UTC (5+ messages)
[PATCH 00/12] PF: Improve VF control
2024-08-16 13:06 UTC (9+ messages)
` [PATCH 01/12] drm/xe/pf: Add function to sanitize VF resources
` [PATCH 02/12] drm/xe/pf: Fix documentation formatting
` [PATCH 03/12] drm/xe/pf: Drop GuC notifications for non-existing VF
` [PATCH 04/12] drm/xe/pf: Improve VF control
[drm-xe:drm-xe-fixes] BUILD SUCCESS f002702290fccbd473f5bb94e52f25c96917fff2
2024-08-16 12:56 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox