All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Ville Syrjälä" <ville.syrjala@linux.intel.com>
To: Jani Nikula <jani.nikula@intel.com>
Cc: intel-gfx@lists.freedesktop.org
Subject: Re: [Intel-gfx] [PATCH 2/2] drm/i915/audio: fix indentation, remove extra braces
Date: Tue, 4 May 2021 11:50:07 +0300	[thread overview]
Message-ID: <YJEKvxfc7ASUMU+D@intel.com> (raw)
In-Reply-To: <6c2f6afa4c8866f8c1714b4f8dba9ea2d1509e4a.1620115983.git.jani.nikula@intel.com>

On Tue, May 04, 2021 at 11:14:01AM +0300, Jani Nikula wrote:
> Cleanup the code. No functional changes.
> 
> Signed-off-by: Jani Nikula <jani.nikula@intel.com>

for the series
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>

> ---
>  drivers/gpu/drm/i915/display/intel_audio.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/gpu/drm/i915/display/intel_audio.c b/drivers/gpu/drm/i915/display/intel_audio.c
> index 60083431228c..75871ee544a7 100644
> --- a/drivers/gpu/drm/i915/display/intel_audio.c
> +++ b/drivers/gpu/drm/i915/display/intel_audio.c
> @@ -597,8 +597,8 @@ static void enable_audio_dsc_wa(struct intel_encoder *encoder,
>  		val |= HBLANK_EARLY_ENABLE_TGL(pipe);
>  
>  	if (crtc_state->dsc.compression_enable &&
> -	    (crtc_state->hw.adjusted_mode.hdisplay >= 3840 &&
> -	    crtc_state->hw.adjusted_mode.vdisplay >= 2160)) {
> +	    crtc_state->hw.adjusted_mode.hdisplay >= 3840 &&
> +	    crtc_state->hw.adjusted_mode.vdisplay >= 2160) {
>  		/* Get hblank early enable value required */
>  		val &= ~HBLANK_START_COUNT_MASK(pipe);
>  		hblank_early_prog = calc_hblank_early_prog(encoder, crtc_state);
> -- 
> 2.20.1
> 
> _______________________________________________
> Intel-gfx mailing list
> Intel-gfx@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/intel-gfx

-- 
Ville Syrjälä
Intel
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

  reply	other threads:[~2021-05-04  8:50 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-04  8:13 [Intel-gfx] [PATCH 0/2] drm/i915/audio: a few cleanups Jani Nikula
2021-05-04  8:14 ` [Intel-gfx] [PATCH 1/2] drm/i915/audio: simplify, don't mask out in all branches Jani Nikula
2021-05-04  8:14 ` [Intel-gfx] [PATCH 2/2] drm/i915/audio: fix indentation, remove extra braces Jani Nikula
2021-05-04  8:50   ` Ville Syrjälä [this message]
2021-05-04 12:31     ` Jani Nikula
2021-05-04  8:58 ` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/audio: a few cleanups Patchwork
2021-05-04 10:16 ` [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=YJEKvxfc7ASUMU+D@intel.com \
    --to=ville.syrjala@linux.intel.com \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=jani.nikula@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.