Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f853c3db authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: kgsl: Fix compilation dependencies on SYNC_FILE"

parents d3b1d220 2b46dd59
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
/* Copyright (c) 2012-2014, 2017 The Linux Foundation. All rights reserved.
/* Copyright (c) 2012-2014,2017-2018 The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -137,8 +137,8 @@ static inline void kgsl_sync_timeline_put(struct kgsl_sync_timeline *ktimeline)
}


struct kgsl_sync_fence_cb *kgsl_sync_fence_async_wait(int fd,
					void (*func)(void *priv), void *priv,
static inline struct kgsl_sync_fence_cb *kgsl_sync_fence_async_wait(int fd,
					bool (*func)(void *priv), void *priv,
					char *fence_name, int name_len)
{
	return NULL;
@@ -188,7 +188,7 @@ static inline void kgsl_syncsource_cleanup(struct kgsl_process_private *private,

}

void kgsl_dump_fence(struct kgsl_drawobj_sync_event *event,
static inline void kgsl_dump_fence(struct kgsl_drawobj_sync_event *event,
					char *fence_str, int len)
{
}