aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
2023-12-21drm/xe: Cleanup CODE_INDENT style issuesFrancois Dugast5-21/+21
2023-12-21drm/xe: Cleanup POINTER_LOCATION style issuesFrancois Dugast2-2/+2
2023-12-21drm/xe: Cleanup OPEN_BRACE style issuesFrancois Dugast1-1/+2
2023-12-21drm/xe: Cleanup SPACING style issuesFrancois Dugast10-24/+24
2023-12-21drm/xe: Fix lockdep warning from xe_vm_madviseBrian Welty1-5/+5
2023-12-21drm/xe: Fix BUG_ON during bind with prefetchBrian Welty1-0/+5
2023-12-21drm/xe/mmio: update gt_count when probing multi-tileMatthew Auld1-0/+6
2023-12-21drm/xe: handle TLB invalidations from CT fast-pathMatthew Auld3-60/+91
2023-12-21drm/xe/ct: update g2h outstanding for CTB captureMatthew Auld1-0/+1
2023-12-21drm/xe/tlb: print seqno_recv on fence TLB timeoutMatthew Auld1-2/+2
2023-12-21drm/xe/tlb: also update seqno_recv during resetMatthew Auld1-2/+22
2023-12-21drm/xe/gt: tweak placement for signalling TLB fences after GT resetMatthew Auld1-1/+2
2023-12-21drm/xe/ct: serialise fast_lock during CT disableMatthew Auld1-2/+6
2023-12-21drm/xe/tlb: increment next seqno after successful CT sendMatthew Auld1-5/+6
2023-12-21drm/xe/ct: hold fast_lock when reserving space for g2hMatthew Auld1-7/+15
2023-12-21drm/xe: hold mem_access.ref for CT fast-pathMatthew Auld3-1/+10
2023-12-21drm/xe/tlb: ensure we access seqno_recv onceMatthew Auld1-6/+6
2023-12-21drm/xe/tlb: drop unnecessary smp_wmb()Matthew Auld1-1/+4
2023-12-21drm/xe: Port Xe to GPUVAMatthew Brost14-1177/+1175
2023-12-21drm/xe: Remove __xe_vm_bind forward declarationMatthew Brost1-5/+0
2023-12-21drm/xe: Add helpers to hide struct xe_vma internalsMatthew Brost9-165/+211
2023-12-21drm/xe: Ban a VM if rebind worker hits an errorMatthew Brost7-46/+107
2023-12-21drm/xe: Use internal VM flags in xe_vm_createMatthew Brost1-2/+2
2023-12-21drm/xe: make kobject type struct as constantTejas Upadhyay1-1/+1
2023-12-21drm/xe: make GT sysfs init return voidTejas Upadhyay2-10/+15
2023-12-21drm/xe/guc: Fix h2g_write usage of GUC_CTB_MSG_MAX_LENAlan Previn1-13/+19
2023-12-21drm/xe/mmio: add xe_mmio_read16()Jani Nikula1-0/+10
2023-12-21drm/xe: Make page-table updates using the default engine happen in orderThomas Hellström1-1/+2
2023-12-21drm/xe: Enable PCI device earlierMatt Roper1-11/+11
2023-12-21drm/xe: Print proper revid value for unknown media revisionMatt Roper1-1/+1
2023-12-21drm/xe: Don't raise error on fused-off mediaMatt Roper1-0/+4
2023-12-21drm/xe: Return GMD_ID revid properlyMatt Roper1-10/+13
2023-12-21drm/xe: Make usable size of VRAM readableTejas Upadhyay6-10/+18
2023-12-21drm/xe: Add sysfs entry to report per tile memory sizeTejas Upadhyay3-0/+25
2023-12-21drm/xe: Add GTs under respective tile sysfsTejas Upadhyay1-2/+2
2023-12-21drm/xe: Add sysfs entry for tileTejas Upadhyay7-0/+114
2023-12-21drm/xe: Use nanoseconds instead of jiffies in uapi for user fenceZbigniew Kempczyński1-10/+37
2023-12-21drm/xe: properly check bounds for xe_wait_user_fence_ioctl()Paulo Zanoni1-0/+3
2023-12-21drm/xe: fix bounds checking for 'len' in xe_engine_create_ioctlPaulo Zanoni1-1/+1
2023-12-21drm/xe/slpc: Start SLPC before GuC submission on resetDaniele Ceraolo Spurio1-5/+1
2023-12-21drm/xe: fix HuC FW ordering for DG1Daniele Ceraolo Spurio1-1/+1
2023-12-21drm/xe: Add missing ADL entries to xe_test_waAnusha Srivatsa1-0/+3
2023-12-21drm/xe/kunit: Handle fake device creation for all platform/subplatform casesAnusha Srivatsa1-3/+0
2023-12-21drm/xe/pm: Disable PM on unbounded pcie parent bridgeAnshuman Gupta3-0/+16
2023-12-21drm/xe: Fix vm refcount racesThomas Hellström1-14/+12
2023-12-21drm/xe/bo: Evict VRAM to TT rather than to systemThomas Hellström3-11/+22
2023-12-21drm/xe/bo: Gracefully handle errors from ttm_bo_move_accel_cleanup().Thomas Hellström1-0/+5
2023-12-21drm/xe/bo: Avoid creating a system resource when allocating a fresh VRAM boThomas Hellström1-21/+27
2023-12-21drm/xe/bo: Fix swapin when moving to VRAMThomas Hellström1-2/+5
2023-12-21drm/xe/mtl: Add support to get C6 residency/status of MTLBadal Nilawar4-17/+52