commit | 54c136d4e525684a3310e3dd76de8ae81d7dbbf7 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Mon Dec 02 09:57:16 2013 +0000 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Tue Dec 03 18:20:11 2013 +0100 |
tree | 2881168f2e206e5fb1c49e896315a3db9a6e6726 | |
parent | e445123975141a1f14b3c8f2aa96588f62a0c156 [diff] |
drm/i915: Add a timing breadcrumb to panel waits When inspecting reports that boot/suspend/resume times are unusual it would be useful to clearly identify the time we must spend waiting for the hardware to complete its task. In this case we have a notification before we start waiting for the panel to change state, but none afterwards - which would be useful. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>