Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: John Harrison <john.c.harrison@intel.com>
To: Jordan Justen <jordan.l.justen@intel.com>,
	intel-gfx <intel-gfx@lists.freedesktop.org>
Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
Subject: Re: [Intel-gfx] [PATCH v2] drm/i915/hwconfig: Add DG2 support
Date: Fri, 15 Apr 2022 17:11:22 -0700	[thread overview]
Message-ID: <bede573f-33f6-8855-3a6b-46c02fb4eee3@intel.com> (raw)
In-Reply-To: <20220331231737.315957-1-jordan.l.justen@intel.com>

On 3/31/2022 16:17, Jordan Justen wrote:
> From: Rodrigo Vivi <rodrigo.vivi@intel.com>
>
> v2:
>   * Jordan: Drop stepping/skew checking as suggested by John.
>
> Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
> Signed-off-by: John Harrison <John.C.Harrison@Intel.com>
> Signed-off-by: Ramalingam C <ramalingam.c@intel.com>
> Tested-by: Jordan Justen <jordan.l.justen@intel.com>
> Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
Apologies for the delay, missed this one going past!

Reviewed-by: John Harrison <John.C.Harrison@Intel.com>

> ---
>   drivers/gpu/drm/i915/gt/uc/intel_guc_hwconfig.c | 2 ++
>   1 file changed, 2 insertions(+)
>
> 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 e0f65bdd1c84..79c66b6b51a3 100644
> --- a/drivers/gpu/drm/i915/gt/uc/intel_guc_hwconfig.c
> +++ b/drivers/gpu/drm/i915/gt/uc/intel_guc_hwconfig.c
> @@ -96,6 +96,8 @@ static bool has_table(struct drm_i915_private *i915)
>   {
>   	if (IS_ALDERLAKE_P(i915))
>   		return true;
> +	if (IS_DG2(i915))
> +		return true;
>   
>   	return false;
>   }


      parent reply	other threads:[~2022-04-16  0:11 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-31 23:17 [Intel-gfx] [PATCH v2] drm/i915/hwconfig: Add DG2 support Jordan Justen
2022-04-01  0:08 ` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/hwconfig: Add DG2 support (rev2) Patchwork
2022-04-01  5:03 ` [Intel-gfx] ✓ Fi.CI.IGT: " Patchwork
2022-04-16  0:11 ` John Harrison [this message]

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=bede573f-33f6-8855-3a6b-46c02fb4eee3@intel.com \
    --to=john.c.harrison@intel.com \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=jordan.l.justen@intel.com \
    --cc=rodrigo.vivi@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