Home
last modified time | relevance | path

Searched refs:pp_smu_funcs (Results 1 – 25 of 28) sorted by relevance

12

/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn10/
A Drv1_clk_mgr.h29 …r_construct(struct dc_context *ctx, struct clk_mgr_internal *clk_mgr, struct pp_smu_funcs *pp_smu);
A Drv2_clk_mgr.h29 …r_construct(struct dc_context *ctx, struct clk_mgr_internal *clk_mgr, struct pp_smu_funcs *pp_smu);
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()
A Drv1_clk_mgr.c319 …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 Ddcn201_clk_mgr.h31 struct pp_smu_funcs *pp_smu,
A Ddcn201_clk_mgr.c216 struct pp_smu_funcs *pp_smu, in dcn201_clk_mgr_construct()
/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn21/
A Drn_clk_mgr.h38 struct pp_smu_funcs *pp_smu,
A Drn_clk_mgr.c528 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 Ddcn30_clk_mgr.h33 struct pp_smu_funcs *pp_smu,
A Ddcn30_clk_mgr.c532 struct pp_smu_funcs *pp_smu, in dcn3_clk_mgr_construct()
/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn301/
A Dvg_clk_mgr.h44 struct pp_smu_funcs *pp_smu,
/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn31/
A Ddcn31_clk_mgr.h44 struct pp_smu_funcs *pp_smu,
A Ddcn31_clk_mgr.c632 struct pp_smu_funcs *pp_smu, in dcn31_clk_mgr_construct()
/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn20/
A Ddcn20_clk_mgr.h43 struct pp_smu_funcs *pp_smu,
A Ddcn20_clk_mgr.c533 struct pp_smu_funcs *pp_smu, in dcn20_clk_mgr_construct()
/linux/drivers/gpu/drm/amd/display/dc/
A Ddm_pp_smu.h308 struct pp_smu_funcs { struct
A Ddm_services_types.h32 struct pp_smu_funcs;
A Ddm_services.h209 struct pp_smu_funcs *funcs);
/linux/drivers/gpu/drm/amd/display/dc/inc/hw/
A Dclk_mgr.h287 struct clk_mgr *dc_clk_mgr_create(struct dc_context *ctx, struct pp_smu_funcs *pp_smu, struct dccg …
A Dclk_mgr_internal.h230 struct pp_smu_funcs *pp_smu;
/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/
A Dclk_mgr.c138 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 Ddcn21_resource.c706 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 Dcore_types.h221 struct pp_smu_funcs *pp_smu;
/linux/drivers/gpu/drm/amd/display/dc/dcn10/
A Ddcn10_resource.c954 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 Ddcn20_resource.c1432 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()

Completed in 38 milliseconds

12