From: Andrzej Hajda <andrzej.hajda@intel.com>
To: Balasubramani Vivekanandan <balasubramani.vivekanandan@intel.com>,
<intel-gfx@lists.freedesktop.org>,
<dri-devel@lists.freedesktop.org>
Subject: Re: [Intel-gfx] [PATCH] drm/i915/hwconfig: Report no hwconfig support on ADL-N
Date: Tue, 24 May 2022 12:39:24 +0200 [thread overview]
Message-ID: <d9f4e2cb-e4c5-7e4e-8188-d04d96ba248d@intel.com> (raw)
In-Reply-To: <20220523075116.207677-1-balasubramani.vivekanandan@intel.com>
On 23.05.2022 09:51, Balasubramani Vivekanandan wrote:
> ADL-N being a subplatform of ADL-P, it lacks support for hwconfig
> table. Explicit check added to skip ADL-N.
>
> Signed-off-by: Balasubramani Vivekanandan <balasubramani.vivekanandan@intel.com>
Reviewed-by: Andrzej Hajda <andrzej.hajda@intel.com>
Regards
Andrzej
> ---
> drivers/gpu/drm/i915/gt/uc/intel_guc_hwconfig.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/i915/gt/uc/intel_guc_hwconfig.c b/drivers/gpu/drm/i915/gt/uc/intel_guc_hwconfig.c
> index 79c66b6b51a3..5aaa3948de74 100644
> --- a/drivers/gpu/drm/i915/gt/uc/intel_guc_hwconfig.c
> +++ b/drivers/gpu/drm/i915/gt/uc/intel_guc_hwconfig.c
> @@ -94,7 +94,7 @@ static int guc_hwconfig_fill_buffer(struct intel_guc *guc, struct intel_hwconfig
>
> static bool has_table(struct drm_i915_private *i915)
> {
> - if (IS_ALDERLAKE_P(i915))
> + if (IS_ALDERLAKE_P(i915) && !IS_ADLP_N(i915))
> return true;
> if (IS_DG2(i915))
> return true;
next prev parent reply other threads:[~2022-05-24 10:39 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-23 7:51 [Intel-gfx] [PATCH] drm/i915/hwconfig: Report no hwconfig support on ADL-N Balasubramani Vivekanandan
2022-05-23 16:25 ` [Intel-gfx] ✓ Fi.CI.BAT: success for " Patchwork
2022-05-23 20:16 ` [Intel-gfx] ✗ Fi.CI.IGT: failure " Patchwork
2022-05-24 23:55 ` Matt Roper
2022-05-26 2:37 ` Vudum, Lakshminarayana
2022-05-23 21:16 ` [Intel-gfx] [PATCH] " Matt Roper
2022-05-24 10:39 ` Andrzej Hajda [this message]
2022-05-25 18:32 ` [Intel-gfx] ✓ Fi.CI.IGT: success for " Patchwork
2022-05-26 2:29 ` 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=d9f4e2cb-e4c5-7e4e-8188-d04d96ba248d@intel.com \
--to=andrzej.hajda@intel.com \
--cc=balasubramani.vivekanandan@intel.com \
--cc=dri-devel@lists.freedesktop.org \
--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