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