linux-2.6-microblaze.git
2023-12-21 Thomas Hellströmdrm/xe/bo: Avoid creating a system resource when alloca...
2023-12-21 Thomas Hellströmdrm/xe/bo: Fix swapin when moving to VRAM
2023-12-21 Badal Nilawardrm/xe/mtl: Add support to get C6 residency/status...
2023-12-21 Riana Taurodrm/xe: add a new sysfs directory for gtidle properties
2023-12-21 Matthew Aulddrm/xe/bo: consider bo->flags in xe_bo_migrate()
2023-12-21 Matthew Aulddrm/doc: include xe_drm.h
2023-12-21 Matthew Aulddrm/xe/uapi: silence kernel-doc errors
2023-12-21 Matthew Aulddrm/xe/uapi: add some kernel-doc for region query
2023-12-21 Matthew Aulddrm/xe/uapi: restrict system wide accounting
2023-12-21 Francois Dugastdrm/xe: Document topology mask query
2023-12-21 Francois Dugastdrm/xe: Move defines before relevant fields
2023-12-21 Francois Dugastdrm/xe: Document structures for device query
2023-12-21 Mika Kuoppaladrm/xe: Fix unreffed ptr leak on engine lookup
2023-12-21 Lucas De Marchidrm/xe: Skip applying copy engine fuses
2023-12-21 Matthew Aulddrm/xe/bo: handle PL_TT -> PL_TT
2023-12-21 Matthew Brostdrm/xe: VM LRU bulk move
2023-12-21 Matthew Brostdrm/xe: Only try to lock external BOs in VM bind
2023-12-21 Matthew Brostdrm/xe: Ensure LR engines are not persistent
2023-12-21 Matthew Brostdrm/xe: Long running job update
2023-12-21 Matthew Brostdrm/xe: NULL binding implementation
2023-12-21 Janga Rahul... drm/Xe: Use EOPNOTSUPP instead of ENOTSUPP
2023-12-21 Daniele Ceraolo... drm/xe: limit GGTT size to GUC_GGTT_TOP
2023-12-21 Matt Roperdrm/xe/mtl: Add some initial MTL workarounds
2023-12-21 Michał Winiarskidrm/xe: Fix check for platform without geometry pipeline
2023-12-21 Michał Winiarskidrm/xe: Fix uninitialized variables
2023-12-21 Riana Taurodrm/xe: Fix GT looping for standalone media
2023-12-21 Badal Nilawardrm/xe: Donot apply forcewake while reading actual...
2023-12-21 Lucas De Marchidrm/xe/guc: Normalize error messages with %#x
2023-12-21 Lucas De Marchidrm/xe/guc: Fix typo s/enabled/enable/
2023-12-21 Lucas De Marchidrm/xe: Rename pte/pde encoding functions
2023-12-21 Matthew Brostdrm/xe: Move XE_PTE_FLAG_READ_ONLY to xe_vm_types.h
2023-12-19 Matthew Brostdrm/xe: s/XE_PTE_READ_ONLY/XE_PTE_FLAG_READ_ONLY
2023-12-19 Matthew Brostdrm/xe: Use Xe ordered workqueue for rebind worker
2023-12-19 Matthew Brostdrm/xe: Handle unmapped userptr in analyze VM
2023-12-19 Thomas Hellströmdrm/xe: Emit a render cache flush after each rcs/ccs...
2023-12-19 Thomas Hellströmdrm/xe: Invalidate TLB also on bind if in scratch page...
2023-12-19 Gustavo Sousadrm/xe/reg_sr: Apply limit to register whitelisting
2023-12-19 Gustavo Sousadrm/xe/reg_sr: Use a single parameter for xe_reg_sr_app...
2023-12-19 Matthew Brostdrm/xe/guc: Read HXG fields from DW1 of G2H response
2023-12-19 Francois Dugastdrm/xe: Fix some formatting issues in uAPI
2023-12-19 Francois Dugastdrm/xe: Group engine related structs
2023-12-19 Francois Dugastdrm/xe: Use SPDX-License-Identifier instead of license...
2023-12-19 Matt Roperdrm/xe/wa: Extend scope of Wa_14015795083
2023-12-19 Michael J.... drm/xe: REBAR resize should be best effort
2023-12-19 Matt Roperdrm/xe: Don't hardcode GuC's MOCS index in register...
2023-12-19 Matt Roperdrm/xe: Initialize MOCS earlier
2023-12-19 Matt Roperdrm/xe: Reformat xe_guc_regs.h
2023-12-19 Gustavo Sousadrm/xe: Replace deprecated DRM_ERROR()
2023-12-19 Matt Roperdrm/xe: Add kerneldoc description of multi-tile devices
2023-12-19 Matt Roperdrm/xe: Reinstate media GT support
2023-12-19 Matt Roperdrm/xe: Update query uapi to support standalone media
2023-12-19 Matt Roperdrm/xe: Allow GT looping and lookup on standalone media
2023-12-19 Matt Roperdrm/xe/tlb: Obtain forcewake when doing GGTT TLB invali...
2023-12-19 Matt Roperdrm/xe: Invalidate TLB on all affected GTs during GGTT...
2023-12-19 Matt Roperdrm/xe: Replace xe_gt_irq_postinstall with xe_irq_enabl...
2023-12-19 Matt Roperdrm/xe/irq: Untangle postinstall functions
2023-12-19 Matt Roperdrm/xe/irq: Ensure primary GuC won't clobber media...
2023-12-19 Matt Roperdrm/xe/irq: Move ASLE backlight interrupt logic
2023-12-19 Matt Roperdrm/xe: Interrupts are delivered per-tile, not per-GT
2023-12-19 Matt Roperdrm/xe: Add media GT to tile
2023-12-19 Matt Roperdrm/xe: Allocate GT dynamically
2023-12-19 Matt Roperdrm/xe: Drop extra_gts[] declarations and XE_GT_TYPE_REMOTE
2023-12-19 Matt Roperdrm/xe: Drop vram_id
2023-12-19 Matt Roperdrm/xe: Clarify 'gt' retrieval for primary tile
2023-12-19 Matt Roperdrm/xe: Move migration from GT to tile
2023-12-19 Matt Roperdrm/xe: Memory allocations are tile-based, not GT-based
2023-12-19 Matt Roperdrm/xe: Move VRAM from GT to tile
2023-12-19 Matt Roperdrm/xe: Move GGTT from GT to tile
2023-12-19 Matt Roperdrm/xe: Move register MMIO into xe_tile
2023-12-19 Matt Roperdrm/xe: Add for_each_tile iterator
2023-12-19 Matt Roperdrm/xe: Add backpointer from gt to tile
2023-12-19 Matt Roperdrm/xe: Introduce xe_tile
2023-12-19 Matt Roperdrm/xe/mtl: Disable media GT
2023-12-19 Matthew Aulddrm/xe/vm: fix double list add
2023-12-19 José Roberto... drm/xe: Replace PVC check by engine type check
2023-12-19 Michael J.... drm/xe: Rename GPU offset helper to reflect true usage
2023-12-19 Michael J.... drm/xe: Size GT device memory correctly
2023-12-19 Michael J.... drm/xe: Simplify rebar sizing
2023-12-19 Michael J.... drm/xe: Rework size helper to be a little more correct
2023-12-19 Maarten Lankhorstdrm/xe: Prevent evicting for page tables
2023-12-19 Matthew Aulddrm/xe: keep pulling mem_access_get further back
2023-12-19 Matthew Aulddrm/xe: don't allocate under ct->lock
2023-12-19 Matthew Aulddrm/xe/migrate: retain CCS aux state for vram -> vram
2023-12-19 Matthew Aulddrm/xe/bo: further limit where CCS pages are needed
2023-12-19 Thomas Hellströmdrm/xe: Support copying of data between system memory bos
2023-12-19 Thomas Hellströmdrm/xe: Fix the migrate selftest for integrated GPUs
2023-12-19 Lucas De Marchidrm/xe/guc: Port Wa_14014475959 to xe_wa and fix it
2023-12-19 Lucas De Marchidrm/xe/rtp: Also check gt type
2023-12-19 Lucas De Marchidrm/xe/guc: Port Wa_1509372804 to xe_wa
2023-12-19 Lucas De Marchidrm/xe/guc: Port Wa_16015675438/Wa_18020744125 to xe_wa
2023-12-19 Lucas De Marchidrm/xe/guc: Port Wa_22012727170/Wa_22012727685 to xe_wa
2023-12-19 Lucas De Marchidrm/xe/guc: Port Wa_16011777198 to xe_wa
2023-12-19 Lucas De Marchidrm/xe/guc: Port Wa_14012197797/Wa_22011391025 to xe_wa
2023-12-19 Lucas De Marchidrm/xe/guc: Port Wa_16011759253 to xe_wa
2023-12-19 Lucas De Marchidrm/xe/guc: Port Wa_22012773006 to xe_wa
2023-12-19 Lucas De Marchidrm/xe: Add support for OOB workarounds
2023-12-19 Lucas De Marchidrm/xe: Include build directory
2023-12-19 Lucas De Marchidrm/xe/rtp: Add support for entries with no action
2023-12-19 Lucas De Marchidrm/xe/rtp: Add check for media stepping
2023-12-19 Lucas De Marchidrm/xe/rtp: Rename STEP to GRAPHICS_STEP
next