Searched refs:pp_smu_funcs (Results 1 – 19 of 19) sorted by relevance
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/clk_mgr/dcn10/ |
H A D | rv2_clk_mgr.h | 31 …r_construct(struct dc_context *ctx, struct clk_mgr_internal *clk_mgr, struct pp_smu_funcs *pp_smu);
|
H A D | rv1_clk_mgr.h | 31 …r_construct(struct dc_context *ctx, struct clk_mgr_internal *clk_mgr, struct pp_smu_funcs *pp_smu);
|
H A D | amdgpu_rv2_clk_mgr.c | 42 …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 D | amdgpu_rv1_clk_mgr.c | 259 …gr_construct(struct dc_context *ctx, struct clk_mgr_internal *clk_mgr, struct pp_smu_funcs *pp_smu) in rv1_clk_mgr_construct()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/clk_mgr/dcn21/ |
H A D | rn_clk_mgr.h | 40 struct pp_smu_funcs *pp_smu,
|
H A D | amdgpu_rn_clk_mgr.c | 475 struct pp_smu_funcs *pp_smu = clk_mgr->pp_smu; in rn_notify_wm_ranges() 702 struct pp_smu_funcs *pp_smu, in rn_clk_mgr_construct()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/clk_mgr/dcn20/ |
H A D | dcn20_clk_mgr.h | 45 struct pp_smu_funcs *pp_smu,
|
H A D | amdgpu_dcn20_clk_mgr.c | 437 struct pp_smu_funcs *pp_smu, in dcn20_clk_mgr_construct()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/hw/ |
H A D | clk_mgr.h | 203 struct clk_mgr *dc_clk_mgr_create(struct dc_context *ctx, struct pp_smu_funcs *pp_smu, struct dccg …
|
H A D | clk_mgr_internal.h | 200 struct pp_smu_funcs *pp_smu;
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/clk_mgr/ |
H A D | amdgpu_clk_mgr.c | 97 struct clk_mgr *dc_clk_mgr_create(struct dc_context *ctx, struct pp_smu_funcs *pp_smu, struct dccg … in dc_clk_mgr_create()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/ |
H A D | dm_pp_smu.h | 284 struct pp_smu_funcs { struct
|
H A D | dm_services_types.h | 34 struct pp_smu_funcs;
|
H A D | dm_services.h | 230 struct pp_smu_funcs *funcs);
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn21/ |
H A D | amdgpu_dcn21_resource.c | 670 static void dcn21_pp_smu_destroy(struct pp_smu_funcs **pp_smu); 1403 static struct pp_smu_funcs *dcn21_pp_smu_create(struct dc_context *ctx) in dcn21_pp_smu_create() 1405 struct pp_smu_funcs *pp_smu = kzalloc(sizeof(*pp_smu), GFP_KERNEL); in dcn21_pp_smu_create() 1419 pp_smu = memset(pp_smu, 0, sizeof(struct pp_smu_funcs)); in dcn21_pp_smu_create() 1425 static void dcn21_pp_smu_destroy(struct pp_smu_funcs **pp_smu) in dcn21_pp_smu_destroy()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/ |
H A D | core_types.h | 171 struct pp_smu_funcs *pp_smu;
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/ |
H A D | amdgpu_dcn10_resource.c | 918 static struct pp_smu_funcs *dcn10_pp_smu_create(struct dc_context *ctx) in dcn10_pp_smu_create() 920 struct pp_smu_funcs *pp_smu = kzalloc(sizeof(*pp_smu), GFP_KERNEL); in dcn10_pp_smu_create()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/ |
H A D | amdgpu_dcn20_resource.c | 1283 static void dcn20_pp_smu_destroy(struct pp_smu_funcs **pp_smu); 3117 static struct pp_smu_funcs *dcn20_pp_smu_create(struct dc_context *ctx) in dcn20_pp_smu_create() 3119 struct pp_smu_funcs *pp_smu = kzalloc(sizeof(*pp_smu), GFP_KERNEL); in dcn20_pp_smu_create() 3127 pp_smu = memset(pp_smu, 0, sizeof(struct pp_smu_funcs)); in dcn20_pp_smu_create() 3132 static void dcn20_pp_smu_destroy(struct pp_smu_funcs **pp_smu) in dcn20_pp_smu_destroy()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/ |
H A D | amdgpu_dm_pp_smu.c | 984 struct pp_smu_funcs *funcs) in dm_pp_get_funcs()
|