hwcomposer: clarify vsync timestamp meaning
This change clarifies the meaning of the HWC vsync timestamp to specify that the timestamp must be relative to the system monotonic clock. Change-Id: I4386ce90511fd5b8f8e988917da637d84d86f026
This commit is contained in:
@@ -322,8 +322,8 @@ typedef struct hwc_procs {
|
||||
* received and HWC_EVENT_VSYNC is enabled (see: hwc_event_control).
|
||||
*
|
||||
* the "zero" parameter must always be 0.
|
||||
* the "timestamp" parameter is the timestamp in nanosecond of when the
|
||||
* vsync event happened.
|
||||
* the "timestamp" parameter is the system monotonic clock timestamp in
|
||||
* nanosecond of when the vsync event happened.
|
||||
*
|
||||
* vsync() is GUARANTEED TO NOT CALL BACK into the h/w composer HAL.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user