summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
* drm/xe/xe_gt_idle: use GT forcewake domain assertionRiana Tauro2024-06-061-1/+1
* drm/xe/xe_gt_debugfs: Add synchronous gt reset debugfsJonathan Cavitt2024-06-061-0/+12
* drm/xe: Do not dereference NULL job->fence in trace pointsMatthew Brost2024-06-062-2/+2
* drm/xe/vf: Custom GT restartMichal Wajdeczko2024-06-061-0/+22
* drm/xe/vf: Custom GuC resetMichal Wajdeczko2024-06-061-0/+3
* drm/xe/vf: Custom uC initializationMichal Wajdeczko2024-06-061-0/+33
* drm/xe/vf: Support only GuC/HuC firmwaresMichal Wajdeczko2024-06-061-0/+4
* drm/xe: Don't overmap identity VRAM mappingMatthew Brost2024-06-051-13/+42
* drm/xe: flush engine buffers before signalling user fence on all enginesAndrzej Hajda2024-06-051-2/+16
* Revert "drm/xe: flush gtt before signalling user fence on all engines"Andrzej Hajda2024-06-051-4/+4
* drm/xe/vm: Simplify if conditionThorsten Blum2024-06-051-2/+2
* drm/xe: drop redundant W=1 warnings from MakefileJani Nikula2024-06-051-24/+1
* drm/xe: Use missing lock in relay_needs_workerNirmoy Das2024-06-051-1/+8
* drm/xe/xe2lpg: Add permanent wa_14020756599Tejas Upadhyay2024-06-041-0/+4
* drm/xe/xe2lpm: Add permanent Wa_14020756599Tejas Upadhyay2024-06-043-0/+27
* drm/xe: Add kernel-doc to some xe_lrc interfacesNiranjana Vishwanathapura2024-05-312-0/+31
* drm/xe: Fix NULL ptr dereference in devcoredumpMatthew Brost2024-05-311-1/+1
* drm/xe/pf: Update the LMTT when freeing VF GT configMichal Wajdeczko2024-05-311-0/+1
* drm/xe: Split MCR initializationMichal Wajdeczko2024-05-313-7/+27
* drm/xe/vf: Setup VRAM based on received config dataMichal Wajdeczko2024-05-303-0/+36
* drm/xe: Promote VRAM initialization function to own fileMichal Wajdeczko2024-05-305-332/+368
* drm/xe: Drop xe_ prefix from static functions in xe_mmio.cMichal Wajdeczko2024-05-301-12/+12
* drm/xe: Move BAR definitions to dedicated fileMichal Wajdeczko2024-05-304-3/+14
* drm/xe: Move XEHP_MTCFG_ADDR register definition to xe_regs.hMichal Wajdeczko2024-05-302-3/+3
* Revert "drm/xe: make gt_remove use devm"Daniele Ceraolo Spurio2024-05-303-9/+30
* drm/xe: replace format-less snprintf() with strscpy()Arnd Bergmann2024-05-301-1/+1
* drm/xe: Decouple xe_exec_queue and xe_lrcNiranjana Vishwanathapura2024-05-2912-59/+109
* drm/xe: Remove unwanted mutex lockingNiranjana Vishwanathapura2024-05-291-2/+6
* drm/xe: Drop undesired prefix from the platform nameMichal Wajdeczko2024-05-291-12/+12
* drm/xe/hwmon: Expose card power and energy attributes of BMGKarthik Poosa2024-05-292-8/+18
* drm/xe/hwmon: Add HWMON support for BMGKarthik Poosa2024-05-292-4/+17
* drm/xe: Add engine name to the engine reset and cat-err logNirmoy Das2024-05-291-2/+7
* drm/xe: Check empty pinned BO list with lock held.Nirmoy Das2024-05-291-6/+4
* drm/xe/guc: Fix uninitialised count in GuC load debug printsJohn Harrison2024-05-281-7/+9
* drm/xe: Enable Coarse Power GatingRiana Tauro2024-05-284-9/+68
* drm/xe: Standardize power gate registersRiana Tauro2024-05-283-11/+9
* drm/xe: Don't refer to general LRC initialization as a "wa"Matt Roper2024-05-281-2/+2
* drm/xe: Use platform name in xe_assert()Michal Wajdeczko2024-05-281-2/+2
* drm/xe: Store platform name in xe_device.infoMichal Wajdeczko2024-05-282-0/+3
* drm/xe: allow unaligned start and size xe_res_cursor parametersAndrzej Hajda2024-05-281-2/+0
* drm/xe: flush gtt before signalling user fence on all enginesAndrzej Hajda2024-05-281-4/+4
* drm/xe: Do not access xe file when updating exec queue run_ticksUmesh Nerlige Ramappa2024-05-273-5/+9
* drm/xe: Use run_ticks instead of runtime for client statsUmesh Nerlige Ramappa2024-05-276-15/+15
* drm/xe: Move job creation out of the struct xe_migrate::job_mutexThomas Hellström2024-05-271-9/+8
* drm/xe: Remove xe_lrc_create_seqno_fence()Thomas Hellström2024-05-272-12/+0
* drm/xe: Don't initialize fences at xe_sched_job_create()Thomas Hellström2024-05-276-93/+115
* drm/xe: Split lrc seqno fence creation upThomas Hellström2024-05-274-16/+101
* drm/xe: Decouple job seqno and lrc seqnoMatthew Brost2024-05-277-19/+30
* drm/xe/vf: Use only assigned GGTT regionMichal Wajdeczko2024-05-274-1/+109
* drm/xe/vf: Read VF configuration prior to GGTT initializationMichal Wajdeczko2024-05-271-0/+11