Home
last modified time | relevance | path

Searched refs:pp_smu (Results 1 – 18 of 18) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/
H A Ddm_pp_smu.h49 struct pp_smu { struct
98 struct pp_smu pp_smu; member
104 void (*set_display_count)(struct pp_smu *pp, int count);
113 void (*set_wm_ranges)(struct pp_smu *pp,
119 void (*set_hard_min_dcfclk_by_freq)(struct pp_smu *pp, int mhz);
125 void (*set_min_deep_sleep_dcfclk)(struct pp_smu *pp, int mhz);
130 void (*set_hard_min_fclk_by_freq)(struct pp_smu *pp, int mhz);
135 void (*set_hard_min_socclk_by_freq)(struct pp_smu *pp, int mhz);
138 void (*set_pme_wa_enable)(struct pp_smu *pp);
169 struct pp_smu pp_smu; member
[all …]
/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn10/
H A Drv2_clk_mgr.c37 …gr_construct(struct dc_context *ctx, struct clk_mgr_internal *clk_mgr, struct pp_smu_funcs *pp_smu) in rv2_clk_mgr_construct() argument
40 rv1_clk_mgr_construct(ctx, clk_mgr, pp_smu); in rv2_clk_mgr_construct()
H A Drv2_clk_mgr.h29 …r_construct(struct dc_context *ctx, struct clk_mgr_internal *clk_mgr, struct pp_smu_funcs *pp_smu);
H A Drv1_clk_mgr.h29 …r_construct(struct dc_context *ctx, struct clk_mgr_internal *clk_mgr, struct pp_smu_funcs *pp_smu);
/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn35/
H A Ddcn35_clk_mgr.h58 struct pp_smu_funcs *pp_smu,
65 struct pp_smu_funcs *pp_smu,
H A Ddcn35_clk_mgr.c1423 struct pp_smu_funcs *pp_smu, in dcn35_clk_mgr_construct() argument
1431 clk_mgr->base.pp_smu = pp_smu; in dcn35_clk_mgr_construct()
/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn201/
H A Ddcn201_clk_mgr.h31 struct pp_smu_funcs *pp_smu,
H A Ddcn201_clk_mgr.c181 struct pp_smu_funcs *pp_smu, in dcn201_clk_mgr_construct() argument
/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn32/
H A Ddcn32_clk_mgr.h32 struct pp_smu_funcs *pp_smu,
/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn316/
H A Ddcn316_clk_mgr.h44 struct pp_smu_funcs *pp_smu,
/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn21/
H A Drn_clk_mgr.h46 struct pp_smu_funcs *pp_smu,
/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn301/
H A Dvg_clk_mgr.h47 struct pp_smu_funcs *pp_smu,
/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn31/
H A Ddcn31_clk_mgr.h51 struct pp_smu_funcs *pp_smu,
H A Ddcn31_clk_mgr.c683 struct pp_smu_funcs *pp_smu, in dcn31_clk_mgr_construct() argument
692 clk_mgr->base.pp_smu = pp_smu; in dcn31_clk_mgr_construct()
/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn20/
H A Ddcn20_clk_mgr.h43 struct pp_smu_funcs *pp_smu,
/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn30/
H A Ddcn30_clk_mgr.h93 struct pp_smu_funcs *pp_smu,
/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn314/
H A Ddcn314_clk_mgr.c800 struct pp_smu_funcs *pp_smu, in dcn314_clk_mgr_construct() argument
809 clk_mgr->base.pp_smu = pp_smu; in dcn314_clk_mgr_construct()
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c1146 dc->clk_mgr = dc_clk_mgr_create(dc->ctx, dc->res_pool->pp_smu, dc->res_pool->dccg); in dc_construct()