linux/drivers/gpu/drm/amd/display/include/logger_types.h

/*
 * Copyright 2012-15 Advanced Micro Devices, Inc.
 *
 * Permission is hereby granted, free of charge, to any person obtaining a
 * copy of this software and associated documentation files (the "Software"),
 * to deal in the Software without restriction, including without limitation
 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
 * and/or sell copies of the Software, and to permit persons to whom the
 * Software is furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in
 * all copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
 * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
 * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 * OTHER DEALINGS IN THE SOFTWARE.
 *
 * Authors: AMD
 *
 */

#ifndef __DAL_LOGGER_TYPES_H__
#define __DAL_LOGGER_TYPES_H__

#include "os_types.h"

#define DC_LOG_ERROR(...)
#define DC_LOG_WARNING(...)
#define DC_LOG_DEBUG(...)
#define DC_LOG_DC(...)
#define DC_LOG_SURFACE(...)
#define DC_LOG_HW_HOTPLUG(...)
#define DC_LOG_HW_LINK_TRAINING(...)
#define DC_LOG_HW_RESUME_S3(...)
#define DC_LOG_HW_AUDIO(...)
#define DC_LOG_HW_HPD_IRQ(...)
#define DC_LOG_MST(...)
#define DC_LOG_SCALER(...)
#define DC_LOG_BIOS(...)
#define DC_LOG_BANDWIDTH_CALCS(...)
#define DC_LOG_BANDWIDTH_VALIDATION(...)
#define DC_LOG_SYNC(...)
#define DC_LOG_BACKLIGHT(...)
#define DC_LOG_DETECTION_EDID_PARSER(...)
#define DC_LOG_DETECTION_DP_CAPS(...)
#define DC_LOG_DML(...)
#define DC_LOG_EVENT_MODE_SET(...)
#define DC_LOG_EVENT_DETECTION(...)
#define DC_LOG_EVENT_LINK_TRAINING(...)
#define DC_LOG_EVENT_LINK_LOSS(...)
#define DC_LOG_IF_TRACE(...)
#define DC_LOG_PERF_TRACE(...)
#define DC_LOG_RETIMER_REDRIVER(...)
#define DC_LOG_GAMMA(...)
#define DC_LOG_ALL_GAMMA(...)
#define DC_LOG_ALL_TF_CHANNELS(...)
#define DC_LOG_DSC(...)
#define DC_LOG_SMU(...)
#define DC_LOG_DWB(...)
#define DC_LOG_DP2(...)
#define DC_LOG_AUTO_DPM_TEST(...)
#define DC_LOG_IPS(...)

struct dc_log_buffer_ctx {};

struct dal_logger {};

#endif /* __DAL_LOGGER_TYPES_H__ */