Searched refs:dcn3_0_ip (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn30/ |
H A D | dcn30_fpu.h | 74 void patch_dcn30_soc_bounding_box(struct dc *dc, struct _vcs_dpi_soc_bounding_box_st *dcn3_0_ip);
|
H A D | dcn30_fpu.c | 47 struct _vcs_dpi_ip_params_st dcn3_0_ip = { variable 670 dml_init_instance(&dc->dml, &dcn3_0_soc, &dcn3_0_ip, DML_PROJECT_DCN30); in dcn30_fpu_update_bw_bounding_box() 672 dml_init_instance(&dc->current_state->bw_ctx.dml, &dcn3_0_soc, &dcn3_0_ip, DML_PROJECT_DCN30); in dcn30_fpu_update_bw_bounding_box() 791 void patch_dcn30_soc_bounding_box(struct dc *dc, struct _vcs_dpi_soc_bounding_box_st *dcn3_0_ip) in patch_dcn30_soc_bounding_box() argument
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn30/ |
H A D | dcn30_resource.h | 38 extern struct _vcs_dpi_ip_params_st dcn3_0_ip;
|
H A D | dcn30_resource.c | 1501 struct _vcs_dpi_ip_params_st *loaded_ip = &dcn3_0_ip; in init_soc_bounding_box() 2422 num_pipes = dcn3_0_ip.max_num_dpp; in dcn30_resource_construct() 2424 for (i = 0; i < dcn3_0_ip.max_num_dpp; i++) in dcn30_resource_construct() 2428 dcn3_0_ip.max_num_dpp = num_pipes; in dcn30_resource_construct() 2429 dcn3_0_ip.max_num_otg = num_pipes; in dcn30_resource_construct() 2431 dml_init_instance(&dc->dml, &dcn3_0_soc, &dcn3_0_ip, DML_PROJECT_DCN30); in dcn30_resource_construct()
|