Re: [Intel-gfx] [PATCH 2/4] drm/xe: Move d3cold_allowed decision all together.

2023-07-21 Thread Gupta, Anshuman
> -Original Message- > From: Vivi, Rodrigo > Sent: Friday, July 21, 2023 2:34 AM > To: intel-gfx@lists.freedesktop.org > Cc: Vivi, Rodrigo ; Gupta, Anshuman > > Subject: [PATCH 2/4] drm/xe: Move d3cold_allowed decision all together. > > And let's use the VRAM threshold to keep d3cold

[Intel-gfx] [PATCH 2/4] drm/xe: Move d3cold_allowed decision all together.

2023-07-20 Thread Rodrigo Vivi
And let's use the VRAM threshold to keep d3cold temporarily disabled. With this we have the ability to run D3Cold experiments just by touching the vram_d3cold_threshold sysfs entry. Cc: Anshuman Gupta Signed-off-by: Rodrigo Vivi --- drivers/gpu/drm/xe/xe_pci.c | 15 +--