xref: /linux/drivers/gpu/drm/amd/display/dc/dml2/dml_logging.h (revision 0ea5c948cb64bab5bc7a5516774eb8536f05aa0d)
17966f319SQingqing Zhuo /* SPDX-License-Identifier: MIT */
27966f319SQingqing Zhuo /*
37966f319SQingqing Zhuo  * Copyright 2023 Advanced Micro Devices, Inc.
47966f319SQingqing Zhuo  *
57966f319SQingqing Zhuo  * Permission is hereby granted, free of charge, to any person obtaining a
67966f319SQingqing Zhuo  * copy of this software and associated documentation files (the "Software"),
77966f319SQingqing Zhuo  * to deal in the Software without restriction, including without limitation
87966f319SQingqing Zhuo  * the rights to use, copy, modify, merge, publish, distribute, sublicense,
97966f319SQingqing Zhuo  * and/or sell copies of the Software, and to permit persons to whom the
107966f319SQingqing Zhuo  * Software is furnished to do so, subject to the following conditions:
117966f319SQingqing Zhuo  *
127966f319SQingqing Zhuo  * The above copyright notice and this permission notice shall be included in
137966f319SQingqing Zhuo  * all copies or substantial portions of the Software.
147966f319SQingqing Zhuo  *
157966f319SQingqing Zhuo  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
167966f319SQingqing Zhuo  * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
177966f319SQingqing Zhuo  * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
187966f319SQingqing Zhuo  * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
197966f319SQingqing Zhuo  * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
207966f319SQingqing Zhuo  * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
217966f319SQingqing Zhuo  * OTHER DEALINGS IN THE SOFTWARE.
227966f319SQingqing Zhuo  *
23*d30a584cSStylon Wang  * Authors: AMD
24*d30a584cSStylon Wang  *
257966f319SQingqing Zhuo  */
267966f319SQingqing Zhuo #ifndef __DML_LOGGING_H__
277966f319SQingqing Zhuo #define __DML_LOGGING_H__
287966f319SQingqing Zhuo 
297966f319SQingqing Zhuo #define dml_print(...) ((void)0)
307966f319SQingqing Zhuo 
317966f319SQingqing Zhuo #endif //__DML_LOGGING_H__
32