From: Timo Aaltonen <tjaalton@ubuntu.com>
To: Xiong Zhang <xiong.y.zhang@intel.com>, intel-gfx@lists.freedesktop.org
Cc: rodrigo.vivi@intel.com
Subject: Re: [PATCH 1/2] drm/i915: Adding break for one case
Date: Thu, 13 Aug 2015 13:37:49 +0300 [thread overview]
Message-ID: <55CC737D.2090904@ubuntu.com> (raw)
In-Reply-To: <55CC7342.2050106@ubuntu.com>
On 13.08.2015 13:36, Timo Aaltonen wrote:
> On 13.08.2015 13:00, Xiong Zhang wrote:
>> Signed-off-by: Xiong Zhang <xiong.y.zhang@intel.com>
>> ---
>> drivers/gpu/drm/i915/intel_display.c | 1 +
>> 1 file changed, 1 insertion(+)
>>
>> diff --git a/drivers/gpu/drm/i915/intel_display.c b/drivers/gpu/drm/i915/intel_display.c
>> index 65cc5b1..801187c 100644
>> --- a/drivers/gpu/drm/i915/intel_display.c
>> +++ b/drivers/gpu/drm/i915/intel_display.c
>> @@ -1100,6 +1100,7 @@ bool ibx_digital_port_connected(struct drm_i915_private *dev_priv,
>> break;
>> case PORT_E:
>> bit = SDE_PORTE_HOTPLUG_SPT;
>> + break;
>> default:
>> return true;
>> }
>>
>
> shouldn't this belong to [5/6]?
Nevermind, I see now that it got merged already.
--
t
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx
next prev parent reply other threads:[~2015-08-13 10:37 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-13 10:00 [PATCH 1/2] drm/i915: Adding break for one case Xiong Zhang
2015-08-13 10:00 ` [PATCH 2/2] drm/i915/skl: Adding DDI_E power well domain Xiong Zhang
2015-08-14 22:22 ` Rodrigo Vivi
2015-08-17 1:50 ` Zhang, Xiong Y
2015-08-24 23:59 ` Vivi, Rodrigo
2015-08-31 15:48 ` Jani Nikula
2015-08-13 10:36 ` [PATCH 1/2] drm/i915: Adding break for one case Timo Aaltonen
2015-08-13 10:37 ` Timo Aaltonen [this message]
2015-08-14 9:25 ` Daniel Vetter
2015-08-14 10:41 ` Zhang, Xiong Y
2015-08-14 7:12 ` Jani Nikula
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=55CC737D.2090904@ubuntu.com \
--to=tjaalton@ubuntu.com \
--cc=intel-gfx@lists.freedesktop.org \
--cc=rodrigo.vivi@intel.com \
--cc=xiong.y.zhang@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.