Searched refs:dcn3_0_ip (Results 1 – 4 of 4) sorted by relevance
/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 674 dml_init_instance(&dc->dml, &dcn3_0_soc, &dcn3_0_ip, DML_PROJECT_DCN30); in dcn30_fpu_update_bw_bounding_box() 676 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() 795 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
|
/linux/drivers/gpu/drm/amd/display/dc/resource/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() 2442 num_pipes = dcn3_0_ip.max_num_dpp; in dcn30_resource_construct() 2444 for (i = 0; i < dcn3_0_ip.max_num_dpp; i++) in dcn30_resource_construct() 2448 dcn3_0_ip.max_num_dpp = num_pipes; in dcn30_resource_construct() 2449 dcn3_0_ip.max_num_otg = num_pipes; in dcn30_resource_construct() 2451 dml_init_instance(&dc->dml, &dcn3_0_soc, &dcn3_0_ip, DML_PROJECT_DCN30); in dcn30_resource_construct()
|