summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorLines
2025-07-08drm/xe/ptl: Drop force_probe requirementMatt Atwood-1/+0
2025-07-07drm/xe/ptl: Add HuC FW definition for PTLDaniele Ceraolo Spurio-0/+1
2025-07-07drm/xe/ptl: Add GuC FW definition for PTLDaniele Ceraolo Spurio-0/+1
2025-07-07drm/xe/guc: Recommend GuC v70.46.2 for BMG, LNL, DG2Julia Filipchuk-3/+3
2025-07-04drm/xe/bmg: fix compressed VRAM handlingMatthew Auld-1/+1
2025-07-03Revert "drm/xe/xe2: Enable Indirect Ring State support for Xe2"Matthew Brost-1/+0
2025-07-03drm/xe/vf: Make multi-GT migration less error proneTomasz Lis-90/+77
2025-07-03drm/xe: Allocate PF queue size on pow2 boundaryMatthew Brost-0/+1
2025-07-03drm/xe/pf: Clear all LMTT pages on allocMichal Wajdeczko-0/+11
2025-07-02drm/xe/xe_pmu: Validate gt in event supportedRiana Tauro-2/+5
2025-07-02drm/xe/xe_query: Use separate iterator while filling GT listMatt Roper-12/+15
2025-07-02drm/xe: Don't compare GT ID to GT count when determining valid GTsMatt Roper-9/+8
2025-07-02drm/xe: Assign GT IDs properly on multi-tile + multi-GT platformsMatt Roper-16/+14
2025-07-02drm/xe/tests/pci: Ensure all platforms have a valid GT/tile countMatt Roper-39/+85
2025-07-02drm/xe: Track maximum GTs per tile on a per-platform basisMatt Roper-24/+41
2025-07-02drm/xe: Export xe_step_name for kunit testsMatt Roper-0/+2
2025-07-02drm/xe/hw_engine_group: Fix potential leakMichal Wajdeczko-14/+5
2025-07-01drm/xe: Consolidate LRC offset calculationsTvrtko Ursulin-24/+19
2025-07-01drm/xe: Fix typo in KconfigMaarten Lankhorst-2/+2
2025-06-28drm/xe: Allow dropping kunit dependency as built-inHarry Austen-1/+2
2025-06-27drm/xe: Drop bo->sizeMatthew Brost-100/+113
2025-06-27drm/xe/guc: Enable the Dynamic Inhibit Context Switch optimizationDaniele Ceraolo Spurio-0/+42
2025-06-27drm/xe/guc: Enable extended CAT error reportingDaniele Ceraolo Spurio-3/+98
2025-06-26drm/xe: Fix out-of-bounds field write in MI_STORE_DATA_IMMJia Yao-8/+10
2025-06-26drm/xe: Rename xe_uc_init_hw to xe_uc_load_hwMaarten Lankhorst-7/+7
2025-06-26drm/xe: Remove xe_uc_fini_hwMaarten Lankhorst-7/+1
2025-06-26drm/xe: Remove xe_uc_init_hwconfig()Maarten Lankhorst-30/+6
2025-06-26drm/xe: Move xe_ttm_sys_mgr_init() downwards.Maarten Lankhorst-4/+8
2025-06-26drm/xe: Split init of xe_gt_init_hwconfig to xe_gt_init and *_earlyMaarten Lankhorst-41/+26
2025-06-26drm/xe: Rename gt_init sub-functionsMaarten Lankhorst-4/+4
2025-06-26drm/xe: Only dump PAT when xe_hw_engines_init_early failsMaarten Lankhorst-2/+3
2025-06-26drm/xe: Make it possible to read instance0 MCR registers after xe_gt_mcr_init...Maarten Lankhorst-20/+29
2025-06-26drm/xe: Simplify GuC early initializationMaarten Lankhorst-30/+70
2025-06-26drm/xe/sriov: Move VF bootstrap and query_config to vf_guc_initMaarten Lankhorst-18/+16
2025-06-26drm/xe: Defer memirq init until neededMaarten Lankhorst-4/+7
2025-06-26drm/xe: Implement and use the drm_pagemap populate_mm opThomas Hellström-49/+77
2025-06-26drm/pagemap: Add a populate_mm opThomas Hellström-18/+58
2025-06-26drm/gpusvm, drm/pagemap: Move migration functionality to drm_pagemapMatthew Brost-774/+848
2025-06-25drm/xe: Do not wedge device on killed exec queuesMatthew Brost-4/+6
2025-06-25Revert "drm/xe/ptl: Apply Wa_16026007364"Daniele Ceraolo Spurio-7/+0
2025-06-24drm/xe/guc: Explicitly exit CT safe mode on unwindMichal Wajdeczko-4/+6
2025-06-24drm/xe: Process deferred GGTT node removals on device unwindMichal Wajdeczko-0/+11
2025-06-24drm/xe: move DPT l2 flush to a more sensible placeMatthew Auld-2/+3
2025-06-24drm/xe: Move DSB l2 flush to a more sensible placeMaarten Lankhorst-7/+4
2025-06-24drm/xe/bmg: Update Wa_22019338487Vinay Belgaumkar-2/+135
2025-06-24drm/xe: Split xe_device_td_flush()Lucas De Marchi-28/+40
2025-06-24drm/xe/xe_guc_pc: Lock once to update stashed frequenciesLucas De Marchi-19/+20
2025-06-24drm/xe/guc_pc: Add _locked variant for min/max freqLucas De Marchi-54/+69
2025-06-23drm/xe/nvm: add support for non-posted eraseReuven Abliyev-2/+65
2025-06-23drm/xe/nvm: add support for access modeAlexander Usyskin-5/+41