replace common qcom sources with samsung ones

This commit is contained in:
SaschaNes
2025-08-12 22:13:00 +02:00
parent ba24dcded9
commit 6f7753de11
5682 changed files with 2450203 additions and 103634 deletions

View File

@@ -1,7 +1,7 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/*
* Copyright (c) 2013-2021, The Linux Foundation. All rights reserved.
* Copyright (c) 2022-2025 Qualcomm Innovation Center, Inc. All rights reserved.
* Copyright (c) 2022-2024 Qualcomm Innovation Center, Inc. All rights reserved.
*/
#if !defined(_ADRENO_TRACE_H) || defined(TRACE_HEADER_MULTI_READ)
@@ -985,25 +985,6 @@ TRACE_EVENT(adreno_ifpc_count,
TP_printk("total times GMU entered IFPC = %d", __entry->ifpc_count)
);
TRACE_EVENT(adreno_dcvs_tuning,
TP_PROTO(u32 param, u32 mingap, u32 penalty, u32 numbusy),
TP_ARGS(param, mingap, penalty, numbusy),
TP_STRUCT__entry(
__field(u32, param)
__field(u32, mingap)
__field(u32, penalty)
__field(u32, numbusy)
),
TP_fast_assign(
__entry->param = param;
__entry->mingap = mingap;
__entry->penalty = penalty;
__entry->numbusy = numbusy;
),
TP_printk("param=%u mingap=%u penalty=%u numbusy=%u",
__entry->param, __entry->mingap, __entry->penalty, __entry->numbusy)
);
#endif /* _ADRENO_TRACE_H */
/* This part must be outside protection */