aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe
AgeCommit message (Expand)AuthorFilesLines
2024-05-23drm/xe: Make read_perf_limit_reasons globally accessibleJohn Harrison5-29/+33
2024-05-23drm/xe: Nuke simple error captureJosé Roberto de Souza4-113/+1
2024-05-23drm/xe: Add process name to devcoredumpJosé Roberto de Souza2-0/+15
2024-05-23drm/xe: remove unused struct 'xe_gt_desc'Dr. David Alan Gilbert1-6/+0
2024-05-23drm/xe: Enable D3Cold on 'low' VRAM utilizationRodrigo Vivi1-6/+1
2024-05-23drm/xe: Stop checking for power_lost on D3ColdRodrigo Vivi4-41/+2
2024-05-23drm/xe: Prepare display for D3ColdRodrigo Vivi3-11/+22
2024-05-23drm/xe: Relax runtime pm protection around VMRodrigo Vivi1-3/+9
2024-05-23drm/xe: Relax runtime pm protection during executionRodrigo Vivi3-21/+6
2024-05-23drm/xe: Fix xe_pm_runtime_get_if_in_use documentationRodrigo Vivi1-2/+3
2024-05-23drm/xe: Fix xe_pm_runtime_get_if_active returnRodrigo Vivi2-5/+5
2024-05-23drm/xe: Add process name to devcoredumpJosé Roberto de Souza2-0/+15
2024-05-22drm/xe: Properly handle alloc_guc_id() failureNiranjana Vishwanathapura1-0/+1
2024-05-22drm/xe/uc: Don't emit false error if running in execlist modeMichal Wajdeczko1-1/+1
2024-05-22drm/xe/display: move device_remove over to drmmMatthew Auld3-7/+21
2024-05-22drm/xe/display: stop calling domains_driver_remove twiceMatthew Auld1-1/+0
2024-05-22drm/xe/display: move display fini stuff to devmMatthew Auld1-6/+6
2024-05-22drm/xe: reset mmio mappings with devmMatthew Auld3-8/+33
2024-05-22drm/xe/mmio: move mmio_fini over to devmMatthew Auld1-2/+5
2024-05-22drm/xe: make gt_remove use devmMatthew Auld3-30/+9
2024-05-22drm/xe/gt: break out gt_fini into sw vs hw stateMatthew Auld1-8/+14
2024-05-22drm/xe/coredump: move over to devmMatthew Auld1-2/+4
2024-05-22drm/xe/device: move xe_device_sanitize over to devmMatthew Auld1-2/+2
2024-05-22drm/xe/device: move flr to devmMatthew Auld1-2/+2
2024-05-22drm/xe/irq: move irq_uninstall over to devmMatthew Auld1-3/+3
2024-05-22drm/xe/guc_pc: s/pc_fini/pc_fini_hw/Matthew Auld1-3/+3
2024-05-22drm/xe/guc_pc: move pc_fini to devmMatthew Auld1-3/+2
2024-05-22drm/xe/guc: s/guc_fini/guc_fini_hw/Matthew Auld1-2/+2
2024-05-22drm/xe/guc: move guc_fini over to devmMatthew Auld1-2/+2
2024-05-22drm/xe/ggtt: use drm_dev_enter to mark device sectionMatthew Auld1-3/+15
2024-05-22drm/xe: covert sysfs over to devmMatthew Auld9-22/+22
2024-05-22drm/xe/pci: remove broken driver_releaseMatthew Auld1-9/+0
2024-05-22drm/xe/vf: Custom GuC initialization if VFMichal Wajdeczko3-0/+59
2024-05-22drm/xe/guc: Allow to initialize submission with limited set of IDsMichal Wajdeczko3-4/+17
2024-05-22drm/xe: Cleanup xe_mmio.hMichal Wajdeczko2-10/+6
2024-05-22drm/xe: Don't rely on indirect includes from xe_mmio.hMichal Wajdeczko8-0/+11
2024-05-22drm/xe: Fix xe_guc_pc.hMichal Wajdeczko1-1/+4
2024-05-22drm/xe: Fix xe_huc.hMichal Wajdeczko1-1/+2
2024-05-22drm/xe: Fix xe_gsc.hMichal Wajdeczko1-1/+2
2024-05-22drm/xe: Fix xe_uc.hMichal Wajdeczko1-1/+1
2024-05-21drm/xe/tests: Use uninterruptible VM lockNirmoy Das1-1/+1
2024-05-21drm/xe: Add warn when level can not be zero.Nirmoy Das1-2/+2
2024-05-21drm/xe/uapi: Expose the L3 bank maskFrancois Dugast1-1/+8
2024-05-21drm/xe/client: Print runtime to fdinfoLucas De Marchi1-1/+120
2024-05-21drm/xe: Add helper to return any available hw engineLucas De Marchi2-0/+18
2024-05-21drm/xe: Cache data about user-visible enginesLucas De Marchi4-1/+57
2024-05-21drm/xe: Add helper to accumulate exec queue runtimeUmesh Nerlige Ramappa5-0/+44
2024-05-21drm/xe: Add helper to capture engine timestampLucas De Marchi2-0/+6
2024-05-21drm/xe/lrc: Add helper to capture context timestampUmesh Nerlige Ramappa4-0/+30
2024-05-21drm/xe: Add XE_ENGINE_CLASS_OTHER to str conversionLucas De Marchi1-2/+6