public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
From: Jesse Barnes <jbarnes@virtuousgeek.org>
To: Daniel Vetter <daniel@ffwll.ch>
Cc: intel-gfx@lists.freedesktop.org
Subject: Re: Async eDP init
Date: Thu, 19 Mar 2015 11:06:14 -0700	[thread overview]
Message-ID: <550B1016.3030304@virtuousgeek.org> (raw)
In-Reply-To: <20150319174404.GK31422@phenom.ffwll.local>

On 03/19/2015 10:44 AM, Daniel Vetter wrote:
> On Wed, Mar 18, 2015 at 11:41:48AM -0700, Jesse Barnes wrote:
>> This updates my old patch for this, but w/o fixing the locking issue
>> Ville mentioned.  In looking at it, it seems like the sync point should
>> be at a higher level, maybe at the level of the atomic mode setting async
>> serialization points?  Another possibility would be to make it a lazy
>> init type function, sprinkled about but only running once when we first
>> need it.
>>
>> Any thoughts from anyone?  I don't think I can just do a lock drop here,
>> since other threads may jump in and mess with underlying state.  That
>> shouldn't affect the eDP state we fill out, but may affect the state the
>> caller depended on in the first place...
> 
> Also, has boot-time actually increased or did we simply push it somewhere
> we don't measure the delay anymore? After all right afterwards we'll do
> the fbcon setup, and that will synchronize everything again.

fbcon setup is pushed off to a work queue already.  This problem has
been around since before I posted the initial eDP work queue patch, and
is related to a few things: fetching the DPCD, EDID, and initializing
the panel power sequencer.  I think these days we actually do a PPS
cycle in eDP init too, which really increased the init time.

On one of my test systems here, module init time is about 1s.  With this
patch it drops to less than 300ms (most of that other time is spent in
power well functions; I still have to debug that).

> And on modern systems without fbcon I expect userspace to go around and do
> a probe, which again would force synchronization pretty quickly ...

Right, but the whole point is to get to userspace as soon as we can so
they'll at least have the option of poking us right away!

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

  reply	other threads:[~2015-03-19 18:06 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-18 18:41 Async eDP init Jesse Barnes
2015-03-18 18:41 ` [PATCH] drm/i915/dp: move edp init to work queue Jesse Barnes
2015-03-19 13:24   ` shuang.he
2015-03-19 17:42 ` Async eDP init Daniel Vetter
2015-03-19 18:00   ` Jesse Barnes
2015-03-19 18:40     ` Jesse Barnes
2015-03-19 18:53       ` Ville Syrjälä
2015-03-19 19:13         ` Jesse Barnes
2015-03-19 19:25           ` Ville Syrjälä
2015-03-20 10:19           ` Daniel Vetter
2015-03-19 17:44 ` Daniel Vetter
2015-03-19 18:06   ` Jesse Barnes [this message]
2015-03-20 10:16     ` Daniel Vetter
2015-03-20 10:41       ` Chris Wilson
2015-03-20 15:38       ` Jesse Barnes

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=550B1016.3030304@virtuousgeek.org \
    --to=jbarnes@virtuousgeek.org \
    --cc=daniel@ffwll.ch \
    --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