aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe
AgeCommit message (Expand)AuthorFilesLines
2024-01-24drm/xe: Remove PVC from xe_wa kunit testsGravatar Lucas De Marchi 1-3/+0
2024-01-24drm/xe/vm: bugfix in xe_vm_create_ioctlGravatar Moti Haimovski 1-9/+14
2024-01-24drm/xe/xe2: Use XE_CACHE_WB pat indexGravatar Himal Prasad Ghimiray 1-7/+7
2024-01-24drm/xe/display: Avoid calling readq()Gravatar Lucas De Marchi 1-6/+5
2024-01-24drm/xe/mmio: Cast to u64 when printingGravatar Lucas De Marchi 1-2/+2
2024-01-24drm/xe: Use _ULL for u64 divisionGravatar Lucas De Marchi 1-1/+1
2024-01-24drm/xe: Use a NULL pointer instead of 0.Gravatar Thomas Hellström 1-1/+1
2024-01-24drm/xe/dmabuf: Make xe_dmabuf_ops staticGravatar Thomas Hellström 1-1/+1
2024-01-15drm/xe: display support should not depend on EXPERTGravatar Jani Nikula 1-1/+1
2024-01-15drm/xe: Fix bounds checking in __xe_bo_placement_for_flags()Gravatar Brian Welty 1-6/+6
2024-01-15drm/xe/migrate: Fix CCS copy for small VRAM copy chunksGravatar Thomas Hellström 2-50/+80
2024-01-15drm/xe: unlock on error path in xe_vm_add_compute_exec_queue()Gravatar Dan Carpenter 1-3/+4
2024-01-15drm/xe/selftests: Fix an error pointer dereference bugGravatar Dan Carpenter 1-3/+2
2024-01-15drm/xe/device: clean up on error in probe()Gravatar Dan Carpenter 1-1/+1
2024-01-15drm/xe: Fix build bug for GCC 11Gravatar Paul E. McKenney 1-1/+0
2024-01-15drm/xe: Check skip_guc_pc before setting SLPC flagGravatar Vinay Belgaumkar 2-1/+9
2024-01-15drm/xe: Fix modifying exec_queue priority in xe_migrate_initGravatar Brian Welty 4-9/+14
2024-01-15drm/xe: Fix guc_exec_queue_set_priorityGravatar Brian Welty 1-1/+1
2024-01-15drm/xe: Annotate xe_ttm_stolen_mgr::mapping with __iomemGravatar Thomas Hellström 1-2/+2
2024-01-15drm/xe: Annotate multiple mmio pointers with __iomemGravatar Thomas Hellström 1-3/+3
2024-01-15drm/xe: Annotate xe_mem_region::mapping with __iomemGravatar Thomas Hellström 2-3/+3
2024-01-15drm/xe: Use __iomem for the regs pointerGravatar Thomas Hellström 1-1/+1
2024-01-15drm/xe/vm: Fix an error pathGravatar Thomas Hellström 1-3/+5
2024-01-15drm/xe: Fix exec IOCTL long running exec queue ring full conditionGravatar Matthew Brost 1-3/+4
2024-01-15drm/xe: Fix definition of intel_wakeref_tGravatar José Roberto de Souza 1-1/+1
2023-12-26drm/xe: Fix warning on impossible conditionGravatar Lucas De Marchi 1-0/+1
2023-12-26drm/xe: Fix UBSAN splat in add_preempt_fences()Gravatar Matthew Brost 1-0/+3
2023-12-22drm/xe: Disable 32bits buildGravatar Lucas De Marchi 1-1/+1
2023-12-22Merge tag 'drm-xe-next-2023-12-21-pr1-1' of https://gitlab.freedesktop.org/dr...Gravatar Dave Airlie 330-0/+59575
2023-12-21drm/xe: Remove uninitialized variable from warningGravatar Lucas De Marchi 1-2/+2
2023-12-21drm/xe: Remove ci-only GuC FW definitionsGravatar Daniele Ceraolo Spurio 1-2/+0
2023-12-21drm/xe: Fix build without CONFIG_FAULT_INJECTIONGravatar Rodrigo Vivi 2-2/+2
2023-12-21drm/xe/uapi: Remove reset uevent for nowGravatar Rodrigo Vivi 1-18/+0
2023-12-21drm/xe/uapi: Document the memory_region bitmaskGravatar Rodrigo Vivi 1-0/+19
2023-12-21drm/xe/uapi: Remove sync bindsGravatar Matthew Brost 4-81/+16
2023-12-21drm/xe/uapi: Ensure every uapi struct has drm_xe prefixGravatar Rodrigo Vivi 1-1/+1
2023-12-21drm/xe/pmu: Remove PMU from Xe till uapi is finalizedGravatar Ashutosh Dixit 10-758/+2
2023-12-21drm/xe/uapi: Return correct error code for xe_wait_user_fence_ioctlGravatar Bommu Krishnaiah 4-6/+43
2023-12-21drm/xe/uapi: add exec_queue_id member to drm_xe_wait_user_fence structureGravatar Bommu Krishnaiah 1-63/+2
2023-12-21drm/xe: Enable W=1 warnings by defaultGravatar Lucas De Marchi 1-19/+28
2023-12-21drm/xe/display: Fix dummy __i915_inject_probe_error()Gravatar Lucas De Marchi 1-0/+4
2023-12-21drm/xe/bo: Remove unusued variableGravatar Lucas De Marchi 1-4/+0
2023-12-21drm/xe: Return error if drm_buddy_init() failsGravatar Lucas De Marchi 1-0/+2
2023-12-21drm/xe: Drop some unnecessary header includesGravatar Matt Roper 6-7/+0
2023-12-21drm/xe: Re-sort GT register headerGravatar Matt Roper 1-38/+38
2023-12-21drm/xe: Define interrupt vector bits with the interrupt registersGravatar Matt Roper 3-7/+5
2023-12-21drm/xe: Move GSC HECI base offsets out of register headerGravatar Matt Roper 2-4/+4
2023-12-21drm/xe: Move engine base offsets to engine register headerGravatar Matt Roper 2-28/+33
2023-12-21drm/xe: Fix whitespace in register definitionsGravatar Matt Roper 2-5/+5
2023-12-21drm/xe: Move some per-engine register definitions to the engine headerGravatar Matt Roper 4-28/+30