Searched refs:pp_smu_funcs (Results 1 – 25 of 26) sorted by relevance
12
/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 | 319 …gr_construct(struct dc_context *ctx, struct clk_mgr_internal *clk_mgr, struct pp_smu_funcs *pp_smu) in rv1_clk_mgr_construct()
|
/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn21/ |
D | rn_clk_mgr.h | 38 struct pp_smu_funcs *pp_smu,
|
D | rn_clk_mgr.c | 520 struct pp_smu_funcs *pp_smu = clk_mgr->pp_smu; in rn_notify_wm_ranges() 930 struct pp_smu_funcs *pp_smu, in rn_clk_mgr_construct()
|
/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn30/ |
D | dcn30_clk_mgr.h | 33 struct pp_smu_funcs *pp_smu,
|
D | dcn30_clk_mgr.c | 534 struct pp_smu_funcs *pp_smu, in dcn3_clk_mgr_construct()
|
/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn301/ |
D | vg_clk_mgr.h | 44 struct pp_smu_funcs *pp_smu,
|
D | vg_clk_mgr.c | 732 struct pp_smu_funcs *pp_smu, in vg_clk_mgr_construct()
|
/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn31/ |
D | dcn31_clk_mgr.h | 44 struct pp_smu_funcs *pp_smu,
|
D | dcn31_clk_mgr.c | 632 struct pp_smu_funcs *pp_smu, in dcn31_clk_mgr_construct()
|
/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 | 523 struct pp_smu_funcs *pp_smu, in dcn20_clk_mgr_construct()
|
/drivers/gpu/drm/amd/display/dc/ |
D | dm_pp_smu.h | 308 struct pp_smu_funcs { struct
|
D | dm_services_types.h | 32 struct pp_smu_funcs;
|
D | dm_services.h | 209 struct pp_smu_funcs *funcs);
|
/drivers/gpu/drm/amd/display/dc/inc/hw/ |
D | clk_mgr.h | 287 struct clk_mgr *dc_clk_mgr_create(struct dc_context *ctx, struct pp_smu_funcs *pp_smu, struct dccg …
|
D | clk_mgr_internal.h | 217 struct pp_smu_funcs *pp_smu;
|
/drivers/gpu/drm/amd/display/dc/clk_mgr/ |
D | clk_mgr.c | 135 struct clk_mgr *dc_clk_mgr_create(struct dc_context *ctx, struct pp_smu_funcs *pp_smu, struct dccg … in dc_clk_mgr_create()
|
/drivers/gpu/drm/amd/display/dc/dcn21/ |
D | dcn21_resource.c | 706 static void dcn21_pp_smu_destroy(struct pp_smu_funcs **pp_smu); 1652 static struct pp_smu_funcs *dcn21_pp_smu_create(struct dc_context *ctx) in dcn21_pp_smu_create() 1654 struct pp_smu_funcs *pp_smu = kzalloc(sizeof(*pp_smu), GFP_KERNEL); in dcn21_pp_smu_create() 1662 pp_smu = memset(pp_smu, 0, sizeof(struct pp_smu_funcs)); in dcn21_pp_smu_create() 1668 static void dcn21_pp_smu_destroy(struct pp_smu_funcs **pp_smu) in dcn21_pp_smu_destroy()
|
/drivers/gpu/drm/amd/display/dc/inc/ |
D | core_types.h | 220 struct pp_smu_funcs *pp_smu;
|
/drivers/gpu/drm/amd/display/dc/dcn10/ |
D | dcn10_resource.c | 954 static struct pp_smu_funcs *dcn10_pp_smu_create(struct dc_context *ctx) in dcn10_pp_smu_create() 956 struct pp_smu_funcs *pp_smu = kzalloc(sizeof(*pp_smu), GFP_KERNEL); in dcn10_pp_smu_create()
|
/drivers/gpu/drm/amd/display/dc/dcn20/ |
D | dcn20_resource.c | 1430 static void dcn20_pp_smu_destroy(struct pp_smu_funcs **pp_smu); 3420 static struct pp_smu_funcs *dcn20_pp_smu_create(struct dc_context *ctx) in dcn20_pp_smu_create() 3422 struct pp_smu_funcs *pp_smu = kzalloc(sizeof(*pp_smu), GFP_ATOMIC); in dcn20_pp_smu_create() 3430 pp_smu = memset(pp_smu, 0, sizeof(struct pp_smu_funcs)); in dcn20_pp_smu_create() 3435 static void dcn20_pp_smu_destroy(struct pp_smu_funcs **pp_smu) in dcn20_pp_smu_destroy()
|
/drivers/gpu/drm/amd/display/amdgpu_dm/ |
D | amdgpu_dm_pp_smu.c | 826 struct pp_smu_funcs *funcs) in dm_pp_get_funcs()
|
12