Commit e6227ee6 authored by Bryan O'Donoghue's avatar Bryan O'Donoghue Committed by Greg Kroah-Hartman

greybus: loopback: add tracker variables to hold firmware timestamps

This patch adds tracker variables to hold the incoming firmware derived
timestamps where apbridge_latency_ts will contain the APBridge's view of
the UniPro turn-around time and gpbridge_latency_ts will contain the
GPBridge's view of it's own internal latency. Both values are reported
in microseconds.
Signed-off-by: default avatarBryan O'Donoghue <bryan.odonoghue@linaro.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@google.com>
parent fd58926e
...@@ -83,6 +83,8 @@ struct gb_loopback { ...@@ -83,6 +83,8 @@ struct gb_loopback {
u32 iteration_count; u32 iteration_count;
u64 elapsed_nsecs; u64 elapsed_nsecs;
u32 error; u32 error;
u32 apbridge_latency_ts;
u32 gpbridge_latency_ts;
}; };
#define GB_LOOPBACK_FIFO_DEFAULT 8192 #define GB_LOOPBACK_FIFO_DEFAULT 8192
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment