summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2023-12-21drm/xe/execlist: Log when using execlist submissionFrancois Dugast
2023-12-21drm/xe: Cleanup style warnings and errorsFrancois Dugast
2023-12-21drm/xe/execlist: Remove leftover printk messagesFrancois Dugast
2023-12-21drm/xe: Rely on kmalloc/kzalloc log messageFrancois Dugast
2023-12-21drm/xe: Use FIELD_PREP/FIELD_GET for tile id encodingLucas De Marchi
2023-12-21drm/xe: Normalize XE_VM_FLAG* namesLucas De Marchi
2023-12-21drm/xe: add missing bulk_move resetMatthew Auld
2023-12-21drm/xe/selftests: restart GT after xe_bo_restore_kernel()Matthew Auld
2023-12-21drm/xe/selftests: hold rpm for ccs_test_migrate()Matthew Auld
2023-12-21drm/xe/selftests: hold rpm for evict_test_run_device()Matthew Auld
2023-12-21drm/xe: add lockdep annotation for xe_device_mem_access_get()Matthew Auld
2023-12-21drm/xe: drop xe_device_mem_access_get() from invalidation_vmaMatthew Auld
2023-12-21drm/xe/ggtt: prime ggtt->lock against FS_RECLAIMMatthew Auld
2023-12-21drm/xe: drop xe_device_mem_access_get() from guc_ct_sendMatthew Auld
2023-12-21drm/xe: ensure correct access_put orderingMatthew Auld
2023-12-21drm/xe/mmio: grab mem_access in xe_mmio_ioctlMatthew Auld
2023-12-21drm/xe/guc_pc: add missing mem_access for freq_rpe_showMatthew Auld
2023-12-21drm/xe/debugfs: grab mem_access around forcewakeMatthew Auld
2023-12-21drm/xe/vm: tidy up xe_runtime_pm usageMatthew Auld
2023-12-21drm/xe: fix xe_device_mem_access_get() racesMatthew Auld
2023-12-21drm/xe/pm: Init pcode and restore vram on power lostAnshuman Gupta
2023-12-21drm/xe/pm: Toggle d3cold_allowed using vram_usagesAnshuman Gupta
2023-12-21drm/xe/pm: Add vram_d3cold_threshold SysfsAnshuman Gupta
2023-12-21drm/xe/pm: Refactor xe_pm_runtime_initAnshuman Gupta
2023-12-21drm/xe/pm: Add pci d3cold_capable supportAnshuman Gupta
2023-12-21drm/xe: remove gucrc disable from suspend pathRiana Tauro
2023-12-21drm/xe: Cleanup style warningsFrancois Dugast
2023-12-21drm/xe: Prevent flooding the kernel log with XE_IOCTL_ERRFrancois Dugast
2023-12-21drm/xe: Fix typosFrancois Dugast
2023-12-21drm/xe: Cleanup COMPLEX_MACRO style issuesFrancois Dugast
2023-12-21drm/xe: Cleanup TRAILING_WHITESPACE style issuesFrancois Dugast
2023-12-21drm/xe: Cleanup CODE_INDENT style issuesFrancois Dugast
2023-12-21drm/xe: Cleanup POINTER_LOCATION style issuesFrancois Dugast
2023-12-21drm/xe: Cleanup OPEN_BRACE style issuesFrancois Dugast
2023-12-21drm/xe: Cleanup SPACING style issuesFrancois Dugast
2023-12-21drm/xe: Fix lockdep warning from xe_vm_madviseBrian Welty
2023-12-21drm/xe: Fix BUG_ON during bind with prefetchBrian Welty
2023-12-21drm/xe/mmio: update gt_count when probing multi-tileMatthew Auld
2023-12-21drm/xe: handle TLB invalidations from CT fast-pathMatthew Auld
2023-12-21drm/xe/ct: update g2h outstanding for CTB captureMatthew Auld
2023-12-21drm/xe/tlb: print seqno_recv on fence TLB timeoutMatthew Auld
2023-12-21drm/xe/tlb: also update seqno_recv during resetMatthew Auld
2023-12-21drm/xe/gt: tweak placement for signalling TLB fences after GT resetMatthew Auld
2023-12-21drm/xe/ct: serialise fast_lock during CT disableMatthew Auld
2023-12-21drm/xe/tlb: increment next seqno after successful CT sendMatthew Auld
2023-12-21drm/xe/ct: hold fast_lock when reserving space for g2hMatthew Auld
2023-12-21drm/xe: hold mem_access.ref for CT fast-pathMatthew Auld
2023-12-21drm/xe/tlb: ensure we access seqno_recv onceMatthew Auld
2023-12-21drm/xe/tlb: drop unnecessary smp_wmb()Matthew Auld
2023-12-21drm/xe: Port Xe to GPUVAMatthew Brost