From: Jani Nikula <jani.nikula@intel.com>
To: intel-gfx@lists.freedesktop.org
Cc: jani.nikula@intel.com, Dave Airlie <airlied@redhat.com>
Subject: [Intel-gfx] [CI 3/5] drm/i915/display: fix misused comma
Date: Mon, 21 Dec 2020 11:04:47 +0200 [thread overview]
Message-ID: <20201221090449.8288-3-jani.nikula@intel.com> (raw)
In-Reply-To: <20201221090449.8288-1-jani.nikula@intel.com>
From: Dave Airlie <airlied@redhat.com>
There is no need for a comma use here.
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
---
drivers/gpu/drm/i915/display/intel_display.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/i915/display/intel_display.c b/drivers/gpu/drm/i915/display/intel_display.c
index 9063922dc073..ec9a28b69e09 100644
--- a/drivers/gpu/drm/i915/display/intel_display.c
+++ b/drivers/gpu/drm/i915/display/intel_display.c
@@ -989,7 +989,8 @@ chv_find_best_dpll(const struct intel_limit *limit,
* set to 2. If requires to support 200Mhz refclk, we need to
* revisit this because n may not 1 anymore.
*/
- clock.n = 1, clock.m1 = 2;
+ clock.n = 1;
+ clock.m1 = 2;
target *= 5; /* fast clock */
for (clock.p1 = limit->p1.max; clock.p1 >= limit->p1.min; clock.p1--) {
--
2.20.1
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
next prev parent reply other threads:[~2020-12-21 9:05 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-12-21 9:04 [Intel-gfx] [CI 1/5] drm/i915/display: move needs_modeset to an inline in header Jani Nikula
2020-12-21 9:04 ` [Intel-gfx] [CI 2/5] drm/i915/display: move to_intel_frontbuffer to header Jani Nikula
2020-12-21 9:04 ` Jani Nikula [this message]
2020-12-21 9:04 ` [Intel-gfx] [CI 4/5] drm/i915: refactor cursor code out of i915_display.c Jani Nikula
2020-12-21 9:04 ` [Intel-gfx] [CI 5/5] drm/i915: refactor i915 plane code into separate file Jani Nikula
2020-12-21 11:09 ` [Intel-gfx] [PATCH v2] " Jani Nikula
2020-12-21 9:20 ` [Intel-gfx] ✗ Fi.CI.BUILD: failure for series starting with [CI,1/5] drm/i915/display: move needs_modeset to an inline in header Patchwork
2020-12-21 11:39 ` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [CI,1/5] drm/i915/display: move needs_modeset to an inline in header (rev2) Patchwork
2020-12-21 12:08 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork
2020-12-21 14:42 ` [Intel-gfx] ✗ Fi.CI.IGT: failure " Patchwork
2020-12-21 23:06 ` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [CI,1/5] drm/i915/display: move needs_modeset to an inline in header (rev3) Patchwork
2020-12-21 23:36 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork
2020-12-22 0:56 ` [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=20201221090449.8288-3-jani.nikula@intel.com \
--to=jani.nikula@intel.com \
--cc=airlied@redhat.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