Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn10/
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);
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()
H 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()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn21/
H A Drn_clk_mgr.h38 struct pp_smu_funcs *pp_smu,
H A Drn_clk_mgr.c486 struct pp_smu_funcs *pp_smu = clk_mgr->pp_smu; in rn_notify_wm_ranges()
844 struct pp_smu_funcs *pp_smu, in rn_clk_mgr_construct()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn30/
H A Ddcn30_clk_mgr.h33 struct pp_smu_funcs *pp_smu,
H A Ddcn30_clk_mgr.c504 struct pp_smu_funcs *pp_smu, in dcn3_clk_mgr_construct()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn20/
H A Ddcn20_clk_mgr.h43 struct pp_smu_funcs *pp_smu,
H A Ddcn20_clk_mgr.c460 struct pp_smu_funcs *pp_smu, in dcn20_clk_mgr_construct()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/
H A Ddm_pp_smu.h282 struct pp_smu_funcs { struct
H A Ddm_services_types.h32 struct pp_smu_funcs;
H A Ddm_services.h228 struct pp_smu_funcs *funcs);
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/clk_mgr/
H A Dclk_mgr.c115 struct clk_mgr *dc_clk_mgr_create(struct dc_context *ctx, struct pp_smu_funcs *pp_smu, struct dccg … in dc_clk_mgr_create()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dclk_mgr.h283 struct clk_mgr *dc_clk_mgr_create(struct dc_context *ctx, struct pp_smu_funcs *pp_smu, struct dccg …
H A Dclk_mgr_internal.h220 struct pp_smu_funcs *pp_smu;
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn21/
H A Ddcn21_resource.c704 static void dcn21_pp_smu_destroy(struct pp_smu_funcs **pp_smu);
1492 static struct pp_smu_funcs *dcn21_pp_smu_create(struct dc_context *ctx) in dcn21_pp_smu_create()
1494 struct pp_smu_funcs *pp_smu = kzalloc(sizeof(*pp_smu), GFP_KERNEL); in dcn21_pp_smu_create()
1508 pp_smu = memset(pp_smu, 0, sizeof(struct pp_smu_funcs)); in dcn21_pp_smu_create()
1514 static void dcn21_pp_smu_destroy(struct pp_smu_funcs **pp_smu) in dcn21_pp_smu_destroy()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/inc/
H A Dcore_types.h192 struct pp_smu_funcs *pp_smu;
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn10/
H 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()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_resource.c1428 static void dcn20_pp_smu_destroy(struct pp_smu_funcs **pp_smu);
3396 static struct pp_smu_funcs *dcn20_pp_smu_create(struct dc_context *ctx)
3398 struct pp_smu_funcs *pp_smu = kzalloc(sizeof(*pp_smu), GFP_ATOMIC);
3406 pp_smu = memset(pp_smu, 0, sizeof(struct pp_smu_funcs));
3411 static void dcn20_pp_smu_destroy(struct pp_smu_funcs **pp_smu)
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_pp_smu.c887 struct pp_smu_funcs *funcs) in dm_pp_get_funcs()