summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2024-05-22drm/xe: reset mmio mappings with devmMatthew Auld
2024-05-22drm/xe/mmio: move mmio_fini over to devmMatthew Auld
2024-05-22drm/xe: make gt_remove use devmMatthew Auld
2024-05-22drm/xe/gt: break out gt_fini into sw vs hw stateMatthew Auld
2024-05-22drm/xe/coredump: move over to devmMatthew Auld
2024-05-22drm/xe/device: move xe_device_sanitize over to devmMatthew Auld
2024-05-22drm/xe/device: move flr to devmMatthew Auld
2024-05-22drm/xe/irq: move irq_uninstall over to devmMatthew Auld
2024-05-22drm/xe/guc_pc: s/pc_fini/pc_fini_hw/Matthew Auld
2024-05-22drm/xe/guc_pc: move pc_fini to devmMatthew Auld
2024-05-22drm/xe/guc: s/guc_fini/guc_fini_hw/Matthew Auld
2024-05-22drm/xe/guc: move guc_fini over to devmMatthew Auld
2024-05-22drm/xe/ggtt: use drm_dev_enter to mark device sectionMatthew Auld
2024-05-22drm/xe: covert sysfs over to devmMatthew Auld
2024-05-22drm/xe/pci: remove broken driver_releaseMatthew Auld
2024-05-22drm/xe/vf: Custom GuC initialization if VFMichal Wajdeczko
2024-05-22drm/xe/guc: Allow to initialize submission with limited set of IDsMichal Wajdeczko
2024-05-22drm/xe: Cleanup xe_mmio.hMichal Wajdeczko
2024-05-22drm/xe: Don't rely on indirect includes from xe_mmio.hMichal Wajdeczko
2024-05-22drm/i915/display: Add missing include to intel_vga.cMichal Wajdeczko
2024-05-22drm/xe: Fix xe_guc_pc.hMichal Wajdeczko
2024-05-22drm/xe: Fix xe_huc.hMichal Wajdeczko
2024-05-22drm/xe: Fix xe_gsc.hMichal Wajdeczko
2024-05-22drm/xe: Fix xe_uc.hMichal Wajdeczko
2024-05-21drm/xe/tests: Use uninterruptible VM lockNirmoy Das
2024-05-21drm/xe: Add warn when level can not be zero.Nirmoy Das
2024-05-21drm/xe/uapi: Expose the L3 bank maskFrancois Dugast
2024-05-21drm/xe/client: Print runtime to fdinfoLucas De Marchi
2024-05-21drm/xe: Add helper to return any available hw engineLucas De Marchi
2024-05-21drm/xe: Cache data about user-visible enginesLucas De Marchi
2024-05-21drm/xe: Add helper to accumulate exec queue runtimeUmesh Nerlige Ramappa
2024-05-21drm/xe: Add helper to capture engine timestampLucas De Marchi
2024-05-21drm/xe/lrc: Add helper to capture context timestampUmesh Nerlige Ramappa
2024-05-21drm/xe: Add XE_ENGINE_CLASS_OTHER to str conversionLucas De Marchi
2024-05-21drm/xe: Promote xe_hw_engine_class_to_str()Lucas De Marchi
2024-05-17drm/xe: Replace RING_START_UDW by u64 RING_STARTJosé Roberto de Souza
2024-05-16drm/xe/vf: Expose SR-IOV VF attributes to GT debugfsMichal Wajdeczko
2024-05-16drm/xe/vf: Custom hardware config load step if VFMichal Wajdeczko
2024-05-16drm/xe/vf: Add support for VF to query its configurationMichal Wajdeczko
2024-05-16drm/xe/guc: Add VF2GUC_QUERY_SINGLE_KLV to ABIMichal Wajdeczko
2024-05-16drm/xe/guc: Add VF2GUC_VF_RESET to ABIMichal Wajdeczko
2024-05-16drm/xe/guc: Add VF2GUC_MATCH_VERSION to ABIMichal Wajdeczko
2024-05-16drm/xe/pf: Expose PF monitor details via debugfsMichal Wajdeczko
2024-05-16drm/xe/pf: Track adverse events notifications from GuCMichal Wajdeczko
2024-05-16drm/xe/guc: Add GUC2PF_ADVERSE_EVENT to ABIMichal Wajdeczko
2024-05-16drm/xe/pf: Allow configuration of VF thresholds over debugfsMichal Wajdeczko
2024-05-16drm/xe/pf: Introduce functions to configure VF thresholdsMichal Wajdeczko
2024-05-16drm/xe/guc: Add support for threshold KLVs in to_string() helperMichal Wajdeczko
2024-05-16drm/xe/guc: Introduce GuC KLV thresholds setMichal Wajdeczko
2024-05-16drm/xe/guc: Add more KLV helper macrosMichal Wajdeczko