summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/xe/xe_guc_hwconfig.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/xe: Normalize bo flags macrosLucas De Marchi2024-04-021-3/+3
* drm/xe/uc: Use u64 for offsets for which we use upper_32_bits()Daniele Ceraolo Spurio2024-03-201-1/+1
* drm/xe: Add XE_BO_GGTT_INVALIDATE flagMatthew Brost2024-03-201-1/+2
* drm/xe/guc: Allocate GuC data structures in system memory for initial loadMichał Winiarski2024-02-201-1/+1
* drm/xe: Add a helper for DRM device-lifetime BO createMichał Winiarski2023-12-211-15/+3
* drm/xe/guc: Include only required GuC ABI headersMichal Wajdeczko2023-12-211-0/+1
* drm/xe/guc: Promote guc_to_gt/xe helpers to .hMichal Wajdeczko2023-12-211-12/+0
* drm/xe: Prefer WARN() over BUG() to avoid crashing the kernelFrancois Dugast2023-12-211-1/+1
* drm/xe: Memory allocations are tile-based, not GT-basedMatt Roper2023-12-201-2/+3
* drm/xe: Sort includesLucas De Marchi2023-12-201-1/+2
* drm/xe/guc: s/xe_guc_send_mmio/xe_guc_mmio_sendMatthew Brost2023-12-121-1/+1
* drm/xe: Introduce a new DRM driver for Intel GPUsMatthew Brost2023-12-121-0/+125