From: Bhanuprakash Modem <bhanuprakash.modem@intel.com>
To: igt-dev@lists.freedesktop.org
Subject: [igt-dev] [i-g-t 1/7] tests/i915/pm: Rename i915_pm_backlight to kms_pm_backlight
Date: Wed, 23 Aug 2023 17:13:48 +0530 [thread overview]
Message-ID: <20230823114354.787212-2-bhanuprakash.modem@intel.com> (raw)
In-Reply-To: <20230823114354.787212-1-bhanuprakash.modem@intel.com>
As i915_pm_backlight is a display specific test, rename it with
the "kms_" prefix, i.e kms_pm_backlight.
Cc: Swati Sharma <swati2.sharma@intel.com>
Signed-off-by: Bhanuprakash Modem <bhanuprakash.modem@intel.com>
---
tests/i915/{i915_pm_backlight.c => kms_pm_backlight.c} | 3 ++-
tests/intel-ci/fast-feedback.testlist | 2 +-
tests/meson.build | 2 +-
3 files changed, 4 insertions(+), 3 deletions(-)
rename tests/i915/{i915_pm_backlight.c => kms_pm_backlight.c} (99%)
diff --git a/tests/i915/i915_pm_backlight.c b/tests/i915/kms_pm_backlight.c
similarity index 99%
rename from tests/i915/i915_pm_backlight.c
rename to tests/i915/kms_pm_backlight.c
index 3c73b054b..ade5539d2 100644
--- a/tests/i915/i915_pm_backlight.c
+++ b/tests/i915/kms_pm_backlight.c
@@ -1,5 +1,6 @@
+/* SPDX-License-Identifier: MIT */
/*
- * Copyright © 2015 Intel Corporation
+ * Copyright © 2023 Intel Corporation
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
diff --git a/tests/intel-ci/fast-feedback.testlist b/tests/intel-ci/fast-feedback.testlist
index c09c6c417..4e1ed921c 100644
--- a/tests/intel-ci/fast-feedback.testlist
+++ b/tests/intel-ci/fast-feedback.testlist
@@ -117,12 +117,12 @@ igt@kms_pipe_crc_basic@nonblocking-crc
igt@kms_pipe_crc_basic@nonblocking-crc-frame-sequence
igt@kms_pipe_crc_basic@read-crc
igt@kms_pipe_crc_basic@read-crc-frame-sequence
+igt@kms_pm_backlight@basic-brightness
igt@kms_psr@primary_page_flip
igt@kms_psr@cursor_plane_move
igt@kms_psr@sprite_plane_onoff
igt@kms_psr@primary_mmap_gtt
igt@kms_setmode@basic-clone-single-crtc
-igt@i915_pm_backlight@basic-brightness
igt@i915_pm_rpm@basic-pci-d3-state
igt@i915_pm_rpm@basic-rte
igt@i915_pm_rps@basic-api
diff --git a/tests/meson.build b/tests/meson.build
index 4d325bed1..c98a98dc4 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -223,7 +223,6 @@ i915_progs = [
'i915_module_load',
'i915_pciid',
'i915_pipe_stress',
- 'i915_pm_backlight',
'i915_pm_freq_mult',
'i915_pm_lpsp',
'i915_pm_rpm',
@@ -251,6 +250,7 @@ i915_progs = [
'kms_legacy_colorkey',
'kms_mmap_write_crc',
'kms_pipe_b_c_ivb',
+ 'kms_pm_backlight',
'kms_psr',
'kms_psr2_sf',
'kms_psr2_su',
--
2.40.0
next prev parent reply other threads:[~2023-08-23 11:51 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-23 11:43 [igt-dev] [i-g-t 0/7] Separate display PM tests from Core Bhanuprakash Modem
2023-08-23 11:43 ` Bhanuprakash Modem [this message]
2023-08-23 11:43 ` [igt-dev] [i-g-t 2/7] tests/i915/kms_pm_backlight: Fix testplan documentation Bhanuprakash Modem
2023-08-23 11:43 ` [igt-dev] [i-g-t 3/7] tests/i915/pm: Rename i915_pm_dc to kms_pm_dc Bhanuprakash Modem
2023-08-23 11:43 ` [igt-dev] [i-g-t 4/7] tests/i915/kms_pm_dc: Fix testplan documentation Bhanuprakash Modem
2023-08-23 11:43 ` [igt-dev] [i-g-t 5/7] tests/i915/pm: Rename i915_pm_lpsp to kms_pm_lpsp Bhanuprakash Modem
2023-08-23 11:43 ` [igt-dev] [i-g-t 6/7] tests/i915/kms_pm_lpsp: Fix testplan documentation Bhanuprakash Modem
2023-08-23 11:43 ` [igt-dev] [i-g-t 7/7] tests/i915/pm: Separate display specific tests from i915_pm_rpm Bhanuprakash Modem
2023-08-23 14:57 ` Kamil Konieczny
2023-08-23 12:05 ` [igt-dev] ✗ GitLab.Pipeline: warning for Separate display PM tests from Core Patchwork
2023-08-23 12:29 ` [igt-dev] ✓ CI.xeBAT: success " Patchwork
2023-08-23 12:49 ` [igt-dev] ✓ Fi.CI.BAT: " Patchwork
2023-08-23 22:13 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230823114354.787212-2-bhanuprakash.modem@intel.com \
--to=bhanuprakash.modem@intel.com \
--cc=igt-dev@lists.freedesktop.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox