]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Add a timing breadcrumb to panel waits
authorChris Wilson <chris@chris-wilson.co.uk>
Mon, 2 Dec 2013 09:57:16 +0000 (09:57 +0000)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 3 Dec 2013 17:20:11 +0000 (18:20 +0100)
commitfa829e570bbd42894a1acc80d591c01e7fdbb0ae
tree2881168f2e206e5fb1c49e896315a3db9a6e6726
parent6593d99854a3b9c8e360c88ce37476c4fccc4fee
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>
drivers/gpu/drm/i915/intel_dp.c