From: "Modem, Bhanuprakash" <bhanuprakash.modem@intel.com>
To: Swati Sharma <swati2.sharma@intel.com>, <igt-dev@lists.freedesktop.org>
Subject: Re: [igt-dev] [v3 1/4] lib/igt_kms: add helper to check if output is mst
Date: Thu, 24 Aug 2023 14:08:32 +0530 [thread overview]
Message-ID: <af4834c6-05dc-4295-fb90-199caebef523@intel.com> (raw)
In-Reply-To: <20230824081256.1164530-2-swati2.sharma@intel.com>
On Thu-24-08-2023 01:42 pm, Swati Sharma wrote:
> Helper is added to check if output is mst or not.
>
> v2: -use output->config.connector_path to know if
> output is dpmst (Bhanu)
>
> Signed-off-by: Swati Sharma <swati2.sharma@intel.com>
Reviewed-by: Bhanuprakash Modem <bhanuprakash.modem@intel.com>
> ---
> lib/igt_kms.c | 11 +++++++++++
> lib/igt_kms.h | 1 +
> 2 files changed, 12 insertions(+)
>
> diff --git a/lib/igt_kms.c b/lib/igt_kms.c
> index e0959ccff..3af10946c 100644
> --- a/lib/igt_kms.c
> +++ b/lib/igt_kms.c
> @@ -6039,3 +6039,14 @@ bool i915_pipe_output_combo_valid(igt_display_t *display)
> */
> return igt_check_bigjoiner_support(display);
> }
> +
> +/**
> + * igt_check_output_is_dp_mst
> + * @output: Target output
> + *
> + * Returns: true if output is dp-mst, else false.
> + */
> +bool igt_check_output_is_dp_mst(igt_output_t *output)
> +{
> + return !!output->config.connector_path;
> +}
> diff --git a/lib/igt_kms.h b/lib/igt_kms.h
> index 91355c910..35826d4bd 100644
> --- a/lib/igt_kms.h
> +++ b/lib/igt_kms.h
> @@ -1013,5 +1013,6 @@ bool igt_bigjoiner_possible(drmModeModeInfo *mode, int max_dotclock);
> bool igt_check_bigjoiner_support(igt_display_t *display);
> bool igt_parse_mode_string(const char *mode_string, drmModeModeInfo *mode);
> bool i915_pipe_output_combo_valid(igt_display_t *display);
> +bool igt_check_output_is_dp_mst(igt_output_t *output);
>
> #endif /* __IGT_KMS_H__ */
next prev parent reply other threads:[~2023-08-24 8:38 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-24 8:12 [igt-dev] [v3 0/4] dp-mst helpers Swati Sharma
2023-08-24 8:12 ` [igt-dev] [v3 1/4] lib/igt_kms: add helper to check if output is mst Swati Sharma
2023-08-24 8:38 ` Modem, Bhanuprakash [this message]
2023-08-24 8:12 ` [igt-dev] [v3 2/4] lib/igt_kms: add helper for dp-mst connector id Swati Sharma
2023-08-24 8:39 ` Modem, Bhanuprakash
2023-08-24 8:12 ` [igt-dev] [v3 3/4] tests/kms: use dp-mst helpers Swati Sharma
2023-08-24 8:12 ` [igt-dev] [v3 4/4] tests/kms_color: skip deep-color test for mst Swati Sharma
2023-08-24 8:33 ` [igt-dev] ✗ GitLab.Pipeline: warning for dp-mst helpers (rev5) Patchwork
2023-08-24 9:09 ` [igt-dev] ✓ Fi.CI.BAT: success " Patchwork
2023-08-24 9:15 ` [igt-dev] ✓ CI.xeBAT: " Patchwork
2023-08-24 16:03 ` [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=af4834c6-05dc-4295-fb90-199caebef523@intel.com \
--to=bhanuprakash.modem@intel.com \
--cc=igt-dev@lists.freedesktop.org \
--cc=swati2.sharma@intel.com \
/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