All of lore.kernel.org
 help / color / mirror / Atom feed
* [patch] #2: test adding ---
@ 2017-02-28 11:46 Dan Carpenter
  2017-02-28 12:10 ` Chris Wilson
  0 siblings, 1 reply; 3+ messages in thread
From: Dan Carpenter @ 2017-02-28 11:46 UTC (permalink / raw)
  To: intel-gfx

The new version of patchwork is filtering out my patches which apply
fine with git am and have worked for everyone else's patchwork.  Perhaps
it's insisting on a --- break?

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
---

diff --git a/drivers/gpu/drm/i915/intel_dp.c b/drivers/gpu/drm/i915/intel_dp.c
index d1670b8afbf5..9173548ba601 100644
--- a/drivers/gpu/drm/i915/intel_dp.c
+++ b/drivers/gpu/drm/i915/intel_dp.c
@@ -1637,10 +1637,8 @@ intel_dp_compute_config(struct intel_encoder *encoder,
 				       adjusted_mode);
 
 		if (INTEL_GEN(dev_priv) >= 9) {
-			int ret;
-			ret = skl_update_scaler_crtc(pipe_config);
-			if (ret)
-				return ret;
+			if (skl_update_scaler_crtc(pipe_config))
+				return false;
 		}
 
 		if (HAS_GMCH_DISPLAY(dev_priv))
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [patch] #2: test adding ---
  2017-02-28 11:46 [patch] #2: test adding --- Dan Carpenter
@ 2017-02-28 12:10 ` Chris Wilson
  2017-02-28 12:18   ` Dan Carpenter
  0 siblings, 1 reply; 3+ messages in thread
From: Chris Wilson @ 2017-02-28 12:10 UTC (permalink / raw)
  To: Dan Carpenter; +Cc: intel-gfx

On Tue, Feb 28, 2017 at 02:46:18PM +0300, Dan Carpenter wrote:
> The new version of patchwork is filtering out my patches which apply
> fine with git am and have worked for everyone else's patchwork.  Perhaps
> it's insisting on a --- break?
> 
> Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
> ---

iirc, pw does insist on ---
-Chris

-- 
Chris Wilson, Intel Open Source Technology Centre
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [patch] #2: test adding ---
  2017-02-28 12:10 ` Chris Wilson
@ 2017-02-28 12:18   ` Dan Carpenter
  0 siblings, 0 replies; 3+ messages in thread
From: Dan Carpenter @ 2017-02-28 12:18 UTC (permalink / raw)
  To: Chris Wilson, intel-gfx

On Tue, Feb 28, 2017 at 12:10:19PM +0000, Chris Wilson wrote:
> On Tue, Feb 28, 2017 at 02:46:18PM +0300, Dan Carpenter wrote:
> > The new version of patchwork is filtering out my patches which apply
> > fine with git am and have worked for everyone else's patchwork.  Perhaps
> > it's insisting on a --- break?
> > 
> > Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
> > ---
> 
> iirc, pw does insist on ---

It doesn't for anyone else.  It shouldn't.  But that doesn't mean you're
wrong...

regards,
dan carpenter

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-02-28 12:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-28 11:46 [patch] #2: test adding --- Dan Carpenter
2017-02-28 12:10 ` Chris Wilson
2017-02-28 12:18   ` Dan Carpenter

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.