Searched refs:pp_smu_funcs (Results 1 – 21 of 21) sorted by relevance
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dcn20/ |
D | dcn20_resource.h | 98 struct pp_smu_funcs *dcn20_pp_smu_create(struct dc_context *ctx); 99 void dcn20_pp_smu_destroy(struct pp_smu_funcs **pp_smu);
|
D | dcn20_resource.c | 2950 struct pp_smu_funcs *dcn20_pp_smu_create(struct dc_context *ctx) in dcn20_pp_smu_create() 2952 struct pp_smu_funcs *pp_smu = kzalloc(sizeof(*pp_smu), GFP_KERNEL); in dcn20_pp_smu_create() 2960 pp_smu = memset(pp_smu, 0, sizeof(struct pp_smu_funcs)); in dcn20_pp_smu_create() 2965 void dcn20_pp_smu_destroy(struct pp_smu_funcs **pp_smu) in dcn20_pp_smu_destroy()
|
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn10/ |
D | rv1_clk_mgr.h | 29 …r_construct(struct dc_context *ctx, struct clk_mgr_internal *clk_mgr, struct pp_smu_funcs *pp_smu);
|
D | rv2_clk_mgr.h | 29 …r_construct(struct dc_context *ctx, struct clk_mgr_internal *clk_mgr, struct pp_smu_funcs *pp_smu);
|
D | rv2_clk_mgr.c | 37 …gr_construct(struct dc_context *ctx, struct clk_mgr_internal *clk_mgr, struct pp_smu_funcs *pp_smu) in rv2_clk_mgr_construct()
|
D | rv1_clk_mgr.c | 251 …gr_construct(struct dc_context *ctx, struct clk_mgr_internal *clk_mgr, struct pp_smu_funcs *pp_smu) in rv1_clk_mgr_construct()
|
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn21/ |
D | rn_clk_mgr.h | 36 struct pp_smu_funcs *pp_smu,
|
D | rn_clk_mgr.c | 513 struct pp_smu_funcs *pp_smu, in rn_clk_mgr_construct()
|
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn20/ |
D | dcn20_clk_mgr.h | 43 struct pp_smu_funcs *pp_smu,
|
D | dcn20_clk_mgr.c | 424 struct pp_smu_funcs *pp_smu, in dcn20_clk_mgr_construct()
|
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/clk_mgr/ |
D | clk_mgr.c | 69 struct clk_mgr *dc_clk_mgr_create(struct dc_context *ctx, struct pp_smu_funcs *pp_smu, struct dccg … in dc_clk_mgr_create()
|
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/inc/hw/ |
D | clk_mgr.h | 198 struct clk_mgr *dc_clk_mgr_create(struct dc_context *ctx, struct pp_smu_funcs *pp_smu, struct dccg …
|
D | clk_mgr_internal.h | 195 struct pp_smu_funcs *pp_smu;
|
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/ |
D | dm_pp_smu.h | 293 struct pp_smu_funcs { struct
|
D | dm_services_types.h | 32 struct pp_smu_funcs;
|
D | dm_services.h | 218 struct pp_smu_funcs *funcs);
|
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/inc/ |
D | core_types.h | 175 struct pp_smu_funcs *pp_smu;
|
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dcn21/ |
D | dcn21_resource.c | 1333 struct pp_smu_funcs *dcn21_pp_smu_create(struct dc_context *ctx) in dcn21_pp_smu_create() 1335 struct pp_smu_funcs *pp_smu = kzalloc(sizeof(*pp_smu), GFP_KERNEL); in dcn21_pp_smu_create() 1345 void dcn21_pp_smu_destroy(struct pp_smu_funcs **pp_smu) in dcn21_pp_smu_destroy()
|
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dcn10/ |
D | dcn10_resource.c | 874 static struct pp_smu_funcs *dcn10_pp_smu_create(struct dc_context *ctx) in dcn10_pp_smu_create() 876 struct pp_smu_funcs *pp_smu = kzalloc(sizeof(*pp_smu), GFP_KERNEL); in dcn10_pp_smu_create()
|
/Linux-v5.4/drivers/gpu/drm/amd/display/amdgpu_dm/ |
D | amdgpu_dm_pp_smu.c | 906 struct pp_smu_funcs *funcs) in dm_pp_get_funcs()
|
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dce110/ |
D | dce110_hw_sequencer.c | 947 struct pp_smu_funcs *pp_smu = NULL; in dce110_enable_audio_stream() 987 struct pp_smu_funcs *pp_smu = NULL; in dce110_disable_audio_stream()
|