linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn301/dcn301_smu.h

/*
 * Copyright 2020 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_DC_301_SMU_H_
#define DAL_DC_301_SMU_H_

#define SMU13_DRIVER_IF_VERSION

df_pstate_t;

vcn_clk_t;

DSPCLK_e;

DisplayClockTable_t;

WatermarkRowGeneric_t;


#define NUM_WM_RANGES

WM_CLOCK_e;

Watermarks_t;


#define TABLE_WATERMARKS
#define TABLE_DPMCLOCKS


#define VG_NUM_DCFCLK_DPM_LEVELS
#define VG_NUM_DISPCLK_DPM_LEVELS
#define VG_NUM_DPPCLK_DPM_LEVELS
#define VG_NUM_SOCCLK_DPM_LEVELS
#define VG_NUM_ISPICLK_DPM_LEVELS
#define VG_NUM_ISPXCLK_DPM_LEVELS
#define VG_NUM_VCN_DPM_LEVELS
#define VG_NUM_FCLK_DPM_LEVELS
#define VG_NUM_SOC_VOLTAGE_LEVELS

// copy from vgh/vangogh/pmfw_driver_if.h
struct vg_dpm_clocks {};

struct smu_dpm_clks {};

struct watermarks {};


struct display_idle_optimization {};

display_idle_optimization_u;


int dcn301_smu_get_smu_version(struct clk_mgr_internal *clk_mgr);
int dcn301_smu_set_dispclk(struct clk_mgr_internal *clk_mgr, int requested_dispclk_khz);
int dcn301_smu_set_dprefclk(struct clk_mgr_internal *clk_mgr);
int dcn301_smu_set_hard_min_dcfclk(struct clk_mgr_internal *clk_mgr, int requested_dcfclk_khz);
int dcn301_smu_set_min_deep_sleep_dcfclk(struct clk_mgr_internal *clk_mgr, int requested_min_ds_dcfclk_khz);
int dcn301_smu_set_dppclk(struct clk_mgr_internal *clk_mgr, int requested_dpp_khz);
void dcn301_smu_set_display_idle_optimization(struct clk_mgr_internal *clk_mgr, uint32_t idle_info);
void dcn301_smu_enable_phy_refclk_pwrdwn(struct clk_mgr_internal *clk_mgr, bool enable);
void dcn301_smu_enable_pme_wa(struct clk_mgr_internal *clk_mgr);
void dcn301_smu_set_dram_addr_high(struct clk_mgr_internal *clk_mgr, uint32_t addr_high);
void dcn301_smu_set_dram_addr_low(struct clk_mgr_internal *clk_mgr, uint32_t addr_low);
void dcn301_smu_transfer_dpm_table_smu_2_dram(struct clk_mgr_internal *clk_mgr);
void dcn301_smu_transfer_wm_table_dram_2_smu(struct clk_mgr_internal *clk_mgr);

#endif /* DAL_DC_301_SMU_H_ */