summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_guc_ct.c
AgeCommit message (Expand)Author
2024-05-09drm/xe: Use ordered WQ for G2H handlerMatthew Brost
2024-04-22drm/xe/guc: Fix arguments passed to relay G2H handlersMichal Wajdeczko
2024-04-18drm/xe: Convert mem_access_if_ongoing to direct xe_pm_runtime_get_if_activeRodrigo Vivi
2024-04-10drm/xe/guc: Prefer GT oriented asserts in CTB codeMichal Wajdeczko
2024-04-10drm/xe/guc: Prefer GT oriented logs in GuC CTB codeMichal Wajdeczko
2024-04-08drm/xe: Capture GuC CT snapshot when stoppedMatthew Brost
2024-04-02drm/xe: Normalize bo flags macrosLucas De Marchi
2024-03-28drm/xe/pf: Add minimal support for VF_STATE_NOTIFY eventsMichal Wajdeczko
2024-03-22drm/xe/guc: Check error code when initializing the CT mutexDaniele Ceraolo Spurio
2024-03-20drm/xe: Add XE_BO_GGTT_INVALIDATE flagMatthew Brost
2024-02-20drm/xe/guc: Allocate GuC data structures in system memory for initial loadMichał Winiarski
2024-01-26drm/xe/guc: Flush G2H handler when turning off CTsMatthew Brost
2024-01-26drm/xe/guc: Add more GuC CT statesMatthew Brost
2024-01-24drm/xe: Remove double new lines in devcoredumpJosé Roberto de Souza
2024-01-18drm/xe/guc: Add kernel-doc for xe_guc_ct_send_recv()Michal Wajdeczko
2024-01-18drm/xe/guc: Return CTB HXG response DATA0 if no buffer providedMichal Wajdeczko
2024-01-12drm/xe/guc: Use HXG definitions on HXG messagesMichal Wajdeczko
2024-01-11drm/xe/guc: Return CTB response lengthMichal Wajdeczko
2024-01-05drm/xe/guc: Start handling GuC Relay event messagesMichal Wajdeczko
2024-01-05drm/xe/kunit: Allow to replace xe_guc_ct_send_recv() with stubMichal Wajdeczko
2023-12-21drm/xe/guc: Use FAST_REQUEST for non-blocking H2G messagesDaniele Ceraolo Spurio
2023-12-21drm/xe: Add a helper for DRM device-lifetime BO createMichał Winiarski
2023-12-21drm/xe/guc: Include only required GuC ABI headersMichal Wajdeczko
2023-12-21drm/xe/guc: Fix wrong assert about full_lenMichal Wajdeczko
2023-12-21drm/xe: Add event tracing for CTBBalasubramani Vivekanandan
2023-12-21drm/xe: Ensure mutex are destroyedBommithi Sakeena
2023-12-21drm/xe: Use Xe assert macros instead of XE_WARN_ON macroFrancois Dugast
2023-12-21drm/xe: Replace XE_WARN_ON with drm_warn when just printing a stringFrancois Dugast
2023-12-21drm/xe/ct: fix resv_space printMatthew Auld
2023-12-21drm/xe: Rename engine to exec_queueFrancois Dugast
2023-12-21drm/xe: remove header variable from parse_g2h_msgMatthew Brost
2023-12-21drm/xe: Prefer WARN() over BUG() to avoid crashing the kernelFrancois Dugast
2023-12-21drm/xe: Remove ct->fence_contextMatthew Brost
2023-12-21drm/xe: Remove XE_GUC_CT_SELFTESTMatthew Brost
2023-12-21drm/xe: drop xe_device_mem_access_get() from guc_ct_sendMatthew Auld
2023-12-21drm/xe: fix xe_device_mem_access_get() racesMatthew Auld
2023-12-21drm/xe: Cleanup style warningsFrancois Dugast
2023-12-21drm/xe: handle TLB invalidations from CT fast-pathMatthew Auld
2023-12-21drm/xe/ct: update g2h outstanding for CTB captureMatthew Auld
2023-12-21drm/xe/ct: serialise fast_lock during CT disableMatthew Auld
2023-12-21drm/xe/ct: hold fast_lock when reserving space for g2hMatthew Auld
2023-12-21drm/xe: hold mem_access.ref for CT fast-pathMatthew Auld
2023-12-21drm/xe/guc: Fix h2g_write usage of GUC_CTB_MSG_MAX_LENAlan Previn
2023-12-21drm/xe/guc: Fix typo s/enabled/enable/Lucas De Marchi
2023-12-19drm/xe/guc: Read HXG fields from DW1 of G2H responseMatthew Brost
2023-12-19drm/xe: Memory allocations are tile-based, not GT-basedMatt Roper
2023-12-19drm/xe: don't allocate under ct->lockMatthew Auld
2023-12-19drm/xe: Convert GuC CT print to snapshot capture and print.Rodrigo Vivi
2023-12-19drm/xe: Extract non mapped regions out of GuC CTB into its own struct.Rodrigo Vivi
2023-12-19drm/xe: Fix memory use after freeNiranjana Vishwanathapura