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