From: "Sharma, Swati2" <swati2.sharma@intel.com>
To: Bhanuprakash Modem <bhanuprakash.modem@intel.com>,
igt-dev@lists.freedesktop.org
Subject: Re: [igt-dev] [i-g-t V3 1/7] tests/intel/pm: Rename i915_pm_backlight to kms_pm_backlight
Date: Fri, 8 Sep 2023 13:55:58 +0530 [thread overview]
Message-ID: <812ffa21-ea12-3dcd-a1dc-c42ab7cd3da3@intel.com> (raw)
In-Reply-To: <20230907161155.1828658-2-bhanuprakash.modem@intel.com>
LGTM
Reviewed-by: Swati Sharma <swati2.sharma@intel.com>
On 07-Sep-23 9:41 PM, Bhanuprakash Modem wrote:
> As i915_pm_backlight is a display specific test, rename it with
> the "kms_" prefix, i.e kms_pm_backlight.
>
> V2: - Rebase
> V3: - Restore old Copyright
>
> Cc: Swati Sharma <swati2.sharma@intel.com>
> Signed-off-by: Bhanuprakash Modem <bhanuprakash.modem@intel.com>
> ---
> tests/intel-ci/fast-feedback.testlist | 2 +-
> tests/intel/{i915_pm_backlight.c => kms_pm_backlight.c} | 0
> tests/meson.build | 2 +-
> 3 files changed, 2 insertions(+), 2 deletions(-)
> rename tests/intel/{i915_pm_backlight.c => kms_pm_backlight.c} (100%)
>
> diff --git a/tests/intel-ci/fast-feedback.testlist b/tests/intel-ci/fast-feedback.testlist
> index 841051058..51010a2f7 100644
> --- a/tests/intel-ci/fast-feedback.testlist
> +++ b/tests/intel-ci/fast-feedback.testlist
> @@ -118,12 +118,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/intel/i915_pm_backlight.c b/tests/intel/kms_pm_backlight.c
> similarity index 100%
> rename from tests/intel/i915_pm_backlight.c
> rename to tests/intel/kms_pm_backlight.c
> diff --git a/tests/meson.build b/tests/meson.build
> index aa8e3434c..442df7d84 100644
> --- a/tests/meson.build
> +++ b/tests/meson.build
> @@ -221,7 +221,6 @@ intel_i915_progs = [
> 'i915_module_load',
> 'i915_pciid',
> 'i915_pipe_stress',
> - 'i915_pm_backlight',
> 'i915_pm_freq_mult',
> 'i915_pm_lpsp',
> 'i915_pm_rpm',
> @@ -262,6 +261,7 @@ intel_kms_progs = [
> 'kms_legacy_colorkey',
> 'kms_mmap_write_crc',
> 'kms_pipe_b_c_ivb',
> + 'kms_pm_backlight',
> 'kms_psr',
> 'kms_psr2_sf',
> 'kms_psr2_su',
next prev parent reply other threads:[~2023-09-08 8:26 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-07 16:11 [igt-dev] [i-g-t V3 0/7] Separate display PM tests from Core Bhanuprakash Modem
2023-09-07 16:11 ` [igt-dev] [i-g-t V3 1/7] tests/intel/pm: Rename i915_pm_backlight to kms_pm_backlight Bhanuprakash Modem
2023-09-08 8:25 ` Sharma, Swati2 [this message]
2023-09-07 16:11 ` [igt-dev] [i-g-t V3 2/7] tests/intel/kms_pm_backlight: Fix testplan documentation Bhanuprakash Modem
2023-09-08 8:29 ` Sharma, Swati2
2023-09-08 12:17 ` [igt-dev] [i-g-t V4 " Bhanuprakash Modem
2023-09-08 12:29 ` Sharma, Swati2
2023-09-07 16:11 ` [igt-dev] [i-g-t V3 3/7] tests/intel/pm: Rename i915_pm_dc to kms_pm_dc Bhanuprakash Modem
2023-09-08 8:30 ` Sharma, Swati2
2023-09-07 16:11 ` [igt-dev] [i-g-t V3 4/7] tests/intel/kms_pm_dc: Fix testplan documentation Bhanuprakash Modem
2023-09-07 16:11 ` [igt-dev] [i-g-t V3 5/7] tests/intel/pm: Rename i915_pm_lpsp to kms_pm_lpsp Bhanuprakash Modem
2023-09-08 8:32 ` Sharma, Swati2
2023-09-07 16:11 ` [igt-dev] [i-g-t V3 6/7] tests/intel/kms_pm_lpsp: Fix testplan documentation Bhanuprakash Modem
2023-09-07 16:11 ` [igt-dev] [i-g-t V3 7/7] tests/intel/pm: Separate display specific tests from i915_pm_rpm Bhanuprakash Modem
2023-09-08 8:42 ` Sharma, Swati2
2023-09-07 18:38 ` [igt-dev] ✓ Fi.CI.BAT: success for Separate display PM tests from Core (rev3) Patchwork
2023-09-07 19:17 ` [igt-dev] ✓ CI.xeBAT: " Patchwork
2023-09-07 20:52 ` [igt-dev] ✗ Fi.CI.IGT: failure " 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=812ffa21-ea12-3dcd-a1dc-c42ab7cd3da3@intel.com \
--to=swati2.sharma@intel.com \
--cc=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