Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/inc/bounding_boxes/
H A Ddcn42_soc_bb.h220 .mem_word_bytes = 32,
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h2053 unsigned int mem_word_bytes; member
2122 unsigned int mem_word_bytes; member
H A Ddml2_core_dcn4_calcs.c2295 DML_LOG_VERBOSE("DML::%s: mem_word_bytes = %u\n", __func__, p->mem_word_bytes); in calculate_mcache_row_bytes()
2372 …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()
2379 …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()
2459 l->l_p.mem_word_bytes = p->mem_word_bytes; in calculate_mcache_setting()
2495 l->c_p.mem_word_bytes = p->mem_word_bytes; in calculate_mcache_setting()
9377 calculate_mcache_setting_params->mem_word_bytes = mode_lib->soc.mem_word_bytes; in dml_core_mode_support()
10854 calculate_mcache_setting_params->mem_word_bytes = mode_lib->soc.mem_word_bytes; in dml_core_mode_programming()
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddisplay_mode_core_structs.h360 dml_uint_t mem_word_bytes; member