[PATCH v2 0/2] Wait for VRAM ready

Karthik Poosa karthik.poosa at intel.com
Thu May 8 09:08:14 UTC 2025


Wait for VRAM initialization to complete in system and runtime resume.
This is present in probe but is missing in resume.
While there are no issues currently without this check, it's
a prudent measure to prevent any future issues.

Refactor wait_for_lmem_ready.

v2:
 - Addressed review comments.
 - Add prefix xe_device_ to wait_for_vram_ready.
 - Replace mentions of lmem to vram in xe_device.c.

Karthik Poosa (2):
  drm/xe: Rename wait_for_lmem_ready and make it non-static
  drm/xe/pm: Wait for vram ready in resume

 drivers/gpu/drm/xe/xe_device.c | 18 +++++++++---------
 drivers/gpu/drm/xe/xe_device.h |  1 +
 drivers/gpu/drm/xe/xe_pm.c     |  8 ++++++++
 3 files changed, 18 insertions(+), 9 deletions(-)

-- 
2.25.1



More information about the Intel-xe mailing list