[igt-dev] [PATCH i-g-t v4 1/6] tests/i915_pm_lpsp: rename non-edp test to non-edp-lpsp

Anshuman Gupta anshuman.gupta at intel.com
Tue Mar 31 10:33:25 UTC 2020


HASWELL/BROADWELL tests non-edp panel for non-lpsp
i.e. tests HSW_GLOBAL power well should be enabled.
There is ROI to check whethter power well enabled,
if power well is not enabled then we would see all other
types of display issue in other igt test.

It make sense to rename the non-edp test to non-edp-lpsp
as on gen9+ non-edp panel can also drive lpsp.

Signed-off-by: Anshuman Gupta <anshuman.gupta at intel.com>
---
 tests/i915/i915_pm_lpsp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/i915/i915_pm_lpsp.c b/tests/i915/i915_pm_lpsp.c
index 42938e10..5ef5fe71 100644
--- a/tests/i915/i915_pm_lpsp.c
+++ b/tests/i915/i915_pm_lpsp.c
@@ -221,7 +221,7 @@ igt_main
 		edp_subtest(drm_fd, drm_res, drm_connectors, devid, false);
 	igt_subtest("edp-panel-fitter")
 		edp_subtest(drm_fd, drm_res, drm_connectors, devid, true);
-	igt_subtest("non-edp")
+	igt_subtest("non-edp-lpsp")
 		non_edp_subtest(drm_fd, drm_res, drm_connectors);
 
 	igt_fixture {
-- 
2.26.0



More information about the igt-dev mailing list