/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn10/ |
A D | rv1_clk_mgr.h | 29 …r_construct(struct dc_context *ctx, struct clk_mgr_internal *clk_mgr, struct pp_smu_funcs *pp_smu);
|
A D | rv2_clk_mgr.h | 29 …r_construct(struct dc_context *ctx, struct clk_mgr_internal *clk_mgr, struct pp_smu_funcs *pp_smu);
|
A 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()
|
A 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()
|
/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn201/ |
A D | dcn201_clk_mgr.h | 31 struct pp_smu_funcs *pp_smu,
|
A D | dcn201_clk_mgr.c | 216 struct pp_smu_funcs *pp_smu, in dcn201_clk_mgr_construct()
|
/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn21/ |
A D | rn_clk_mgr.h | 38 struct pp_smu_funcs *pp_smu,
|
A D | rn_clk_mgr.c | 528 struct pp_smu_funcs *pp_smu = clk_mgr->pp_smu; in rn_notify_wm_ranges() 938 struct pp_smu_funcs *pp_smu, in rn_clk_mgr_construct()
|
/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn30/ |
A D | dcn30_clk_mgr.h | 33 struct pp_smu_funcs *pp_smu,
|
A D | dcn30_clk_mgr.c | 532 struct pp_smu_funcs *pp_smu, in dcn3_clk_mgr_construct()
|
/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn301/ |
A D | vg_clk_mgr.h | 44 struct pp_smu_funcs *pp_smu,
|
/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn31/ |
A D | dcn31_clk_mgr.h | 44 struct pp_smu_funcs *pp_smu,
|
A D | dcn31_clk_mgr.c | 632 struct pp_smu_funcs *pp_smu, in dcn31_clk_mgr_construct()
|
/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn20/ |
A D | dcn20_clk_mgr.h | 43 struct pp_smu_funcs *pp_smu,
|
A D | dcn20_clk_mgr.c | 533 struct pp_smu_funcs *pp_smu, in dcn20_clk_mgr_construct()
|
/linux/drivers/gpu/drm/amd/display/dc/ |
A D | dm_pp_smu.h | 308 struct pp_smu_funcs { struct
|
A D | dm_services_types.h | 32 struct pp_smu_funcs;
|
A D | dm_services.h | 209 struct pp_smu_funcs *funcs);
|
/linux/drivers/gpu/drm/amd/display/dc/inc/hw/ |
A D | clk_mgr.h | 287 struct clk_mgr *dc_clk_mgr_create(struct dc_context *ctx, struct pp_smu_funcs *pp_smu, struct dccg …
|
A D | clk_mgr_internal.h | 230 struct pp_smu_funcs *pp_smu;
|
/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/ |
A D | clk_mgr.c | 138 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/drivers/gpu/drm/amd/display/dc/dcn21/ |
A D | dcn21_resource.c | 706 static void dcn21_pp_smu_destroy(struct pp_smu_funcs **pp_smu); 1651 static struct pp_smu_funcs *dcn21_pp_smu_create(struct dc_context *ctx) in dcn21_pp_smu_create() 1653 struct pp_smu_funcs *pp_smu = kzalloc(sizeof(*pp_smu), GFP_KERNEL); in dcn21_pp_smu_create() 1661 pp_smu = memset(pp_smu, 0, sizeof(struct pp_smu_funcs)); in dcn21_pp_smu_create() 1667 static void dcn21_pp_smu_destroy(struct pp_smu_funcs **pp_smu) in dcn21_pp_smu_destroy()
|
/linux/drivers/gpu/drm/amd/display/dc/inc/ |
A D | core_types.h | 221 struct pp_smu_funcs *pp_smu;
|
/linux/drivers/gpu/drm/amd/display/dc/dcn10/ |
A 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()
|
/linux/drivers/gpu/drm/amd/display/dc/dcn20/ |
A D | dcn20_resource.c | 1432 static void dcn20_pp_smu_destroy(struct pp_smu_funcs **pp_smu); 3448 static struct pp_smu_funcs *dcn20_pp_smu_create(struct dc_context *ctx) in dcn20_pp_smu_create() 3450 struct pp_smu_funcs *pp_smu = kzalloc(sizeof(*pp_smu), GFP_ATOMIC); in dcn20_pp_smu_create() 3458 pp_smu = memset(pp_smu, 0, sizeof(struct pp_smu_funcs)); in dcn20_pp_smu_create() 3463 static void dcn20_pp_smu_destroy(struct pp_smu_funcs **pp_smu) in dcn20_pp_smu_destroy()
|