All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/2] Wait for VRAM ready
@ 2025-04-21 13:50 Karthik Poosa
  2025-04-21 13:50 ` [PATCH v1 1/2] drm/xe: Rename wait_for_lmem_ready and make it non-static Karthik Poosa
                   ` (9 more replies)
  0 siblings, 10 replies; 13+ messages in thread
From: Karthik Poosa @ 2025-04-21 13:50 UTC (permalink / raw)
  To: intel-xe
  Cc: anshuman.gupta, badal.nilawar, rodrigo.vivi, riana.tauro,
	Karthik Poosa

Wait for VRAM initialization to complete in system and runtime resume.
This is present in probe but is missing in resume.

Refactor wait_for_lmem_ready.

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 | 6 +++---
 drivers/gpu/drm/xe/xe_device.h | 1 +
 drivers/gpu/drm/xe/xe_pm.c     | 8 ++++++++
 3 files changed, 12 insertions(+), 3 deletions(-)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2025-04-22 15:47 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-21 13:50 [PATCH v1 0/2] Wait for VRAM ready Karthik Poosa
2025-04-21 13:50 ` [PATCH v1 1/2] drm/xe: Rename wait_for_lmem_ready and make it non-static Karthik Poosa
2025-04-22 14:44   ` Riana Tauro
2025-04-21 13:50 ` [PATCH v1 2/2] drm/xe/pm: Wait for vram ready in resume Karthik Poosa
2025-04-22 15:48   ` Matthew Brost
2025-04-21 13:56 ` ✓ CI.Patch_applied: success for Wait for VRAM ready Patchwork
2025-04-21 13:56 ` ✓ CI.checkpatch: " Patchwork
2025-04-21 13:58 ` ✓ CI.KUnit: " Patchwork
2025-04-21 14:06 ` ✓ CI.Build: " Patchwork
2025-04-21 14:08 ` ✓ CI.Hooks: " Patchwork
2025-04-21 14:10 ` ✓ CI.checksparse: " Patchwork
2025-04-21 16:02 ` ✗ Xe.CI.Full: failure " Patchwork
2025-04-22 13:14 ` ✓ Xe.CI.BAT: success " Patchwork

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.