Searched refs:mem_word_bytes (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/dml21/inc/ |
D | dml_top_soc_parameter_types.h | 156 unsigned int mem_word_bytes; member
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/dml21/inc/bounding_boxes/ |
D | dcn4_soc_bb.h | 328 .mem_word_bytes = 32,
|
D | dcn3_soc_bb.h | 366 .mem_word_bytes = 32,
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/ |
D | dml2_core_shared_types.h | 1784 unsigned int mem_word_bytes; member 1852 unsigned int mem_word_bytes; member
|
D | dml2_core_shared.c | 2064 calculate_mcache_setting_params->mem_word_bytes = mode_lib->soc.mem_word_bytes; in dml2_core_shared_mode_support() 4986 dml2_printf("DML::%s: mem_word_bytes = %u\n", __func__, p->mem_word_bytes); in calculate_mcache_row_bytes() 5064 …1 + math_max2(1.0 / 256.0, math_ceil2(meta_per_mvmpg_per_channel, p->mem_word_bytes) / (256 * meta… in calculate_mcache_row_bytes() 5071 …1 + math_max2(1.0 / 256.0, math_ceil2(meta_per_mvmpg_per_channel, p->mem_word_bytes) / (256 * meta… in calculate_mcache_row_bytes() 5147 l->l_p.mem_word_bytes = p->mem_word_bytes; in calculate_mcache_setting() 5182 l->c_p.mem_word_bytes = p->mem_word_bytes; in calculate_mcache_setting() 10292 calculate_mcache_setting_params->mem_word_bytes = mode_lib->soc.mem_word_bytes; in dml2_core_shared_mode_programming()
|
D | dml2_core_dcn4_calcs.c | 2315 dml2_printf("DML::%s: mem_word_bytes = %u\n", __func__, p->mem_word_bytes); in calculate_mcache_row_bytes() 2391 …1 + math_max2(1.0 / 256.0, math_ceil2(meta_per_mvmpg_per_channel, p->mem_word_bytes) / (256 * meta… in calculate_mcache_row_bytes() 2398 …1 + math_max2(1.0 / 256.0, math_ceil2(meta_per_mvmpg_per_channel, p->mem_word_bytes) / (256 * meta… in calculate_mcache_row_bytes() 2472 l->l_p.mem_word_bytes = p->mem_word_bytes; in calculate_mcache_setting() 2507 l->c_p.mem_word_bytes = p->mem_word_bytes; in calculate_mcache_setting() 8418 calculate_mcache_setting_params->mem_word_bytes = mode_lib->soc.mem_word_bytes; in dml_core_mode_support() 10421 calculate_mcache_setting_params->mem_word_bytes = mode_lib->soc.mem_word_bytes; in dml_core_mode_programming()
|