aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe
AgeCommit message (Expand)AuthorFilesLines
2024-08-09drm/xe: Allow to compile out debugfsLucas De Marchi2-7/+13
2024-08-09drm/xe: Allow suspend / resume to be safely called multiple timesMatthew Brost1-7/+33
2024-08-09drm/xe: Only enable scheduling upon resume if neededMatthew Brost1-2/+4
2024-08-09drm/xe: Add xe_sched_add_msg_locked helperMatthew Brost2-1/+10
2024-08-09drm/xe: Reinit msg link when processing a messageMatthew Brost1-1/+1
2024-08-09drm/xe: Add xe_sched_msg_lock/unlock helperMatthew Brost2-6/+16
2024-08-09drm/xe: Move VM dma-resv lock from xe_exec_queue_create to __xe_exec_queue_initMatthew Brost1-9/+14
2024-08-09drm/xe/pf: Fix VF config validation on multi-GT platformsMichal Wajdeczko1-3/+8
2024-08-09Merge tag 'drm-xe-fixes-2024-08-08' of https://gitlab.freedesktop.org/drm/xe/...Dave Airlie4-4/+18
2024-08-08drm/xe: fix WA 14018094691Daniele Ceraolo Spurio1-2/+2
2024-08-08drm/xe/guc: Enable w/a 14022293748 and 22019794406Julia Filipchuk3-0/+11
2024-08-08drm/xe: Take ref to VM in delayed snapshotMatthew Brost1-1/+14
2024-08-08drm/xe/hwmon: Fix PL1 disable flow in xe_hwmon_power_max_writeKarthik Poosa1-1/+2
2024-08-08drm/xe: Use dma_fence_chain_free in chain fence unused as a syncMatthew Brost1-1/+1
2024-08-08drm/xe/rtp: Fix off-by-one when processing rulesLucas De Marchi1-1/+1
2024-08-08Merge tag 'drm-misc-next-2024-08-01' of https://gitlab.freedesktop.org/drm/mi...Daniel Vetter1-0/+4
2024-08-07drm/buddy: Add start address support to trim functionArunpravin Paneer Selvam1-1/+1
2024-08-07drm/xe: Fix access_ok check in user_fence_createNirmoy Das1-1/+1
2024-08-06drm/xe: Add kernel doc for xe_hw_engine_lookupMika Kuoppala1-3/+13
2024-08-06drm/xe: Export xe_hw_engine's mmio accessorsDominik Grzegorzek2-34/+57
2024-08-06drm/xe/guc: Define GuC version v70.29.2 for BMGJulia Filipchuk1-0/+1
2024-08-06drm/xe/guc: Bump minimum required GuC version to v70.29.2Julia Filipchuk2-13/+24
2024-08-06drm/xe/xe2: Add performance turning changesShekhar Chauhan2-1/+11
2024-08-05drm/xe: Only check last fence on user bindsMatthew Brost1-4/+6
2024-08-05drm/xe/observation: Drop empty sysctl table entryAshutosh Dixit1-1/+0
2024-08-05Merge tag 'drm-xe-next-2024-07-30' of https://gitlab.freedesktop.org/drm/xe/k...Dave Airlie91-1734/+3246
2024-08-02drm/xe/xe2: Introduce performance changesAkshata Jahagirdar2-0/+8
2024-08-01drm/xe: Faster devcoredumpMatthew Brost2-31/+88
2024-08-01drm/xe: Take ref to VM in delayed snapshotMatthew Brost1-1/+14
2024-08-01drm/xe/hwmon: Fix PL1 disable flow in xe_hwmon_power_max_writeKarthik Poosa1-1/+2
2024-08-01Merge drm/drm-next into drm-intel-nextJani Nikula101-967/+5406
2024-07-31drm/xe/xe2: Enable Priority Mem ReadPallavi Mishra2-0/+7
2024-07-30drm/xe: Move and export xe_hw_engine lookup.Dominik Grzegorzek3-33/+42
2024-07-30drm/xe: Use dma_fence_chain_free in chain fence unused as a syncMatthew Brost1-1/+1
2024-07-29drm/xe/xe2hpg: Introduce performance tuning changes for Xe2_HPGSai Teja Pottumuttu2-0/+9
2024-07-29drm/xe: Migrate OOB WAs to OR rulesLucas De Marchi3-49/+37
2024-07-29drm/xe/rtp: Expand max rules/actions per entry againLucas De Marchi2-2/+8
2024-07-29drm/xe/rtp: Simplify marking active workaroundsLucas De Marchi1-9/+5
2024-07-29drm/xe/kunit: Test rtp with no actionsLucas De Marchi2-0/+162
2024-07-29drm/xe/kunit: Rename rtp test casesLucas De Marchi1-8/+8
2024-07-29drm/xe/kunit: Test active rtp entriesLucas De Marchi2-1/+20
2024-07-29drm/xe/kunit: Rename count to count_sr_entriesLucas De Marchi1-16/+16
2024-07-29drm/xe/kunit: Test WAs for BMGLucas De Marchi1-0/+1
2024-07-29drm/xe/migrate: Future-proof compressed PAT checkMatt Roper1-1/+2
2024-07-29drm/xe: Fix opregion leakLucas De Marchi1-1/+4
2024-07-29Merge drm/drm-next into drm-misc-nextThomas Zimmermann207-2807/+13481
2024-07-26drm/xe/rtp: Fix off-by-one when processing rulesLucas De Marchi1-1/+1
2024-07-26Merge tag 'drm-next-2024-07-26' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds11-20/+102
2024-07-26drm/xe: Assert G2H outstanding when releasing G2HMatthew Brost1-0/+1
2024-07-25drm/xe/mmio: Use single logic for waiting functionsGustavo Sousa1-64/+39