[Intel-xe] [PATCH 0/2] Fix driver load
Matthew Brost
matthew.brost at intel.com
Wed Apr 5 02:26:35 UTC 2023
Looks like coalescing GGTT invalidations is causing issues with the
driver load, just disable this feature during driver load. Also add
module parameter to disable this feature for user space too in case we
suspect this is causing user hangs.
Matthew Brost (2):
drm/xe: Always invalidate GGTT on map during driver load
drm/xe: Add always_invalidate_ggtt module parameter
drivers/gpu/drm/xe/xe_ggtt.c | 13 +++++++++++--
drivers/gpu/drm/xe/xe_module.c | 4 ++++
drivers/gpu/drm/xe/xe_module.h | 1 +
3 files changed, 16 insertions(+), 2 deletions(-)
--
2.34.1
More information about the Intel-xe
mailing list