/linux-6.3-rc2/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-6.3-rc2/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 | 174 struct pp_smu_funcs *pp_smu, in dcn201_clk_mgr_construct()
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn32/ |
A D | dcn32_clk_mgr.h | 32 struct pp_smu_funcs *pp_smu,
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn315/ |
A D | dcn315_clk_mgr.h | 44 struct pp_smu_funcs *pp_smu,
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn316/ |
A D | dcn316_clk_mgr.h | 44 struct pp_smu_funcs *pp_smu,
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn21/ |
A D | rn_clk_mgr.h | 46 struct pp_smu_funcs *pp_smu,
|
A D | rn_clk_mgr.c | 515 struct pp_smu_funcs *pp_smu = clk_mgr->pp_smu; in rn_notify_wm_ranges() 701 struct pp_smu_funcs *pp_smu, in rn_clk_mgr_construct()
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn301/ |
A D | vg_clk_mgr.h | 47 struct pp_smu_funcs *pp_smu,
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn314/ |
A D | dcn314_clk_mgr.h | 52 struct pp_smu_funcs *pp_smu,
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn31/ |
A D | dcn31_clk_mgr.h | 51 struct pp_smu_funcs *pp_smu,
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn20/ |
A D | dcn20_clk_mgr.h | 43 struct pp_smu_funcs *pp_smu,
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn30/ |
A D | dcn30_clk_mgr.h | 93 struct pp_smu_funcs *pp_smu,
|
/linux-6.3-rc2/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-6.3-rc2/drivers/gpu/drm/amd/display/dc/inc/hw/ |
A D | clk_mgr.h | 315 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 | 271 struct pp_smu_funcs *pp_smu;
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn21/ |
A D | dcn21_resource.c | 481 static void dcn21_pp_smu_destroy(struct pp_smu_funcs **pp_smu); 1138 static struct pp_smu_funcs *dcn21_pp_smu_create(struct dc_context *ctx) in dcn21_pp_smu_create() 1140 struct pp_smu_funcs *pp_smu = kzalloc(sizeof(*pp_smu), GFP_KERNEL); in dcn21_pp_smu_create() 1148 pp_smu = memset(pp_smu, 0, sizeof(struct pp_smu_funcs)); in dcn21_pp_smu_create() 1154 static void dcn21_pp_smu_destroy(struct pp_smu_funcs **pp_smu) in dcn21_pp_smu_destroy()
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/inc/ |
A D | core_types.h | 242 struct pp_smu_funcs *pp_smu;
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/clk_mgr/ |
A D | clk_mgr.c | 148 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-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn20/ |
A D | dcn20_resource.c | 1078 static void dcn20_pp_smu_destroy(struct pp_smu_funcs **pp_smu); 2301 static struct pp_smu_funcs *dcn20_pp_smu_create(struct dc_context *ctx) in dcn20_pp_smu_create() 2303 struct pp_smu_funcs *pp_smu = kzalloc(sizeof(*pp_smu), GFP_ATOMIC); in dcn20_pp_smu_create() 2311 pp_smu = memset(pp_smu, 0, sizeof(struct pp_smu_funcs)); in dcn20_pp_smu_create() 2316 static void dcn20_pp_smu_destroy(struct pp_smu_funcs **pp_smu) in dcn20_pp_smu_destroy()
|