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

Commit c2795af5 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: kgsl: Remove unused kgsl_dump_fence() function"

parents b44fb2f2 a8fd28c3
Loading
Loading
Loading
Loading
+1 −9
Original line number Original line Diff line number Diff line
/* Copyright (c) 2012-2014, 2018 The Linux Foundation. All rights reserved.
/* Copyright (c) 2012-2014, 2018-2019 The Linux Foundation. All rights reserved.
 *
 *
 * This program is free software; you can redistribute it and/or modify
 * 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
 * it under the terms of the GNU General Public License version 2 and
@@ -111,9 +111,6 @@ void kgsl_syncsource_put(struct kgsl_syncsource *syncsource);
void kgsl_syncsource_process_release_syncsources(
void kgsl_syncsource_process_release_syncsources(
		struct kgsl_process_private *private);
		struct kgsl_process_private *private);


void kgsl_dump_fence(struct kgsl_drawobj_sync_event *event,
					char *fence_str, int len);

#else
#else
static inline int kgsl_add_fence_event(struct kgsl_device *device,
static inline int kgsl_add_fence_event(struct kgsl_device *device,
	u32 context_id, u32 timestamp, void __user *data, int len,
	u32 context_id, u32 timestamp, void __user *data, int len,
@@ -188,11 +185,6 @@ static inline void kgsl_syncsource_process_release_syncsources(


}
}


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

#endif /* CONFIG_SYNC_FILE */
#endif /* CONFIG_SYNC_FILE */


#endif /* __KGSL_SYNC_H */
#endif /* __KGSL_SYNC_H */