OSDN Git Service

drm_hwcomposer: only check the composition after a geometry change
authorHaixia Shi <hshi@chromium.org>
Tue, 24 Nov 2015 20:42:45 +0000 (12:42 -0800)
committerHaixia Shi <hshi@chromium.org>
Tue, 24 Nov 2015 20:42:45 +0000 (12:42 -0800)
commit6afbb6aef0c89b8e737624c4baa1208aaec6f48e
treec6d66ca315cf7dd67f475c79aee91e928a54b20a
parentd0cff784a82bbb63047420da20fef7d3739715bd
drm_hwcomposer: only check the composition after a geometry change

Do not check the composition with kernel for every frame. We are currently
using synchronous atomic ioctl calls, so all test-only calls are serialized
with the actual commits.

BUG=25866352
TEST=same test procedure as crosbug.com/p/47206

Change-Id: Ia423243c279fc677ff6213115a8f20efa40c235e
drmdisplaycomposition.h
drmdisplaycompositor.cpp