aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-postgresql.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2025-02-19drm/xe: Drop unnecessary GT lookup in xe_exec_queue_create_ioctl()Matt Roper1-4/+2
2025-02-18drm/xe/display: Spin-off xe_display runtime/d3cold sequencesRodrigo Vivi1-28/+59
2025-02-18drm/{i915, xe}/display: Move dsm registration under intel_driverRodrigo Vivi3-7/+4
2025-02-18drm/xe: Add xe_mmio_init() initialization functionIlia Levi4-16/+39
2025-02-18drm/xe: s/xe_mmio_init/xe_mmio_probe_earlyIlia Levi3-5/+5
2025-02-17drm/xe/display: Clarify XE_IOCTL_DBG messageMaarten Lankhorst3-2/+19
2025-02-17drm/xe: Fix typo in xe_job_ptrsTejas Upadhyay1-2/+2
2025-02-16drm/xe/pf: Release all VFs configs on device removalMichal Wajdeczko3-0/+36
2025-02-14drm/xe/hwmon: Stop ignoring errors on probeLucas De Marchi3-18/+21
2025-02-14drm/xe/pmu: Fail probe if xe_pmu_register() failsLucas De Marchi1-1/+3
2025-02-14drm/xe/oa: Handle errors in xe_oa_register()Lucas De Marchi3-23/+24
2025-02-14drm/xe: Move drm_dev_unplug() out of display functionLucas De Marchi1-6/+2
2025-02-14drm/xe/oa: Move fini to xe_oaLucas De Marchi3-31/+25
2025-02-14drm/xe: Cleanup extra calls to xe_hw_fence_irq_finish()Lucas De Marchi1-11/+4
2025-02-14drm/xe: Cleanup unwind of gt initializationLucas De Marchi10-99/+47
2025-02-14drm/xe: Remove leftover pxp commentLucas De Marchi1-1/+0
2025-02-14drm/xe: Stop ignoring errors from xe_ttm_stolen_mgr_init()Lucas De Marchi3-10/+13
2025-02-14drm/xe: Fix xe_tile_init_noalloc() error propagationLucas De Marchi1-3/+1
2025-02-14drm/xe: Fix error handling in xe_irq_install()Lucas De Marchi1-13/+1
2025-02-14drm/xe: Fix xe_display_fini() callsLucas De Marchi3-22/+23
2025-02-14drm/xe: Add callback support for driver removeLucas De Marchi4-1/+88
2025-02-14drm/xe/debugfs: fixed the return value of wedged_mode_setXin Wang1-1/+1
2025-02-14drm/xe/debugfs: Add missing xe_pm_runtime_put in wedge_mode_setShuicheng Lin1-0/+1
2025-02-13drm/xe/display: Remove hpd cancel work sync from runtime pm pathRodrigo Vivi1-1/+2
2025-02-12drm/xe/display: Add missing watermark ipc update at runtime resumeRodrigo Vivi1-0/+2
2025-02-11drm/xe/debugfs: Add node to dump guc log to dmesgLucas De Marchi1-0/+13
2025-02-11drm/xe/pxp: Don't use 0 to indicate NULLDaniele Ceraolo Spurio1-1/+1
2025-02-11drm/xe: Carve out wopcm portion from the stolen memoryNirmoy Das1-24/+30
2025-02-10drm/xe/client: bo->client does not need bos_lockTejas Upadhyay1-1/+1
2025-02-10drm/xe: Move VRAM manager to struct xe_vram_regionPiotr Piórkowski6-16/+13
2025-02-10drm/xe: Rename struct xe_mem_region to struct xe_vram_regionPiotr Piórkowski4-13/+13
2025-02-10drm/xe/pf: Use an explicit check to see if the device has LMTTPiotr Piórkowski3-10/+20
2025-02-07drm/xe: Enable SR-IOV for PTLMichal Wajdeczko1-0/+1
2025-02-07drm/xe: Add stats for vma page faultsFrancois Dugast3-3/+11
2025-02-06drm/xe: Don't treat SR-IOV platforms as reclaim unsafeMichal Wajdeczko1-1/+1
2025-02-06drm/xe: Fix PVC RPe and RPa informationRodrigo Vivi1-10/+12
2025-02-05drm/xe/hwmon: expose package and vram temperatureRaag Jadav4-0/+81
2025-02-04drm/xe/pxp: Fail the load if PXP fails to initializeDaniele Ceraolo Spurio2-10/+14
2025-02-04drm/xe/vf: Don't try to trigger a full GT reset if VFMichal Wajdeczko3-0/+21
2025-02-04drm/xe/relay: Don't use GFP_KERNEL for new transactionsMichal Wajdeczko1-1/+1
2025-02-03drm/xe: Refactor max_remote_tilesSai Teja Pottumuttu2-14/+9
2025-02-03drm/xe: Refactor dma_mask_sizeSai Teja Pottumuttu2-7/+16
2025-02-03drm/xe/pxp: Enable PXP for MTL and LNLDaniele Ceraolo Spurio1-0/+2
2025-02-03drm/xe/pxp: Add PXP debugfs supportDaniele Ceraolo Spurio4-0/+137
2025-02-03drm/xe/pxp: add PXP PM supportDaniele Ceraolo Spurio4-13/+165
2025-02-03drm/xe/pxp/uapi: Add API to mark a BO as using PXPDaniele Ceraolo Spurio12-7/+296
2025-02-03drm/xe/pxp/uapi: Add a query for PXP statusDaniele Ceraolo Spurio4-0/+97
2025-02-03drm/xe/pxp/uapi: Add userspace and LRC support for PXP-using queuesDaniele Ceraolo Spurio10-14/+153
2025-02-03drm/xe/pxp: Add PXP queue tracking and session startDaniele Ceraolo Spurio5-6/+419
2025-02-03drm/xe/pxp: Add GSC session initialization supportDaniele Ceraolo Spurio3-0/+69