All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jani Nikula <jani.nikula@intel.com>
To: Lucas De Marchi <lucas.demarchi@intel.com>
Cc: intel-gfx@lists.freedesktop.org
Subject: Re: [Intel-gfx] [PATCH] drm/i915/dp: remove accidental static on what should be a local variable
Date: Fri, 18 Feb 2022 10:11:10 +0200	[thread overview]
Message-ID: <87y2283881.fsf@intel.com> (raw)
In-Reply-To: <20220217085243.izxxie7zi3ttsyo4@ldmartin-desk2>

On Thu, 17 Feb 2022, Lucas De Marchi <lucas.demarchi@intel.com> wrote:
> On Thu, Feb 17, 2022 at 10:39:38AM +0200, Jani Nikula wrote:
>>The variable should obviously be local, not static.
>>
>>Fixes: a421d8a99216 ("drm/i915/dp: rewrite DP 2.0 128b/132b link training based on errata")
>>Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
>>Signed-off-by: Jani Nikula <jani.nikula@intel.com>
>
>
> Reviewed-by: Lucas De Marchi <lucas.demarchi@intel.com>

Thanks, pushed to din.

BR,
Jani.

>
> Lucas De Marchi
>
>>---
>> drivers/gpu/drm/i915/display/intel_dp_link_training.c | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>>diff --git a/drivers/gpu/drm/i915/display/intel_dp_link_training.c b/drivers/gpu/drm/i915/display/intel_dp_link_training.c
>>index 9197cc1734d2..5d98773efd1b 100644
>>--- a/drivers/gpu/drm/i915/display/intel_dp_link_training.c
>>+++ b/drivers/gpu/drm/i915/display/intel_dp_link_training.c
>>@@ -1408,7 +1408,7 @@ intel_dp_128b132b_link_train(struct intel_dp *intel_dp,
>> void intel_dp_start_link_train(struct intel_dp *intel_dp,
>> 			       const struct intel_crtc_state *crtc_state)
>> {
>>-	static bool passed;
>>+	bool passed;
>> 	/*
>> 	 * TODO: Reiniting LTTPRs here won't be needed once proper connector
>> 	 * HW state readout is added.
>>-- 
>>2.30.2
>>

-- 
Jani Nikula, Intel Open Source Graphics Center

  reply	other threads:[~2022-02-18  8:11 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-17  8:39 [Intel-gfx] [PATCH] drm/i915/dp: remove accidental static on what should be a local variable Jani Nikula
2022-02-17  8:52 ` Lucas De Marchi
2022-02-18  8:11   ` Jani Nikula [this message]
2022-02-17 19:51 ` [Intel-gfx] ✓ Fi.CI.BAT: success for " Patchwork
2022-02-18  5:59 ` [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=87y2283881.fsf@intel.com \
    --to=jani.nikula@intel.com \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=lucas.demarchi@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 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.