summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/xe
Commit message (Expand)AuthorAgeFilesLines
* drm/xe: fix UAF around queue destructionMatthew Auld2024-10-104-2/+35
* drm/xe: Delete unused GuC submission_state.suspendMatthew Brost2024-10-102-13/+0
* drm/xe: Fix memory leak on xe_alloc_pf_queue failureNirmoy Das2024-10-101-5/+3
* drm/xe: fixup xe_alloc_pf_queueMatthew Auld2024-10-101-1/+4
* drm/xe: Drop warn on xe_guc_pc_gucrc_disable in guc pc finiMatthew Brost2024-10-101-1/+1
* drm/xe: Use topology to determine page fault queue sizeStuart Summers2024-10-102-14/+49
* drm/xe/hdcp: Check GSC structure validitySuraj Kandpal2024-10-101-2/+6
* drm/xe: Prevent null pointer access in xe_migrate_copyZhanjun Dong2024-10-101-2/+2
* drm/xe: Resume TDR after GT resetMatthew Brost2024-10-103-0/+8
* drm/xe: Restore pci state upon resumeRodrigo Vivi2024-10-101-0/+2
* drm/xe/display: fix compat IS_DISPLAY_STEP() range endJani Nikula2024-09-181-1/+1
* drm/xe/client: add missing bo locking in show_meminfo()Matthew Auld2024-09-181-3/+36
* drm/xe/client: fix deadlock in show_meminfo()Matthew Auld2024-09-181-1/+5
* drm/xe: use devm instead of drmm for managed boDaniele Ceraolo Spurio2024-09-181-3/+3
* drm/xe: fix WA 14018094691Daniele Ceraolo Spurio2024-09-181-2/+2
* drm/xe/xe2lpm: Extend Wa_16021639441Ngai-Mint Kwan2024-09-181-0/+10
* drm/xe/xe2lpg: Extend workaround 14021402888Bommu Krishnaiah2024-09-121-0/+4
* drm/xe/xe2: Add workaround 14021402888Bommu Krishnaiah2024-09-122-0/+5
* drm/xe/gsc: Do not attempt to load the GSC multiple timesDaniele Ceraolo Spurio2024-09-122-2/+19
* drm/xe: Add GuC state asserts to deregister_exec_queueMatthew Brost2024-09-081-0/+5
* drm/xe: Check valid domain is passed in xe_force_wake_refHimal Prasad Ghimiray2024-09-081-1/+1
* drm/xe: Ensure caller uses sole domain for xe_force_wake_assert_heldHimal Prasad Ghimiray2024-09-081-0/+11
* drm/xe: Don't overmap identity VRAM mappingMatthew Brost2024-09-081-13/+42
* drm/xe: Use missing lock in relay_needs_workerNirmoy Das2024-09-081-1/+8
* drm/xe: Fix the warning conditionsHimal Prasad Ghimiray2024-09-081-1/+5
* drm/xe/hwmon: Remove unwanted write permission for currN_labelKarthik Poosa2024-09-081-2/+7
* drm/xe: Demote CCS_MODE info to debug onlyRodrigo Vivi2024-09-081-2/+2
* drm/xe/gt: Fix assert in L3 bank mask generationFrancois Dugast2024-09-081-1/+3
* drm/xe/hwmon: Fix WRITE_I1 param from u32 to u16Karthik Poosa2024-09-041-1/+1
* drm/xe: prevent UAF around preempt fenceMatthew Auld2024-09-044-4/+4
* drm/xe/exec_queue: Rename xe_exec_queue::compute to xe_exec_queue::lrFrancois Dugast2024-09-044-40/+40
* drm/xe/vm: Simplify if conditionThorsten Blum2024-09-041-2/+2
* drm/xe/display: Make display suspend/resume work on discreteMaarten Lankhorst2024-09-042-5/+29
* drm/xe: Prepare display for D3ColdRodrigo Vivi2024-09-043-11/+22
* drm/xe: Do not dereference NULL job->fence in trace pointsMatthew Brost2024-08-292-2/+2
* drm/xe: Free job before xe_exec_queue_putMatthew Brost2024-08-291-1/+2
* drm/xe: Don't initialize fences at xe_sched_job_create()Thomas Hellström2024-08-296-93/+115
* drm/xe: Split lrc seqno fence creation upThomas Hellström2024-08-294-16/+101
* drm/xe: Decouple job seqno and lrc seqnoMatthew Brost2024-08-297-19/+30
* drm/xe: Relax runtime pm protection during executionRodrigo Vivi2024-08-293-21/+6
* drm/xe: Fix missing workqueue destroy in xe_gt_pagefaultStuart Summers2024-08-291-2/+16
* drm/xe: Fix tile fini sequenceMatthew Brost2024-08-291-1/+4
* drm/xe: reset mmio mappings with devmMatthew Auld2024-08-293-8/+33
* drm/xe/mmio: move mmio_fini over to devmMatthew Auld2024-08-291-2/+5
* drm/xe: Fix opregion leakLucas De Marchi2024-08-291-1/+4
* drm/xe/display: stop calling domains_driver_remove twiceMatthew Auld2024-08-291-1/+0
* drm/xe: Take ref to VM in delayed snapshotMatthew Brost2024-08-141-1/+14
* drm/xe: Minor cleanup in LRC handlingNiranjana Vishwanathapura2024-08-142-3/+3
* drm/xe/hwmon: Fix PL1 disable flow in xe_hwmon_power_max_writeKarthik Poosa2024-08-141-1/+2
* drm/xe: Use dma_fence_chain_free in chain fence unused as a syncMatthew Brost2024-08-141-1/+1