summaryrefslogtreecommitdiff
path: root/gxp-client.h
diff options
context:
space:
mode:
Diffstat (limited to 'gxp-client.h')
-rw-r--r--gxp-client.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gxp-client.h b/gxp-client.h
index 01d0b2c..935b23d 100644
--- a/gxp-client.h
+++ b/gxp-client.h
@@ -28,6 +28,7 @@ struct gxp_client {
* lock this semaphore for reading for the duration of that operation.
*/
struct rw_semaphore semaphore;
+ struct lock_class_key key;
bool has_block_wakelock;
bool has_vd_wakelock;
@@ -39,6 +40,7 @@ struct gxp_client {
struct gxp_tpu_mbx_desc mbx_desc;
struct gxp_eventfd *mb_eventfds[GXP_NUM_CORES];
+ struct gxp_eventfd *vd_invalid_eventfd;
/* client process thread group ID is really the main process ID. */
pid_t tgid;