summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_gt.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-21drm/xe/uapi: Remove reset uevent for nowRodrigo Vivi1-18/+0
2023-12-21drm/xe/pmu: Remove PMU from Xe till uapi is finalizedAshutosh Dixit1-2/+0
2023-12-21drm/xe: Create a xe_gt_freq component for raw management and sysfsRodrigo Vivi1-0/+3
2023-12-21drm/xe: Rename info.supports_* to info.has_*Lucas De Marchi1-1/+1
2023-12-21drm/xe/pf: Introduce Local Memory Translation TableMichal Wajdeczko1-0/+10
2023-12-21drm/xe: Allow userspace to configure CCS modeNiranjana Vishwanathapura1-0/+3
2023-12-21drm/xe: Enable Fixed CCS mode settingNiranjana Vishwanathapura1-0/+10
2023-12-21drm/xe/uc: Extract xe_uc_sanitize_resetMichał Winiarski1-0/+4
2023-12-21drm/xe: Move force_wake init to earlier point in probeMichał Winiarski1-2/+0
2023-12-21drm/xe: Rename xe_gt_idle_sysfs to xe_gt_idleVinay Belgaumkar1-1/+1
2023-12-21drm/xe/gsc: Implement WA 14015076503Daniele Ceraolo Spurio1-0/+5
2023-12-21drm/xe: Remove GEN[0-9]*_ prefixesLucas De Marchi1-1/+1
2023-12-21drm/xe/uapi: Add missing DRM_ prefix in uAPI constantsFrancois Dugast1-1/+1
2023-12-21drm/xe: Raise GT frequency before GuC/HuC loadVinay Belgaumkar1-0/+4
2023-12-21drm/xe: implement driver initiated function-resetAndrzej Hajda1-0/+2
2023-12-21drm/xe: Emit SVG state on RCS during driver load on DG2 and MTLMatt Roper1-0/+1
2023-12-21drm/xe: Prepare to emit non-register state while recording default LRCMatt Roper1-1/+9
2023-12-21drm/xe: Extract MI_* instructions to their own headerMatt Roper1-0/+1
2023-12-21drm/xe: Separate number of registers from MI_LRI opcodeMatt Roper1-1/+1
2023-12-21drm/xe/gt: Dump PAT table when failing to initializeLucas De Marchi1-0/+12
2023-12-21drm/xe: do not register to PM if GuC is disabledOhad Sharabi1-4/+0
2023-12-21drm/xe/uc: Rename guc_submission_enabled() to uc_enabled()Daniele Ceraolo Spurio1-2/+2
2023-12-21drm/xe/pmu: Enable PMU interfaceAravind Iddamsetty1-0/+2
2023-12-21drm/xe: Use Xe assert macros instead of XE_WARN_ON macroFrancois Dugast1-0/+1
2023-12-21drm/xe: Fix LRC workaroundsLucas De Marchi1-7/+34
2023-12-21drm/xe: Add dbg messages for LRC WAsLucas De Marchi1-0/+4
2023-12-21drm/xe: standardize vm-less kernel submissionsDaniele Ceraolo Spurio1-16/+7
2023-12-21drm/xe: Add sysfs entries for engines under its GTTejas Upadhyay1-0/+7
2023-12-21drm/xe: Rename engine to exec_queueFrancois Dugast1-35/+35
2023-12-21drm/xe: Rename xe_engine.[ch] to xe_exec_queue.[ch]Francois Dugast1-1/+1
2023-12-21drm/xe: Introduce fault injection for gt resetHimal Prasad Ghimiray1-1/+7
2023-12-21drm/xe: Notify Userspace when gt reset failsHimal Prasad Ghimiray1-0/+19
2023-12-21drm/xe: Invert mask and val in xe_mmio_wait32.Rodrigo Vivi1-2/+1
2023-12-21drm/xe: ensure correct access_put orderingMatthew Auld1-4/+4
2023-12-21drm/xe: remove gucrc disable from suspend pathRiana Tauro1-0/+1
2023-12-21drm/xe/gt: tweak placement for signalling TLB fences after GT resetMatthew Auld1-1/+2
2023-12-21drm/xe: add a new sysfs directory for gtidle propertiesRiana Tauro1-0/+3
2023-12-20drm/xe/reg_sr: Use a single parameter for xe_reg_sr_apply_whitelist()Gustavo Sousa1-2/+1
2023-12-20drm/xe: Initialize MOCS earlierMatt Roper1-2/+2
2023-12-20drm/xe: Replace xe_gt_irq_postinstall with xe_irq_enable_hweMatt Roper1-2/+2
2023-12-20drm/xe: Interrupts are delivered per-tile, not per-GTMatt Roper1-1/+1
2023-12-20drm/xe: Allocate GT dynamicallyMatt Roper1-3/+8
2023-12-20drm/xe: Move migration from GT to tileMatt Roper1-20/+7
2023-12-20drm/xe: Memory allocations are tile-based, not GT-basedMatt Roper1-18/+3
2023-12-20drm/xe: Move VRAM from GT to tileMatt Roper1-77/+5
2023-12-20drm/xe: Move GGTT from GT to tileMatt Roper1-9/+1
2023-12-20drm/xe: Add support for OOB workaroundsLucas De Marchi1-0/+1
2023-12-20drm/xe/wa: Track gt/engine/lrc active workaroundsLucas De Marchi1-0/+5
2023-12-20drm/xe: Use GT oriented log messages in xe_gt.cMichal Wajdeczko1-27/+22
2023-12-20drm/xe/mmio: Use struct xe_regLucas De Marchi1-2/+2