linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/smumgr.c

/*
 * Copyright 2015 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.
 *
 */

#include <linux/delay.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/slab.h>
#include <linux/types.h>
#include <drm/amdgpu_drm.h>
#include "smumgr.h"

MODULE_FIRMWARE();
MODULE_FIRMWARE();
MODULE_FIRMWARE();
MODULE_FIRMWARE();
MODULE_FIRMWARE();
MODULE_FIRMWARE();
MODULE_FIRMWARE();
MODULE_FIRMWARE();
MODULE_FIRMWARE();
MODULE_FIRMWARE();
MODULE_FIRMWARE();
MODULE_FIRMWARE();
MODULE_FIRMWARE();
MODULE_FIRMWARE();
MODULE_FIRMWARE();
MODULE_FIRMWARE();
MODULE_FIRMWARE();
MODULE_FIRMWARE();
MODULE_FIRMWARE();
MODULE_FIRMWARE();
MODULE_FIRMWARE();
MODULE_FIRMWARE();
MODULE_FIRMWARE();
MODULE_FIRMWARE();

int smum_thermal_avfs_enable(struct pp_hwmgr *hwmgr)
{}

int smum_thermal_setup_fan_table(struct pp_hwmgr *hwmgr)
{}

int smum_update_sclk_threshold(struct pp_hwmgr *hwmgr)
{}

int smum_update_smc_table(struct pp_hwmgr *hwmgr, uint32_t type)
{}

uint32_t smum_get_offsetof(struct pp_hwmgr *hwmgr, uint32_t type, uint32_t member)
{}

int smum_process_firmware_header(struct pp_hwmgr *hwmgr)
{}

uint32_t smum_get_mac_definition(struct pp_hwmgr *hwmgr, uint32_t value)
{}

int smum_download_powerplay_table(struct pp_hwmgr *hwmgr, void **table)
{}

int smum_upload_powerplay_table(struct pp_hwmgr *hwmgr)
{}

int smum_send_msg_to_smc(struct pp_hwmgr *hwmgr, uint16_t msg, uint32_t *resp)
{}

int smum_send_msg_to_smc_with_parameter(struct pp_hwmgr *hwmgr,
					uint16_t msg,
					uint32_t parameter,
					uint32_t *resp)
{}

int smum_init_smc_table(struct pp_hwmgr *hwmgr)
{}

int smum_populate_all_graphic_levels(struct pp_hwmgr *hwmgr)
{}

int smum_populate_all_memory_levels(struct pp_hwmgr *hwmgr)
{}

/*this interface is needed by island ci/vi */
int smum_initialize_mc_reg_table(struct pp_hwmgr *hwmgr)
{}

bool smum_is_dpm_running(struct pp_hwmgr *hwmgr)
{}

bool smum_is_hw_avfs_present(struct pp_hwmgr *hwmgr)
{}

int smum_update_dpm_settings(struct pp_hwmgr *hwmgr, void *profile_setting)
{}

int smum_smc_table_manager(struct pp_hwmgr *hwmgr, uint8_t *table, uint16_t table_id, bool rw)
{}

int smum_stop_smc(struct pp_hwmgr *hwmgr)
{}