[Intel-xe] [PATCH 2/2] CI drm/xe: Enable d3cold

Riana Tauro riana.tauro at intel.com
Mon Dec 4 05:26:09 UTC 2023


CI only patch.

Enabling d3cold to test the mem_access at ioctl level
with d3cold enabled to get CI results

Signed-off-by: Riana Tauro <riana.tauro at intel.com>
---
 drivers/gpu/drm/xe/xe_pm.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/xe/xe_pm.h b/drivers/gpu/drm/xe/xe_pm.h
index 6b9031f7af24..f1b1544482de 100644
--- a/drivers/gpu/drm/xe/xe_pm.h
+++ b/drivers/gpu/drm/xe/xe_pm.h
@@ -13,7 +13,7 @@
  *       Before we can move this to a higher value (like 300), we need to:
  *           1. rewrite the VRAM save / restore to avoid buffer object locks
  */
-#define DEFAULT_VRAM_THRESHOLD 0 /* in MB */
+#define DEFAULT_VRAM_THRESHOLD 300 /* in MB */
 
 struct xe_device;
 
-- 
2.40.0



More information about the Intel-xe mailing list