Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h2341 enum dml2_tdlut_addressing_mode tdlut_addressing_mode; member
H A Ddml2_core_dcn5_calcs_dchub.c2400 if (p->tdlut_addressing_mode == dml2_tdlut_simple_linear) { in dcn5_calculate_tdlut_setting()
2417 if (p->tdlut_addressing_mode == dml2_tdlut_sw_linear) in dcn5_calculate_tdlut_setting()
2432 if (p->tdlut_addressing_mode == dml2_tdlut_sw_linear) { in dcn5_calculate_tdlut_setting()
2460 …DML_LOG_VERBOSE("DML::%s: tdlut_addressing_mode = %s\n", __func__, (p->tdlut_addressing_mode == dm… in dcn5_calculate_tdlut_setting()
2467 …DML_LOG_VERBOSE("DML::%s: tdlut_delivery_cycles = %u\n", __func__, p->tdlut_addressing_mode == dml… in dcn5_calculate_tdlut_setting()
H A Ddml2_core_dcn5_funcs_mode_programming.c444 …calculate_tdlut_setting_params->tdlut_addressing_mode = display_cfg->plane_descriptors[k].tdlut.td… in dcn5_mode_programming()
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddisplay_mode_core_structs.h571 enum dml2_tdlut_addressing_mode tdlut_addressing_mode[__DML_NUM_PLANES__]; member