summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucas De Marchi <lucas.demarchi@intel.com>2024-05-03 15:47:43 -0700
committerLucas De Marchi <lucas.demarchi@intel.com>2024-05-06 13:02:30 -0700
commit3f70c934874d55cfadd8bf36027293bb7fa200e7 (patch)
tree857ea143394411e2256122326cc1a36982cffcc7
parent008178acd533c33910d41fefc80462b3915c89fc (diff)
tests/intel/xe_pm: Reword *-basic description
It doesn't make much sense to say the CPU is going to be put in D* state. Reword it so the CPU and GPU states are better captured. Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com> Link: https://lore.kernel.org/r/20240503224745.14890-1-lucas.demarchi@intel.com Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
-rw-r--r--tests/intel/xe_pm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/intel/xe_pm.c b/tests/intel/xe_pm.c
index 51442537b..5e79e80ec 100644
--- a/tests/intel/xe_pm.c
+++ b/tests/intel/xe_pm.c
@@ -223,7 +223,7 @@ static void close_fw_handle(int sig)
#define MAX_VMAS 2
/**
* SUBTEST: %s-basic
- * Description: set GPU state to %arg[1] and test suspend/autoresume
+ * Description: test CPU/GPU in and out of s/d state from %arg[1]
* Functionality: pm - %arg[1]
* GPU requirements: D3 feature should be supported
*