messages from 2023-04-26 21:33:18 to 2023-05-02 01:54:43 UTC [more...]
[Intel-xe] [PATCH v2 00/31] Upstreaming prep / all of mbrosts patches
2023-05-02 1:54 UTC (34+ messages)
` [Intel-xe] [PATCH v2 01/31] drm/sched: Add run_wq argument to drm_sched_init
` [Intel-xe] [PATCH v2 02/31] drm/sched: Move schedule policy to scheduler
` [Intel-xe] [PATCH v2 03/31] drm/sched: Add DRM_SCHED_POLICY_SINGLE_ENTITY scheduling policy
` [Intel-xe] [PATCH v2 04/31] drm/xe: Use DRM_SCHED_POLICY_SINGLE_ENTITY mode
` [Intel-xe] [PATCH v2 05/31] drm/xe: Long running job update
` [Intel-xe] [PATCH v2 06/31] drm/xe: Ensure LR engines are not persistent
` [Intel-xe] [PATCH v2 07/31] drm/xe: Only try to lock external BOs in VM bind
` [Intel-xe] [PATCH v2 08/31] drm/xe: VM LRU bulk move
` [Intel-xe] [PATCH v2 09/31] drm/xe/guc: Read HXG fields from DW1 of G2H response
` [Intel-xe] [PATCH v2 10/31] drm/xe/guc: Return the lower part of blocking H2G message
` [Intel-xe] [PATCH v2 11/31] drm/xe/guc: Use doorbells for submission if possible
` [Intel-xe] [PATCH v2 12/31] drm/xe/guc: Print doorbell ID in GuC engine debugfs entry
` [Intel-xe] [PATCH v2 13/31] maple_tree: split up MA_STATE() macro
` [Intel-xe] [PATCH v2 14/31] maple_tree: Export mas_preallocate
` [Intel-xe] [PATCH v2 15/31] drm: manager to keep track of GPUs VA mappings
` [Intel-xe] [PATCH v2 16/31] drm/xe: Port Xe to GPUVA
` [Intel-xe] [PATCH v2 17/31] drm/xe: NULL binding implementation
` [Intel-xe] [PATCH v2 18/31] drm/xe: Avoid doing rebinds
` [Intel-xe] [PATCH v2 19/31] drm/xe: Reduce the number list links in xe_vma
` [Intel-xe] [PATCH v2 20/31] drm/xe: Optimize size of xe_vma allocation
` [Intel-xe] [PATCH v2 21/31] drm/gpuva: Add drm device to GPUVA manager
` [Intel-xe] [PATCH v2 22/31] drm/gpuva: Move dma-resv "
` [Intel-xe] [PATCH v2 23/31] drm/gpuva: Add support for extobj
` [Intel-xe] [PATCH v2 24/31] drm/xe: Userptr refactor
` [Intel-xe] [PATCH v2 25/31] drm: execution context for GEM buffers v3
` [Intel-xe] [PATCH v2 26/31] drm/exec: Always compile drm_exec
` [Intel-xe] [PATCH v2 27/31] drm/xe: Use drm_exec for locking rather than TTM exec helpers
` [Intel-xe] [PATCH v2 28/31] drm/xe: Allow dma-fences as in-syncs for compute / faulting VM
` [Intel-xe] [PATCH v2 29/31] drm/xe: Allow compute VMs to output dma-fences on binds
` [Intel-xe] [PATCH v2 30/31] drm/xe: remove async worker, sync binds, new error handling
` [Intel-xe] [PATCH v2 31/31] drm/xe/uapi: Add some VM bind kernel doc
` [Intel-xe] ✗ CI.Patch_applied: failure for Upstreaming prep / all of mbrosts patches (rev2)
[Intel-xe] xe-rev1 Branch for ease the intial review / ack
2023-05-01 22:28 UTC
[Intel-xe] [PATCH 0/2] Killing the undesired drm_pt_walk
2023-05-01 20:13 UTC (10+ messages)
` [Intel-xe] [PATCH 1/2] Revert "drm: Add a gpu page-table walker helper"
` [Intel-xe] [PATCH 2/2] fixup! drm/xe: Introduce a new DRM driver for Intel GPUs
` [Intel-xe] [PATCH] "
` [Intel-xe] ✓ CI.Patch_applied: success for Killing the undesired drm_pt_walk
` [Intel-xe] ✗ CI.KUnit: failure "
` [Intel-xe] ✓ CI.Patch_applied: success for Killing the undesired drm_pt_walk (rev2)
` [Intel-xe] ✓ CI.KUnit: "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ○ CI.BAT: info "
[Intel-xe] [PATCH 0/7] Convert xe_mmio to struct xe_reg
2023-05-01 15:07 UTC (14+ messages)
` [Intel-xe] [PATCH 1/7] fixup! drm/xe: Drop gen afixes from registers
` [Intel-xe] [PATCH 2/7] drm/xe/guc: Handle RCU_MODE as masked from definition
` [Intel-xe] [PATCH 3/7] drm/xe: Use media base for GMD_ID access
` [Intel-xe] [PATCH 4/7] drm/xe/mmio: Use struct xe_reg
` [Intel-xe] [PATCH 5/7] fixup! drm/xe/display: Implement display support
` [Intel-xe] [PATCH 6/7] drm/xe: Rename reg field to addr
` [Intel-xe] [PATCH 7/7] drm/xe: Fix indent in xe_hw_engine_print_state()
` [Intel-xe] ✓ CI.Patch_applied: success for Convert xe_mmio to struct xe_reg
` [Intel-xe] ✓ CI.KUnit: "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ○ CI.BAT: info "
[Intel-xe] [PATCH 00/30] Upstreaming prep / all of mbrosts patches
2023-05-01 14:57 UTC (34+ messages)
` [Intel-xe] [PATCH 01/30] drm/sched: Add run_wq argument to drm_sched_init
` [Intel-xe] [PATCH 02/30] drm/sched: Move schedule policy to scheduler
` [Intel-xe] [PATCH 03/30] drm/sched: Add DRM_SCHED_POLICY_SINGLE_ENTITY scheduling policy
` [Intel-xe] [PATCH 04/30] drm/xe: Use DRM_SCHED_POLICY_SINGLE_ENTITY mode
` [Intel-xe] [PATCH 05/30] drm/xe: Long running job update
` [Intel-xe] [PATCH 06/30] drm/xe: Ensure LR engines are not persistent
` [Intel-xe] [PATCH 07/30] drm/xe: Only try to lock external BOs in VM bind
` [Intel-xe] [PATCH 08/30] drm/xe: VM LRU bulk move
` [Intel-xe] [PATCH 09/30] drm/xe/guc: Read HXG fields from DW1 of G2H response
` [Intel-xe] [PATCH 10/30] drm/xe/guc: Return the lower part of blocking H2G message
` [Intel-xe] [PATCH 11/30] drm/xe/guc: Use doorbells for submission if possible
` [Intel-xe] [PATCH 12/30] drm/xe/guc: Print doorbell ID in GuC engine debugfs entry
` [Intel-xe] [PATCH 13/30] maple_tree: split up MA_STATE() macro
` [Intel-xe] [PATCH 14/30] maple_tree: Export mas_preallocate
` [Intel-xe] [PATCH 15/30] drm: manager to keep track of GPUs VA mappings
` [Intel-xe] [PATCH 16/30] drm/xe: Port Xe to GPUVA
` [Intel-xe] [PATCH 17/30] drm/xe: NULL binding implementation
` [Intel-xe] [PATCH 18/30] drm/xe: Avoid doing rebinds
` [Intel-xe] [PATCH 19/30] drm/xe: Reduce the number list links in xe_vma
` [Intel-xe] [PATCH 20/30] drm/xe: Optimize size of xe_vma allocation
` [Intel-xe] [PATCH 21/30] drm/gpuva: Add drm device to GPUVA manager
` [Intel-xe] [PATCH 22/30] drm/gpuva: Move dma-resv "
` [Intel-xe] [PATCH 23/30] drm/gpuva: Add support for extobj
` [Intel-xe] [PATCH 24/30] drm/xe: Userptr refactor
` [Intel-xe] [PATCH 25/30] drm: execution context for GEM buffers v3
` [Intel-xe] [PATCH 26/30] drm/exec: Always compile drm_exec
` [Intel-xe] [PATCH 27/30] drm/xe: Use drm_exec for locking rather than TTM exec helpers
` [Intel-xe] [PATCH 28/30] drm/xe: Allow dma-fences as in-syncs for compute / faulting VM
` [Intel-xe] [PATCH 29/30] drm/xe: Allow compute VMs to output dma-fences on binds
` [Intel-xe] [PATCH 30/30] drm/xe: remove async worker, sync binds, new error handling
` [Intel-xe] ✓ CI.Patch_applied: success for Upstreaming prep / all of mbrosts patches
` [Intel-xe] ✗ CI.KUnit: failure "
[Intel-xe] [PATCH v3 0/4] drm/xe: Rework multi tile device memory initialization
2023-05-01 12:31 UTC (9+ messages)
` [Intel-xe] [PATCH 1/4] drm/xe: Rework size helper to be a little more correct
` [Intel-xe] [PATCH 2/4] drm/xe: Simplify rebar sizing
` [Intel-xe] [PATCH 3/4] drm/xe: Size GT device memory correctly
` [Intel-xe] [PATCH 4/4] drm/xe: Rename GPU offset helper to reflect true usage
` [Intel-xe] ✓ CI.Patch_applied: success for drm/xe: Rework multi tile device memory initialization (rev3)
` [Intel-xe] ✓ CI.KUnit: "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ○ CI.BAT: info "
[Intel-xe] [PATCH v2 0/4] drm/xe: Rework multi tile device memory initialization
2023-04-28 21:52 UTC (9+ messages)
` [Intel-xe] [PATCH 1/4] drm/xe: Rework size helper to be a little more correct
` [Intel-xe] [PATCH 2/4] drm/xe: Simplify rebar sizing
` [Intel-xe] [PATCH 3/4] drm/xe: Size GT device memory correctly
` [Intel-xe] [PATCH 4/4] drm/xe: Rename GPU offset helper to reflect true usage
` [Intel-xe] ✓ CI.Patch_applied: success for drm/xe: Rework multi tile device memory initialization (rev2)
` [Intel-xe] ✓ CI.KUnit: "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ○ CI.BAT: info "
[Intel-xe] [PATCH v2 0/4] drm/xe: Rework multi tile device memory initialization
2023-04-28 21:03 UTC (6+ messages)
` [Intel-xe] [PATCH 1/4] drm/xe: Rework size helper to be a little more correct
` [Intel-xe] [PATCH 2/4] drm/xe: Simplify rebar sizing
` [Intel-xe] [PATCH 3/4] drm/xe: Size GT device memory correctly
` [Intel-xe] [PATCH 4/4] drm/xe: Rename GPU offset helper to reflect true usage
` [Intel-xe] ✗ CI.Patch_applied: failure for drm/xe: Rework multi tile device memory initialization
[Intel-xe] [2/3] drm/xe: Size GT device memory correctly
2023-04-28 17:49 UTC (2+ messages)
[Intel-xe] [PATCH 1/3] drm/xe: Simplify rebar sizing
2023-04-28 17:36 UTC (13+ messages)
` [Intel-xe] [PATCH 2/3] drm/xe: Size GT device memory correctly
` [Intel-xe] [PATCH 3/3] drm/xe: Rename GPU offset helper to reflect true usage
` [Intel-xe] ✓ CI.Patch_applied: success for series starting with [1/3] drm/xe: Simplify rebar sizing
` [Intel-xe] ✓ CI.KUnit: "
` [Intel-xe] ✓ CI.Build: "
[Intel-xe] [RFC PATCH] dma-buf/dma-fence: Use a successful read_trylock() annotation for dma_fence_begin_signalling()
2023-04-28 13:25 UTC (6+ messages)
` [Intel-xe] ✓ CI.Patch_applied: success for "
` [Intel-xe] ✓ CI.KUnit: "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ○ CI.BAT: info "
[Intel-xe] [PATCH 0/4] RFC: drm/xe/ras: Supporting RAS on XE
2023-04-28 8:00 UTC (7+ messages)
` [Intel-xe] [PATCH 1/4] drm/xe: Handle GRF/IC ECC error irq
` [Intel-xe] [PATCH 2/4] drm/xe/ras: Log the GT hw errors
[Intel-xe] [PATCH] drm/xe: destroy clients engine and vm xarrays on close
2023-04-28 6:05 UTC (5+ messages)
[Intel-xe] [PATCH] drm/xe: Fix media detection for pre-GMD_ID platforms
2023-04-28 5:44 UTC (7+ messages)
` [Intel-xe] ✓ CI.Patch_applied: success for "
` [Intel-xe] ✓ CI.KUnit: "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ○ CI.BAT: info "
[Intel-xe] [PATCH v3 00/10] Cleanup registers and introduce xe_reg_*
2023-04-28 5:40 UTC (16+ messages)
` [Intel-xe] [PATCH v3 01/10] drm/xe/guc: Convert GuC registers to REG_FIELD/REG_BIT
` [Intel-xe] [PATCH v3 02/10] drm/xe: Drop gen afixes from registers
` [Intel-xe] [PATCH v3 03/10] drm/xe: Use REG_FIELD/REG_BIT for all regs/*.h
` [Intel-xe] [PATCH v3 04/10] drm/xe: Clarify register types on PAT programming
` [Intel-xe] [PATCH v3 05/10] drm/xe/rtp: Improve magic macros for RTP tables
` [Intel-xe] [PATCH v3 06/10] drm/xe: Introduce xe_reg/xe_reg_mcr
` [Intel-xe] [PATCH v3 07/10] drm/xe: Use XE_REG/XE_REG_MCR
` [Intel-xe] [PATCH v3 08/10] drm/xe: Annotate masked registers used by RTP
` [Intel-xe] [PATCH v3 09/10] drm/xe: Plumb xe_reg into WAs, rtp, etc
` [Intel-xe] [PATCH v3 10/10] drm/xe: Move helper macros to separate header
` [Intel-xe] ✓ CI.Patch_applied: success for Cleanup registers and introduce xe_reg_* (rev5)
` [Intel-xe] ✓ CI.KUnit: "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ○ CI.BAT: info "
[Intel-xe] [PATCH v2 00/17] Cleanup registers and introduce xe_reg_*
2023-04-27 22:20 UTC (19+ messages)
` [Intel-xe] [PATCH v2 01/17] drm/xe: Cleanup page-related defines
` [Intel-xe] [PATCH v2 05/17] drm/xe: Rename instruction field to avoid confusion
` [Intel-xe] [PATCH v2 08/17] drm/xe/guc: Convert GuC registers to REG_FIELD/REG_BIT
` [Intel-xe] [PATCH v2 10/17] drm/xe: Use REG_FIELD/REG_BIT for all regs/*.h
` [Intel-xe] [PATCH v2 13/17] drm/xe: Introduce xe_reg/xe_reg_mcr
` [Intel-xe] [PATCH v2 14/17] drm/xe: Use XE_REG/XE_REG_MCR
` [Intel-xe] [PATCH v2 17/17] drm/xe: Move helper macros to separate header
` [Intel-xe] ✓ CI.Patch_applied: success for Cleanup registers and introduce xe_reg_* (rev3)
` [Intel-xe] ✓ CI.KUnit: "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ○ CI.BAT: info "
` [Intel-xe] ✗ CI.Patch_applied: failure for Cleanup registers and introduce xe_reg_* (rev4)
[Intel-xe] [PATCH 1/2] drm/xe: Set default MOCS value for cs instructions
2023-04-27 19:10 UTC (6+ messages)
` [Intel-xe] [PATCH 2/2] drm/xe: Set default MOCS value for copy "
[Intel-xe] [PATCH] drm/xe: Remove extra xe_mmio_read32 from xe_mmio_wait32
2023-04-27 12:53 UTC (7+ messages)
` [Intel-xe] ✓ CI.Patch_applied: success for "
` [Intel-xe] ✓ CI.KUnit: "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ○ CI.BAT: info "
[Intel-xe] [PATCH] drm/xe/display: Do not use i915 frontbuffer tracking implementation
2023-04-27 11:46 UTC (8+ messages)
` [Intel-xe] [Intel-gfx] "
[Intel-xe] [PATCH i-g-t] test/xe_pm: Assert on unbounded VSP
2023-04-27 9:06 UTC (7+ messages)
[Intel-xe] [PATCH 00/14] Introduce xe_devcoredump
2023-04-27 8:28 UTC (6+ messages)
` [Intel-xe] [PATCH 01/14] drm/xe: Fix print of RING_EXECLIST_SQ_CONTENTS_HI
` [Intel-xe] [PATCH 02/14] drm/xe: Introduce the dev_coredump infrastructure
[Intel-xe] [PATCH] drm/doc/rfc: Introduce the merge plan for the Xe driver
2023-04-27 4:06 UTC (4+ messages)
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