#include "dm_services.h"
#include "dc.h"
#include "dcn301/dcn301_init.h"
#include "resource.h"
#include "include/irq_service_interface.h"
#include "dcn30/dcn30_resource.h"
#include "dcn301_resource.h"
#include "dcn20/dcn20_resource.h"
#include "dcn10/dcn10_ipp.h"
#include "dcn301/dcn301_hubbub.h"
#include "dcn30/dcn30_mpc.h"
#include "dcn30/dcn30_hubp.h"
#include "irq/dcn30/irq_service_dcn30.h"
#include "dcn30/dcn30_dpp.h"
#include "dcn301/dcn301_optc.h"
#include "dcn20/dcn20_hwseq.h"
#include "dcn30/dcn30_hwseq.h"
#include "dce110/dce110_hwseq.h"
#include "dcn30/dcn30_opp.h"
#include "dcn20/dcn20_dsc.h"
#include "dcn30/dcn30_vpg.h"
#include "dcn30/dcn30_afmt.h"
#include "dce/dce_clock_source.h"
#include "dce/dce_audio.h"
#include "dce/dce_hwseq.h"
#include "clk_mgr.h"
#include "virtual/virtual_stream_encoder.h"
#include "dce110/dce110_resource.h"
#include "dml/display_mode_vba.h"
#include "dcn301/dcn301_dccg.h"
#include "dcn10/dcn10_resource.h"
#include "dcn30/dcn30_dio_stream_encoder.h"
#include "dcn301/dcn301_dio_link_encoder.h"
#include "dcn301/dcn301_panel_cntl.h"
#include "vangogh_ip_offset.h"
#include "dcn30/dcn30_dwb.h"
#include "dcn30/dcn30_mmhubbub.h"
#include "dcn/dcn_3_0_1_offset.h"
#include "dcn/dcn_3_0_1_sh_mask.h"
#include "nbio/nbio_7_2_0_offset.h"
#include "dpcs/dpcs_3_0_0_offset.h"
#include "dpcs/dpcs_3_0_0_sh_mask.h"
#include "reg_helper.h"
#include "dce/dmub_abm.h"
#include "dce/dce_aux.h"
#include "dce/dce_i2c.h"
#include "dml/dcn30/dcn30_fpu.h"
#include "dml/dcn30/display_mode_vba_30.h"
#include "dml/dcn301/dcn301_fpu.h"
#include "vm_helper.h"
#include "dcn20/dcn20_vmid.h"
#include "amdgpu_socbb.h"
#define TO_DCN301_RES_POOL(pool) …
#define DC_LOGGER …
#define DC_LOGGER_INIT(logger) …
enum dcn301_clk_src_array_id { … };
#define BASE_INNER(seg) …
#define BASE(seg) …
#define SR(reg_name) …
#define SRI(reg_name, block, id) …
#define SRI2(reg_name, block, id) …
#define SRIR(var_name, reg_name, block, id) …
#define SRII(reg_name, block, id) …
#define SRII2(reg_name_pre, reg_name_post, id) …
#define SRII_MPC_RMU(reg_name, block, id) …
#define SRII_DWB(reg_name, temp_name, block, id) …
#define SF_DWB2(reg_name, block, id, field_name, post_fix) …
#define DCCG_SRII(reg_name, block, id) …
#define VUPDATE_SRII(reg_name, block, id) …
#define NBIO_BASE_INNER(seg) …
#define NBIO_BASE(seg) …
#define NBIO_SR(reg_name) …
#define MMHUB_BASE_INNER(seg) …
#define MMHUB_BASE(seg) …
#define MMHUB_SR(reg_name) …
#define CLK_BASE_INNER(seg) …
#define CLK_BASE(seg) …
#define CLK_SRI(reg_name, block, inst) …
static const struct bios_registers bios_regs = …;
#define clk_src_regs(index, pllid) …
static const struct dce110_clk_src_regs clk_src_regs[] = …;
static const struct dce110_clk_src_shift cs_shift = …;
static const struct dce110_clk_src_mask cs_mask = …;
#define abm_regs(id) …
static const struct dce_abm_registers abm_regs[] = …;
static const struct dce_abm_shift abm_shift = …;
static const struct dce_abm_mask abm_mask = …;
#define audio_regs(id) …
static const struct dce_audio_registers audio_regs[] = …;
#define DCE120_AUD_COMMON_MASK_SH_LIST(mask_sh) …
static const struct dce_audio_shift audio_shift = …;
static const struct dce_audio_mask audio_mask = …;
#define vpg_regs(id) …
static const struct dcn30_vpg_registers vpg_regs[] = …;
static const struct dcn30_vpg_shift vpg_shift = …;
static const struct dcn30_vpg_mask vpg_mask = …;
#define afmt_regs(id) …
static const struct dcn30_afmt_registers afmt_regs[] = …;
static const struct dcn30_afmt_shift afmt_shift = …;
static const struct dcn30_afmt_mask afmt_mask = …;
#define stream_enc_regs(id) …
static const struct dcn10_stream_enc_registers stream_enc_regs[] = …;
static const struct dcn10_stream_encoder_shift se_shift = …;
static const struct dcn10_stream_encoder_mask se_mask = …;
#define aux_regs(id) …
static const struct dcn10_link_enc_aux_registers link_enc_aux_regs[] = …;
#define hpd_regs(id) …
static const struct dcn10_link_enc_hpd_registers link_enc_hpd_regs[] = …;
#define link_regs(id, phyid) …
static const struct dce110_aux_registers_shift aux_shift = …;
static const struct dce110_aux_registers_mask aux_mask = …;
static const struct dcn10_link_enc_registers link_enc_regs[] = …;
static const struct dcn10_link_enc_shift le_shift = …;
static const struct dcn10_link_enc_mask le_mask = …;
#define panel_cntl_regs(id) …
static const struct dce_panel_cntl_registers panel_cntl_regs[] = …;
static const struct dcn301_panel_cntl_shift panel_cntl_shift = …;
static const struct dcn301_panel_cntl_mask panel_cntl_mask = …;
#define dpp_regs(id) …
static const struct dcn3_dpp_registers dpp_regs[] = …;
static const struct dcn3_dpp_shift tf_shift = …;
static const struct dcn3_dpp_mask tf_mask = …;
#define opp_regs(id) …
static const struct dcn20_opp_registers opp_regs[] = …;
static const struct dcn20_opp_shift opp_shift = …;
static const struct dcn20_opp_mask opp_mask = …;
#define aux_engine_regs(id) …
static const struct dce110_aux_registers aux_engine_regs[] = …;
#define dwbc_regs_dcn3(id) …
static const struct dcn30_dwbc_registers dwbc30_regs[] = …;
static const struct dcn30_dwbc_shift dwbc30_shift = …;
static const struct dcn30_dwbc_mask dwbc30_mask = …;
#define mcif_wb_regs_dcn3(id) …
static const struct dcn30_mmhubbub_registers mcif_wb30_regs[] = …;
static const struct dcn30_mmhubbub_shift mcif_wb30_shift = …;
static const struct dcn30_mmhubbub_mask mcif_wb30_mask = …;
#define dsc_regsDCN20(id) …
static const struct dcn20_dsc_registers dsc_regs[] = …;
static const struct dcn20_dsc_shift dsc_shift = …;
static const struct dcn20_dsc_mask dsc_mask = …;
static const struct dcn30_mpc_registers mpc_regs = …;
static const struct dcn30_mpc_shift mpc_shift = …;
static const struct dcn30_mpc_mask mpc_mask = …;
#define optc_regs(id) …
static const struct dcn_optc_registers optc_regs[] = …;
static const struct dcn_optc_shift optc_shift = …;
static const struct dcn_optc_mask optc_mask = …;
#define hubp_regs(id) …
static const struct dcn_hubp2_registers hubp_regs[] = …;
static const struct dcn_hubp2_shift hubp_shift = …;
static const struct dcn_hubp2_mask hubp_mask = …;
static const struct dcn_hubbub_registers hubbub_reg = …;
static const struct dcn_hubbub_shift hubbub_shift = …;
static const struct dcn_hubbub_mask hubbub_mask = …;
static const struct dccg_registers dccg_regs = …;
static const struct dccg_shift dccg_shift = …;
static const struct dccg_mask dccg_mask = …;
static const struct dce_hwseq_registers hwseq_reg = …;
static const struct dce_hwseq_shift hwseq_shift = …;
static const struct dce_hwseq_mask hwseq_mask = …;
#define vmid_regs(id) …
static const struct dcn_vmid_registers vmid_regs[] = …;
static const struct dcn20_vmid_shift vmid_shifts = …;
static const struct dcn20_vmid_mask vmid_masks = …;
static struct resource_caps res_cap_dcn301 = …;
static const struct dc_plane_cap plane_cap = …;
static const struct dc_debug_options debug_defaults_drv = …;
static void dcn301_dpp_destroy(struct dpp **dpp)
{ … }
static struct dpp *dcn301_dpp_create(struct dc_context *ctx, uint32_t inst)
{ … }
static struct output_pixel_processor *dcn301_opp_create(struct dc_context *ctx,
uint32_t inst)
{ … }
static struct dce_aux *dcn301_aux_engine_create(struct dc_context *ctx, uint32_t inst)
{ … }
#define i2c_inst_regs(id) …
static const struct dce_i2c_registers i2c_hw_regs[] = …;
static const struct dce_i2c_shift i2c_shifts = …;
static const struct dce_i2c_mask i2c_masks = …;
static struct dce_i2c_hw *dcn301_i2c_hw_create(struct dc_context *ctx, uint32_t inst)
{ … }
static struct mpc *dcn301_mpc_create(
struct dc_context *ctx,
int num_mpcc,
int num_rmu)
{ … }
static struct hubbub *dcn301_hubbub_create(struct dc_context *ctx)
{ … }
static struct timing_generator *dcn301_timing_generator_create(
struct dc_context *ctx, uint32_t instance)
{ … }
static const struct encoder_feature_support link_enc_feature = …;
static struct link_encoder *dcn301_link_encoder_create(
struct dc_context *ctx,
const struct encoder_init_data *enc_init_data)
{ … }
static struct panel_cntl *dcn301_panel_cntl_create(const struct panel_cntl_init_data *init_data)
{ … }
#define CTX …
#define REG(reg_name) …
static uint32_t read_pipe_fuses(struct dc_context *ctx)
{ … }
static void read_dce_straps(
struct dc_context *ctx,
struct resource_straps *straps)
{ … }
static struct audio *dcn301_create_audio(
struct dc_context *ctx, unsigned int inst)
{ … }
static struct vpg *dcn301_vpg_create(
struct dc_context *ctx,
uint32_t inst)
{ … }
static struct afmt *dcn301_afmt_create(
struct dc_context *ctx,
uint32_t inst)
{ … }
static struct stream_encoder *dcn301_stream_encoder_create(enum engine_id eng_id,
struct dc_context *ctx)
{ … }
static struct dce_hwseq *dcn301_hwseq_create(struct dc_context *ctx)
{ … }
static const struct resource_create_funcs res_create_funcs = …;
static void dcn301_destruct(struct dcn301_resource_pool *pool)
{ … }
static struct hubp *dcn301_hubp_create(struct dc_context *ctx, uint32_t inst)
{ … }
static bool dcn301_dwbc_create(struct dc_context *ctx, struct resource_pool *pool)
{ … }
static bool dcn301_mmhubbub_create(struct dc_context *ctx, struct resource_pool *pool)
{ … }
static struct display_stream_compressor *dcn301_dsc_create(
struct dc_context *ctx, uint32_t inst)
{ … }
static void dcn301_destroy_resource_pool(struct resource_pool **pool)
{ … }
static struct clock_source *dcn301_clock_source_create(
struct dc_context *ctx,
struct dc_bios *bios,
enum clock_source_id id,
const struct dce110_clk_src_regs *regs,
bool dp_clk_src)
{ … }
static struct dc_cap_funcs cap_funcs = …;
static bool is_soc_bounding_box_valid(struct dc *dc)
{ … }
static bool init_soc_bounding_box(struct dc *dc,
struct dcn301_resource_pool *pool)
{ … }
static void set_wm_ranges(
struct pp_smu_funcs *pp_smu,
struct _vcs_dpi_soc_bounding_box_st *loaded_bb)
{ … }
static void dcn301_update_bw_bounding_box(struct dc *dc, struct clk_bw_params *bw_params)
{ … }
static void dcn301_calculate_wm_and_dlg(struct dc *dc,
struct dc_state *context,
display_e2e_pipe_params_st *pipes,
int pipe_cnt,
int vlevel_req)
{ … }
static struct resource_funcs dcn301_res_pool_funcs = …;
static bool dcn301_resource_construct(
uint8_t num_virtual_links,
struct dc *dc,
struct dcn301_resource_pool *pool)
{ … }
struct resource_pool *dcn301_create_resource_pool(
const struct dc_init_data *init_data,
struct dc *dc)
{ … }