Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/calcs/
H A Ddcn_calcs.c817 v->rob_buffer_size_in_kbyte = dc->dcn_ip->rob_buffer_size_in_kbyte; in dcn_validate_bandwidth()
818 v->det_buffer_size_in_kbyte = dc->dcn_ip->det_buffer_size_in_kbyte; in dcn_validate_bandwidth()
819 v->dpp_output_buffer_pixels = dc->dcn_ip->dpp_output_buffer_pixels; in dcn_validate_bandwidth()
820 v->opp_output_buffer_lines = dc->dcn_ip->opp_output_buffer_lines; in dcn_validate_bandwidth()
821 v->pixel_chunk_size_in_kbyte = dc->dcn_ip->pixel_chunk_size_in_kbyte; in dcn_validate_bandwidth()
822 v->pte_enable = dc->dcn_ip->pte_enable; in dcn_validate_bandwidth()
823 v->pte_chunk_size = dc->dcn_ip->pte_chunk_size; in dcn_validate_bandwidth()
824 v->meta_chunk_size = dc->dcn_ip->meta_chunk_size; in dcn_validate_bandwidth()
825 v->writeback_chunk_size = dc->dcn_ip->writeback_chunk_size; in dcn_validate_bandwidth()
826 v->odm_capability = dc->dcn_ip->odm_capability; in dcn_validate_bandwidth()
[all …]
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn10/
H A Ddcn10_fpu.c132 struct dcn_ip_params *dcn_ip = dc->dcn_ip; in dcn10_resource_construct_fp() local
138 dcn_ip->max_num_dpp = 3; in dcn10_resource_construct_fp()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c845 kfree(dc->dcn_ip); in dc_destruct()
846 dc->dcn_ip = NULL; in dc_destruct()
899 struct dcn_ip_params *dcn_ip; in dc_construct() local
935 dcn_ip = kzalloc(sizeof(*dcn_ip), GFP_KERNEL); in dc_construct()
936 if (!dcn_ip) { in dc_construct()
941 dc->dcn_ip = dcn_ip; in dc_construct()
2167 ASSERT(dc->dcn_ip->max_num_dpp); in process_deferred_updates()
2168 for (i = 0; i < dc->dcn_ip->max_num_dpp; i++) in process_deferred_updates()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_resource.c1462 memcpy(dc->dcn_ip, &dcn10_ip_defaults, sizeof(dcn10_ip_defaults)); in dcn10_resource_construct()
1632 dc->dcn_ip->max_num_dpp = pool->base.pipe_count; in dcn10_resource_construct()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc.h953 struct dcn_ip_params *dcn_ip; member
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn316/
H A Ddcn316_resource.c2011 dc->dcn_ip->max_num_dpp = dcn3_16_ip.max_num_dpp; in dcn316_resource_construct()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn315/
H A Ddcn315_resource.c2124 dc->dcn_ip->max_num_dpp = dcn3_15_ip.max_num_dpp; in dcn315_resource_construct()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn314/
H A Ddcn314_resource.c2152 dc->dcn_ip->max_num_dpp = dcn3_14_ip.max_num_dpp; in dcn314_resource_construct()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn31/
H A Ddcn31_resource.c2193 dc->dcn_ip->max_num_dpp = dcn3_1_ip.max_num_dpp; in dcn31_resource_construct()