#include "dm_services.h"
#include "dm_helpers.h"
#include "core_types.h"
#include "resource.h"
#include "dccg.h"
#include "dce/dce_hwseq.h"
#include "clk_mgr.h"
#include "reg_helper.h"
#include "abm.h"
#include "hubp.h"
#include "dchubbub.h"
#include "timing_generator.h"
#include "opp.h"
#include "ipp.h"
#include "mpc.h"
#include "mcif_wb.h"
#include "dc_dmub_srv.h"
#include "dcn31_hwseq.h"
#include "link_hwss.h"
#include "dpcd_defs.h"
#include "dce/dmub_outbox.h"
#include "link.h"
#include "dcn10/dcn10_hwseq.h"
#include "inc/link_enc_cfg.h"
#include "dcn30/dcn30_vpg.h"
#include "dce/dce_i2c_hw.h"
#define DC_LOGGER_INIT(logger) …
#define CTX …
#define REG(reg) …
#define DC_LOGGER …
#undef FN
#define FN(reg_name, field_name) …
static void enable_memory_low_power(struct dc *dc)
{ … }
void dcn31_init_hw(struct dc *dc)
{ … }
void dcn31_dsc_pg_control(
struct dce_hwseq *hws,
unsigned int dsc_inst,
bool power_on)
{ … }
void dcn31_enable_power_gating_plane(
struct dce_hwseq *hws,
bool enable)
{ … }
void dcn31_update_info_frame(struct pipe_ctx *pipe_ctx)
{ … }
void dcn31_z10_save_init(struct dc *dc)
{ … }
void dcn31_z10_restore(const struct dc *dc)
{ … }
void dcn31_hubp_pg_control(struct dce_hwseq *hws, unsigned int hubp_inst, bool power_on)
{ … }
int dcn31_init_sys_ctx(struct dce_hwseq *hws, struct dc *dc, struct dc_phy_addr_space_config *pa_config)
{ … }
static void dcn31_reset_back_end_for_pipe(
struct dc *dc,
struct pipe_ctx *pipe_ctx,
struct dc_state *context)
{ … }
void dcn31_reset_hw_ctx_wrap(
struct dc *dc,
struct dc_state *context)
{ … }
void dcn31_setup_hpo_hw_control(const struct dce_hwseq *hws, bool enable)
{ … }
void dcn31_set_static_screen_control(struct pipe_ctx **pipe_ctx,
int num_pipes, const struct dc_static_screen_params *params)
{ … }