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: xelpd lpsp capability
Date: Mon, 12 Jul 2021 06:58:19 +0000 [thread overview]
Message-ID: <73511e40f8e34346a507bc19c6323e8d@intel.com> (raw)
In-Reply-To: <20210709115420.25381-1-anshuman.gupta@intel.com>
> -----Original Message-----
> From: Gupta, Anshuman <anshuman.gupta@intel.com>
> Sent: Friday, July 9, 2021 5:24 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: xelpd lpsp capability
The same change is applicable for both hpg and lpg architecture. Need to modify the subject line to accommodate it.
Regards,
Animesh
>
> Extend i915_lpsp_capability sysfs to xelpd and future platforms.
>
> Cc: Animesh Manna <animesh.manna@intel.com>
> Signed-off-by: Anshuman Gupta <anshuman.gupta@intel.com>
> ---
> 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 af9e58619667..75d991a0707e 100644
> --- a/drivers/gpu/drm/i915/display/intel_display_debugfs.c
> +++ b/drivers/gpu/drm/i915/display/intel_display_debugfs.c
> @@ -2255,6 +2255,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-12 6:58 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 ` Manna, Animesh [this message]
2021-07-13 7:57 ` [Intel-gfx] [PATCH] drm/i915/debugfs: DISPLAY_VER 13 " Anshuman Gupta
2021-07-14 13:00 ` Manna, Animesh
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=73511e40f8e34346a507bc19c6323e8d@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox