summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2024-04-10drm/xe: check pcode init status only on root gt of root tileRiana Tauro4-64/+94
2024-04-10drm/xe: Add SR-IOV info attribute to debugfsMichal Wajdeczko3-0/+28
2024-04-10drm/xe: Add proper detection of the SR-IOV PF modeMichal Wajdeczko6-1/+137
2024-04-10drm/xe: Add max_vfs module parameterMichal Wajdeczko2-0/+10
2024-04-10drm/xe: Check pat.ops before dumping PAT settingsMichal Wajdeczko1-1/+1
2024-04-10drm/xe: Assert pat.ops function pointersMichal Wajdeczko1-0/+4
2024-04-10drm/xe/xe2hpm: Add initial set of workaroundsGustavo Sousa2-0/+36
2024-04-10drm/xe/xe2hpg: Introduce performance tuning changes for Xe2_HPG.Shekhar Chauhan1-3/+3
2024-04-10drm/xe/xe2hpg: Add initial GT workaroundsHaridhar Kalvala2-2/+70
2024-04-10drm/xe/xe2: Add workaround 18034896535Bommu Krishnaiah1-0/+5
2024-04-10drm/xe/xe2hpg: Remove extra allocation of CCS pages for dgfxAkshata Jahagirdar1-0/+3
2024-04-10drm/xe/xe2hpg: Determine flat ccs offset for vramHimal Prasad Ghimiray2-2/+42
2024-04-10drm/xe/bmg: Program an additional discrete-specific PAT settingMatt Roper1-0/+7
2024-04-10drm/xe/bmg: Add BMG mocs tableBalasubramani Vivekanandan1-0/+1
2024-04-10drm/xe/bmg: Add BMG platform definitionMatt Roper3-0/+8
2024-04-09drm/xe/xe2: Recognize Xe2_HPM IPMatt Roper1-1/+2
2024-04-09drm/xe/xe2: Recognize Xe2_HPG IPMatt Roper1-1/+2
2024-04-09drm/xe/hwmon: Cast result to output precision on left shift of operandKarthik Poosa1-2/+2
2024-04-09drm/xe/hwmon: Update xe_hwmon_get_reg to return struct xe_regKarthik Poosa1-21/+26
2024-04-09drm/xe: Define xe_reg_is_validKarthik Poosa1-0/+5
2024-04-09drm/xe/lnl: Enable GuC Wa_14019882105Badal Nilawar3-7/+39
2024-04-09drm/xe/guc: Add support for workaround KLVsBadal Nilawar3-3/+66
2024-04-09drm/xe: Capture GuC CT snapshot when stoppedMatthew Brost1-1/+1
2024-04-09drm/xe: Always capture exec queues on snapshotMatthew Brost3-25/+6
2024-04-08drm/xe/uapi: Restore flags VM_BIND_FLAG_READONLY and VM_BIND_FLAG_IMMEDIATEFrancois Dugast2-2/+15
2024-04-08drm/xe: Remove dead clock codeLucas De Marchi2-6/+1
2024-04-08drm/xe: Label RING_CONTEXT_CONTROL as maskedAshutosh Dixit2-4/+3
2024-04-08drm/xe: Remove debug message from migrate_clear()José Roberto de Souza1-3/+0
2024-04-08drm/xe/display: Fix double mutex initializationLucas De Marchi1-5/+0
2024-04-08drm/xe/vf: Mark supported firmwares as preloadedMichal Wajdeczko3-3/+19
2024-04-08drm/xe/vf: Don't try to read legacy GuC MMIO notification if VFMichal Wajdeczko1-0/+3
2024-04-08drm/xe/vf: Don't try to program MOCS if VFMichal Wajdeczko1-0/+3
2024-04-08drm/xe/vf: Don't emit access to Global HWSP if VFMichal Wajdeczko1-4/+7
2024-04-08drm/xe/guc: Initialize GuC ID manager soonerMichal Wajdeczko1-9/+5
2024-04-08drm/xe/guc: Use drm_device-managed version of mutex_init()Michal Wajdeczko1-2/+4
2024-04-05drm/xe: Drop xe_vm_assert_held() macro definition from xe_bo.hMichal Wajdeczko1-8/+0
2024-04-05drm/xe: Move PTE/PDE bit definitions to proper headerMichal Wajdeczko6-21/+25
2024-04-05drm/xe: fix multicast support for Xe_LP platformsAndrzej Hajda1-1/+6
2024-04-05drm/xe/guc: Reuse code while debugging GuC paramsMichal Wajdeczko1-10/+11
2024-04-05drm/xe/guc: Prefer GT oriented logs for GuC messagesMichal Wajdeczko1-43/+36
2024-04-04drm/xe/xe_hw_engine_class_sysfs: use sysfs_emit() for attr's _show()Bommu Krishnaiah1-18/+18
2024-04-04drm/xe: prefer snprintf over sprintfBommu Krishnaiah5-11/+11
2024-04-04drm/xe: Protect devcoredump access after unbindRodrigo Vivi2-3/+4
2024-04-03drm/xe/xe_migrate: Cast to output precision before multiplying operandsHimal Prasad Ghimiray1-4/+4
2024-04-03drm/xe: Use ordered wq for preempt fence waitingMatthew Brost3-2/+14
2024-04-02drm/xe/xe2: Add workaround 18033852989Himal Prasad Ghimiray2-1/+6
2024-04-02drm/xe: Normalize bo flags macrosLucas De Marchi33-203/+202
2024-04-02drm/xe: Stop passing user flag to xe_bo_create_user()Lucas De Marchi2-2/+2
2024-03-29drm/xe/xe_devcoredump: Check NULL before assignmentsHimal Prasad Ghimiray1-4/+6
2024-03-29drm/xe/hwmon: Add infra to support card power and energy attributesKarthik Poosa1-82/+130