Loading drivers/gpu/msm/kgsl_sync.h +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 Loading Loading @@ -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, Loading Loading @@ -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 */ Loading
drivers/gpu/msm/kgsl_sync.h +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 Loading Loading @@ -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, Loading Loading @@ -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 */