hwc: update blank documentation to specify that blank is synchronous

Change the documentation of the blank function in the hw composer to
specify that the screen state transition must be complete when the
function returns.

Change-Id: Ibd0a9cdef13991c36cabada5fc0e4f7bb8fa7af9
This commit is contained in:
Colin Cross
2012-08-16 14:45:06 -07:00
parent 1098f9d7e9
commit 705d2912b7

View File

@@ -85,6 +85,8 @@ typedef struct hwc_methods_1 {
*
* Turns the screen off when blank is nonzero, on when blank is zero.
* Multiple sequential calls with the same blank value must be supported.
* The screen state transition must be be complete when the function
* returns.
*
* returns 0 on success, negative on error.
*/