aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe
AgeCommit message (Expand)AuthorFilesLines
2024-04-02Merge drm/drm-next into drm-misc-nextThomas Zimmermann24-286/+229
2024-03-31Merge tag 'kbuild-fixes-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+2
2024-03-31kbuild: make -Woverride-init warnings more consistentArnd Bergmann1-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
2024-03-29drm/xe: Refactor GT debugfsMichal Wajdeczko1-111/+51
2024-03-29drm/xe: Define helper for GT specific debugfs filesMichal Wajdeczko2-0/+54
2024-03-29drm/xe: Store pointer to struct xe_gt in gt/ debugfs directoryMichal Wajdeczko1-0/+7
2024-03-28drm/xe/gsc: Implement WA 14018094691Daniele Ceraolo Spurio3-0/+26
2024-03-28drm/xe/pf: Add minimal support for VF_STATE_NOTIFY eventsMichal Wajdeczko4-0/+290
2024-03-28drm/xe/guc: Add VF_STATE_NOTIFY and VF_CONTROL to ABIMichal Wajdeczko1-0/+94
2024-03-28drm/xe/vf: Add proper detection of the SR-IOV VF modeMichal Wajdeczko2-2/+18
2024-03-28drm/xe: Move SR-IOV probe to xe_device_probe_early()Michal Wajdeczko4-5/+5
2024-03-28drm/xe: Separate pure MMIO init from VRAM checkoutMichal Wajdeczko3-35/+24
2024-03-28drm: Switch DRM_DISPLAY_HDMI_HELPER to depends onMaxime Ripard1-1/+1
2024-03-28drm: Switch DRM_DISPLAY_HDCP_HELPER to depends onMaxime Ripard1-1/+1
2024-03-28drm: Switch DRM_DISPLAY_DP_HELPER to depends onMaxime Ripard1-1/+1
2024-03-28drm: Switch DRM_DISPLAY_HELPER to depends onMaxime Ripard1-2/+5
2024-03-28drm/xe: Move vma rebinding to the drm_exec locking loopThomas Hellström5-75/+83
2024-03-28drm/xe: Make TLB invalidation fences unorderedThomas Hellström3-10/+1
2024-03-28drm/xe: Rework rebindingThomas Hellström5-51/+14
2024-03-28drm/xe: Use ring ops TLB invalidation for rebindsThomas Hellström6-9/+30
2024-03-27drm/xe/guc: Use GuC ID Manager in submission codeMichal Wajdeczko2-36/+10
2024-03-27drm/xe/kunit: Add basic tests for GuC context ID ManagerMichal Wajdeczko2-0/+140
2024-03-27drm/xe/guc: Introduce GuC context ID ManagerMichal Wajdeczko4-0/+315
2024-03-27drm/xe/guc: Move GUC_ID_MAX definition to GuC ABI headerMichal Wajdeczko2-1/+2
2024-03-27drm/xe/guc: Fix include guard for SR-IOV ABIMichal Wajdeczko1-2/+2
2024-03-27drm/xe: Move HW GGTT definitions to dedicated fileMichal Wajdeczko3-8/+17
2024-03-26drm/xe: Create a helper function to init job's user fenceNirmoy Das6-16/+32
2024-03-26drm/xe/guc: Remove explicit shutdown of SLPCVinay Belgaumkar1-29/+0
2024-03-26drm/xe: Use FIELD_PREP for lrc descriptorNiranjana Vishwanathapura1-8/+8
2024-03-25drm/xe: Fix END redefinitionLucas De Marchi1-11/+9
2024-03-25drm/xe/query: fix gt_id bounds checkMatthew Auld1-1/+1
2024-03-25drm/xe/device: fix XE_MAX_TILES_PER_DEVICE checkMatthew Auld1-1/+1
2024-03-25drm/xe/device: fix XE_MAX_GT_PER_TILE checkMatthew Auld1-1/+1
2024-03-25drm/xe/queue: fix engine_class bounds checkMatthew Auld1-1/+1
2024-03-25drm/xe/guc_submit: use jiffies for job timeoutMatthew Auld1-1/+1
2024-03-25drm/xe: Remove unused xe_bo->props structNirmoy Das2-69/+9
2024-03-22drm/xe: Remove redundant functions to get xeLucas De Marchi1-12/+1
2024-03-22drm/i915: Drop dead code for pvcLucas De Marchi1-4/+0
2024-03-22drm/i915: Drop dead code for xehpsdvLucas De Marchi1-2/+0
2024-03-22drm/xe: Fix END redefinitionLucas De Marchi1-11/+9
2024-03-22drm/xe/guc: Check error code when initializing the CT mutexDaniele Ceraolo Spurio1-1/+4
2024-03-22drm/xe/guc: Add some failure checksVinay Belgaumkar1-5/+9
2024-03-22drm/xe: Nuke EXEC_QUEUE_FLAG_PERSISTENTJosé Roberto de Souza1-5/+3
2024-03-22drm/xe/devcoredump: Print errno if VM snapshot was not capturedJosé Roberto de Souza2-7/+12
2024-03-22drm/xe: Make devcoredump VM error state print consistentJosé Roberto de Souza1-11/+8
2024-03-22drm/xe: remove unused struct xe_device membersJani Nikula1-4/+1
2024-03-22drm/xe/query: fix gt_id bounds checkMatthew Auld1-1/+1
2024-03-21Merge tag 'drm-next-2024-03-22' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds6-35/+55