From: "Manna, Animesh" <animesh.manna@intel.com>
To: "Gupta, Anshuman" <anshuman.gupta@intel.com>,
"intel-gfx@lists.freedesktop.org"
<intel-gfx@lists.freedesktop.org>
Subject: Re: [Intel-gfx] [PATCH] drm/i915/debugfs: DISPLAY_VER 13 lpsp capability
Date: Wed, 14 Jul 2021 13:00:24 +0000 [thread overview]
Message-ID: <61e6f1836cbd48c0a9d1500aaa26d3fb@intel.com> (raw)
In-Reply-To: <20210713075738.23759-1-anshuman.gupta@intel.com>
> -----Original Message-----
> From: Gupta, Anshuman <anshuman.gupta@intel.com>
> Sent: Tuesday, July 13, 2021 1:28 PM
> To: intel-gfx@lists.freedesktop.org
> Cc: Gupta, Anshuman <anshuman.gupta@intel.com>; Manna, Animesh
> <animesh.manna@intel.com>
> Subject: [PATCH] drm/i915/debugfs: DISPLAY_VER 13 lpsp capability
>
> Extend i915_lpsp_capability debugfs to DG2,ADLP and future platforms.
>
> v2: commit log modification.
>
> Cc: Animesh Manna <animesh.manna@intel.com>
> Signed-off-by: Anshuman Gupta <anshuman.gupta@intel.com>
Changes looks good to me.
Reviewed-by: Animesh Manna <animesh.manna@intel.com>
Regards,
Animesh
> ---
> drivers/gpu/drm/i915/display/intel_display_debugfs.c | 5 +++++
> 1 file changed, 5 insertions(+)
>
> diff --git a/drivers/gpu/drm/i915/display/intel_display_debugfs.c
> b/drivers/gpu/drm/i915/display/intel_display_debugfs.c
> index d5af5708c9da..65832c4d962f 100644
> --- a/drivers/gpu/drm/i915/display/intel_display_debugfs.c
> +++ b/drivers/gpu/drm/i915/display/intel_display_debugfs.c
> @@ -2256,6 +2256,11 @@ static int i915_lpsp_capability_show(struct seq_file
> *m, void *data)
> if (connector->status != connector_status_connected)
> return -ENODEV;
>
> + if (DISPLAY_VER(i915) >= 13) {
> + LPSP_CAPABLE(encoder->port <= PORT_B);
> + return 0;
> + }
> +
> switch (DISPLAY_VER(i915)) {
> case 12:
> /*
> --
> 2.26.2
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
next prev parent reply other threads:[~2021-07-14 13:00 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-07-09 11:54 [Intel-gfx] [PATCH] drm/i915/debugfs: xelpd lpsp capability Anshuman Gupta
2021-07-09 13:43 ` [Intel-gfx] ✓ Fi.CI.BAT: success for " Patchwork
2021-07-09 15:21 ` [Intel-gfx] [PATCH] " Daniel Vetter
2021-07-12 5:43 ` Gupta, Anshuman
2021-07-10 6:25 ` [Intel-gfx] ✗ Fi.CI.IGT: failure for " Patchwork
2021-07-12 6:58 ` [Intel-gfx] [PATCH] " Manna, Animesh
2021-07-13 7:57 ` [Intel-gfx] [PATCH] drm/i915/debugfs: DISPLAY_VER 13 " Anshuman Gupta
2021-07-14 13:00 ` Manna, Animesh [this message]
2021-07-14 13:38 ` Gupta, Anshuman
2021-07-13 9:13 ` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/debugfs: xelpd lpsp capability (rev2) Patchwork
2021-07-13 11:08 ` [Intel-gfx] ✓ 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=61e6f1836cbd48c0a9d1500aaa26d3fb@intel.com \
--to=animesh.manna@intel.com \
--cc=anshuman.gupta@intel.com \
--cc=intel-gfx@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.