Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn301/
Ddcn301_resource.c94 struct _vcs_dpi_ip_params_st dcn3_01_ip = { variable
1496 struct _vcs_dpi_ip_params_st *loaded_ip = &dcn3_01_ip; in init_soc_bounding_box()
1581 dcn3_01_ip.max_num_otg = pool->base.res_cap->num_timing_generator; in dcn301_update_bw_bounding_box()
1582 dcn3_01_ip.max_num_dpp = pool->base.pipe_count; in dcn301_update_bw_bounding_box()
1622 dml_init_instance(&dc->dml, &dcn3_01_soc, &dcn3_01_ip, DML_PROJECT_DCN30); in dcn301_update_bw_bounding_box()
1782 num_pipes = dcn3_01_ip.max_num_dpp; in dcn301_resource_construct()
1784 for (i = 0; i < dcn3_01_ip.max_num_dpp; i++) in dcn301_resource_construct()
1787 dcn3_01_ip.max_num_dpp = num_pipes; in dcn301_resource_construct()
1788 dcn3_01_ip.max_num_otg = num_pipes; in dcn301_resource_construct()
1791 dml_init_instance(&dc->dml, &dcn3_01_soc, &dcn3_01_ip, DML_PROJECT_DCN30); in dcn301_resource_construct()