summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_guc_log.c
AgeCommit message (Expand)AuthorFilesLines
2025-06-28drm/xe: Drop bo->sizeMatthew Brost1-1/+1
2025-04-04drm/xe: Add XE_BO_FLAG_PINNED_NORESTOREMatthew Brost1-1/+2
2025-01-29drm/xe/guc: Fix size_t print formatLucas De Marchi1-1/+1
2025-01-28drm/xe: Make GUC binaries dump consistent with other binaries in devcoredumpJosé Roberto de Souza1-1/+2
2025-01-28drm/xe: Fix and re-enable xe_print_blob_ascii85()Lucas De Marchi1-1/+3
2025-01-16drm/xe/guc: Drop error messages about missing GuC logsJohn Harrison1-6/+2
2024-10-29drm/xe/guc: Capture all available bits of GuC timestampJohn Harrison1-3/+3
2024-10-17drm/xe/guc: Update handling of xe_force_wake_get returnHimal Prasad Ghimiray1-4/+5
2024-10-10drm/xe/guc: Fix inverted logic on snapshot->copy checkColin Ian King1-1/+1
2024-10-08drm/xe/guc: Extract GuC error capture listsZhanjun Dong1-0/+35
2024-10-08drm/xe/guc: Add capture size check in GuC log bufferZhanjun Dong1-0/+66
2024-10-08drm/xe/guc: Add a helper function for dumping GuC log to dmesgJohn Harrison1-0/+18
2024-10-08drm/xe/guc: Use a two stage dump for GuC logs and add more infoJohn Harrison1-15/+163
2024-10-08drm/xe/guc: Copy GuC log prior to dumpingJohn Harrison1-17/+23
2024-10-03drm/xe: Use fault injection infrastructure to find issues at probe timeFrancois Dugast1-0/+3
2024-04-02drm/xe: Normalize bo flags macrosLucas De Marchi1-3/+3
2024-03-20drm/xe: Add XE_BO_GGTT_INVALIDATE flagMatthew Brost1-1/+2
2024-02-20drm/xe/guc: Allocate GuC data structures in system memory for initial loadMichał Winiarski1-1/+1
2023-12-21drm/xe: Add a helper for DRM device-lifetime BO createMichał Winiarski1-16/+3
2023-12-21drm/xe: Encapsulate all the module parametersBommithi Sakeena1-1/+1
2023-12-21drm/xe: Use Xe assert macros instead of XE_WARN_ON macroFrancois Dugast1-2/+2
2023-12-21drm/xe: Prefer WARN() over BUG() to avoid crashing the kernelFrancois Dugast1-2/+2
2023-12-20drm/xe: Memory allocations are tile-based, not GT-basedMatt Roper1-3/+3
2023-12-20drm/xe: Sort includesLucas De Marchi1-1/+2
2023-12-12drm/xe: Introduce a new DRM driver for Intel GPUsMatthew Brost1-0/+109