aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe
AgeCommit message (Expand)AuthorFilesLines
2024-05-31drm/xe: Fix NULL ptr dereference in devcoredumpMatthew Brost1-1/+1
2024-05-31drm: move i915_hdcp_interface.h under include/drm/intelJani Nikula1-1/+1
2024-05-31drm: move xe_pciids.h under include/drm/intelJani Nikula1-1/+1
2024-05-31drm: move i915_drm.h under include/drm/intelJani Nikula1-1/+1
2024-05-31drm: move i915_component.h under include/drm/intelJani Nikula1-1/+1
2024-05-31drm: move i915_gsc_proxy_mei_interface.h under include/drm/intelJani Nikula1-1/+1
2024-05-31drm/xe/pf: Update the LMTT when freeing VF GT configMichal Wajdeczko1-0/+1
2024-05-31drm/i915/alpm: Move alpm related code to a new fileAnimesh Manna1-0/+1
2024-05-31drm/xe: Split MCR initializationMichal Wajdeczko3-7/+27
2024-05-30drm/xe/vf: Setup VRAM based on received config dataMichal Wajdeczko3-0/+36
2024-05-30drm/xe: Promote VRAM initialization function to own fileMichal Wajdeczko5-332/+368
2024-05-30drm/xe: Drop xe_ prefix from static functions in xe_mmio.cMichal Wajdeczko1-12/+12
2024-05-30drm/xe: Move BAR definitions to dedicated fileMichal Wajdeczko4-3/+14
2024-05-30drm/xe: Move XEHP_MTCFG_ADDR register definition to xe_regs.hMichal Wajdeczko2-3/+3
2024-05-30Revert "drm/xe: make gt_remove use devm"Daniele Ceraolo Spurio3-9/+30
2024-05-30drm/xe: replace format-less snprintf() with strscpy()Arnd Bergmann1-1/+1
2024-05-29drm/xe: Decouple xe_exec_queue and xe_lrcNiranjana Vishwanathapura12-59/+109
2024-05-29drm/xe: Remove unwanted mutex lockingNiranjana Vishwanathapura1-2/+6
2024-05-29drm/xe: Drop undesired prefix from the platform nameMichal Wajdeczko1-12/+12
2024-05-29drm/xe/hwmon: Expose card power and energy attributes of BMGKarthik Poosa2-8/+18
2024-05-29drm/xe/hwmon: Add HWMON support for BMGKarthik Poosa2-4/+17
2024-05-29drm/xe: Add engine name to the engine reset and cat-err logNirmoy Das1-2/+7
2024-05-29drm/xe: Check empty pinned BO list with lock held.Nirmoy Das1-6/+4
2024-05-28drm/xe/guc: Fix uninitialised count in GuC load debug printsJohn Harrison1-7/+9
2024-05-28drm/xe: Enable Coarse Power GatingRiana Tauro4-9/+68
2024-05-28drm/xe: Standardize power gate registersRiana Tauro3-11/+9
2024-05-28drm/xe: Don't refer to general LRC initialization as a "wa"Matt Roper1-2/+2
2024-05-28drm/xe: Use platform name in xe_assert()Michal Wajdeczko1-2/+2
2024-05-28drm/xe: Store platform name in xe_device.infoMichal Wajdeczko2-0/+3
2024-05-28drm/xe: allow unaligned start and size xe_res_cursor parametersAndrzej Hajda1-2/+0
2024-05-28drm/xe: flush gtt before signalling user fence on all enginesAndrzej Hajda1-4/+4
2024-05-28drm/xe: Properly handle alloc_guc_id() failureNiranjana Vishwanathapura1-0/+1
2024-05-28drm/xe: Only use reserved BCS instances for usm migrate exec queueMatthew Brost1-7/+5
2024-05-28drm/xe: Change pcode timeout to 50msec while polling againHimal Prasad Ghimiray1-1/+1
2024-05-27drm/xe: Do not access xe file when updating exec queue run_ticksUmesh Nerlige Ramappa3-5/+9
2024-05-27drm/xe: Use run_ticks instead of runtime for client statsUmesh Nerlige Ramappa6-15/+15
2024-05-27drm/xe: Move job creation out of the struct xe_migrate::job_mutexThomas Hellström1-9/+8
2024-05-27drm/xe: Remove xe_lrc_create_seqno_fence()Thomas Hellström2-12/+0
2024-05-27drm/xe: Don't initialize fences at xe_sched_job_create()Thomas Hellström6-93/+115
2024-05-27drm/xe: Split lrc seqno fence creation upThomas Hellström4-16/+101
2024-05-27drm/xe: Decouple job seqno and lrc seqnoMatthew Brost7-19/+30
2024-05-27drm/xe/vf: Use only assigned GGTT regionMichal Wajdeczko4-1/+109
2024-05-27drm/xe/vf: Read VF configuration prior to GGTT initializationMichal Wajdeczko1-0/+11
2024-05-24drm/xe/vf: Treat GMDID as another runtime registerMichal Wajdeczko1-0/+7
2024-05-24drm/xe/vf: Cache value of the GMDID registerMichal Wajdeczko2-0/+19
2024-05-24drm/xe/vf: Provide early access to GMDID registerMichal Wajdeczko1-3/+47
2024-05-24drm/xe/vf: Obtain value of GMDID register from GuCMichal Wajdeczko2-0/+30
2024-05-24drm/xe/guc: Add GLOBAL_CFG_GMD_ID KLV definitionMichal Wajdeczko1-0/+14
2024-05-24drm/xe/vf: Use register values obtained from the PFMichal Wajdeczko3-0/+59
2024-05-23drm/xe/guc: Port over the slow GuC loading support from i915John Harrison5-34/+260