summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2024-03-21drm/xe/bb: assert width in xe_bb_create_job()Matthew Auld1-1/+2
2024-03-21drm/xe/uc: Use u64 for offsets for which we use upper_32_bits()Daniele Ceraolo Spurio3-3/+4
2024-03-21drm/xe: Always check force_wake_get return codeDaniele Ceraolo Spurio7-9/+18
2024-03-20drm/xe/xelpg: Add Wa_14020495402Radhakrishna Sripada2-0/+6
2024-03-20drm/xe/gt: Remove continue statement which has no effectTejas Upadhyay1-1/+0
2024-03-20drm/xe/display: fix type of intel_uncore_read*() functionsLuca Coelho1-3/+3
2024-03-20drm/xe: Move xe_ggtt_invalidate out from ggtt->lockMaarten Lankhorst1-5/+5
2024-03-20drm/xe: Add XE_BO_GGTT_INVALIDATE flagMatthew Brost15-18/+36
2024-03-20drm/xe: Drop ggtt invalidate from display codeMatthew Brost3-4/+4
2024-03-20drm/xe: Add a NULL check in xe_ttm_stolen_mgr_initNirmoy Das1-0/+5
2024-03-20drm/xe: Use correct function pointer typeNiranjana Vishwanathapura1-1/+1
2024-03-20drm/xe: Streamline exec queue freeing pathNiranjana Vishwanathapura1-11/+11
2024-03-20drm/xe: Separate out sched/deregister_done handlingNiranjana Vishwanathapura1-27/+37
2024-03-19drm/xe/guc: Don't support older GuC 70.x releasesDaniele Ceraolo Spurio2-34/+16
2024-03-19drm/xe: Add dbg messages on the suspend resume functions.Rodrigo Vivi1-5/+17
2024-03-19drm/xe: Convert gt suspend/resume messages to debugRodrigo Vivi1-2/+4
2024-03-19drm/xe/vm : Remove duplicate assignment of XE_VM_FLAG_LR_MODE flag.Himal Prasad Ghimiray1-2/+1
2024-03-19drm/xe/display: Mark dpt and related vma as uncachedJuha-Pekka Heikkila1-5/+5
2024-03-19drm/xe/display: mark DPT with XE_BO_PAGETABLEMatthew Auld1-3/+6
2024-03-19drm/xe: Remove usage of unsafe strcpyNirmoy Das1-21/+23
2024-03-19drm/xe: Drop bogus vma NULL checkNirmoy Das1-1/+1
2024-03-19drm/xe/device: fix XE_MAX_TILES_PER_DEVICE checkMatthew Auld1-1/+1
2024-03-19drm/xe/device: fix XE_MAX_GT_PER_TILE checkMatthew Auld1-1/+1
2024-03-19drm/xe/queue: fix engine_class bounds checkMatthew Auld1-1/+1
2024-03-19drm/xe: Fix potential integer overflow in page size calculationNirmoy Das1-1/+1
2024-03-19drm/xe/vm: fix xe_assert()Matthew Auld1-1/+1
2024-03-19drm/xe/client: drop bogus bo NULL checkMatthew Auld1-1/+1
2024-03-19drm/xe/client: remove bogus rcu list usageMatthew Auld1-3/+3
2024-03-16drm/xe/pf: Always select Multi-Level LMTT for platforms 12.60+Michal Wajdeczko1-1/+1
2024-03-16drm/xe/pf: Request 64K aligned allocations for LMTT PDMichal Wajdeczko1-1/+1
2024-03-16drm/xe: Allow VRAM BO allocations aligned to 64KMichal Wajdeczko2-1/+3
2024-03-16drm/xe: Make xe_mmio_read|write() functions non-inlineMichal Wajdeczko2-74/+79
2024-03-16drm/xe: Mark VF accessible interrupt registersMichal Wajdeczko1-17/+23
2024-03-16drm/xe: Mark VF accessible global registersMichal Wajdeczko1-1/+1
2024-03-16drm/xe: Mark VF accessible GuC registersMichal Wajdeczko1-4/+4
2024-03-16drm/xe: Define XE_REG_OPTION_VFMichal Wajdeczko1-0/+11
2024-03-16drm/xe: Assert size of the struct xe_regMichal Wajdeczko1-0/+3
2024-03-15drm/xe: Add helper macro to loop each DSSZhanjun Dong5-11/+57
2024-03-15drm/xe/mocs: Clarify which GT is being operated onMatt Roper2-16/+14
2024-03-15drm/xe/mocs: Determine MCR separately for primary/media GT in kunit testMatt Roper2-4/+14
2024-03-15drm/xe/gsc: Handle GSCCS ER interruptDaniele Ceraolo Spurio7-2/+109
2024-03-14drm/xe/guc_submit: use jiffies for job timeoutMatthew Auld1-1/+1
2024-03-14drm/xe: Remove unused xe_bo->props structNirmoy Das2-69/+9
2024-03-14drm/xe: Skip VMAs pin when requesting signal to the last XE_EXECJosé Roberto de Souza1-18/+23
2024-03-13drm/xe: Use xe_assert in xe_device_assert_mem_accessMatthew Brost1-1/+1
2024-03-13drm/xe/xe_exec : In xe_exec_ioctl remove deadcodeHimal Prasad Ghimiray1-4/+1
2024-03-13drm/xe: Return if kobj creation is failedHimal Prasad Ghimiray1-1/+3
2024-03-13drm/xe/xe_tracer: Align fence output format in ftrace logShuicheng Lin1-3/+3
2024-03-13drm/xe: Group live kunit testsLucas De Marchi6-21/+12
2024-03-13drm/xe: Invalidate userptr VMA on page pin faultMatthew Brost4-16/+29