Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/dml21/inc/
H A Ddml_top_display_cfg_types.h133 dml2_tdlut_sw_linear = 0, enumerator
/linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/dml21/
H A Ddml21_translation_helper.c877 plane->tdlut.tdlut_addressing_mode = dml2_tdlut_sw_linear; in populate_dml21_plane_config_from_plane_state()
/linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
H A Ddml2_core_dcn4_calcs.c4720 if (p->tdlut_addressing_mode == dml2_tdlut_sw_linear) in calculate_tdlut_setting()
4735 if (p->tdlut_addressing_mode == dml2_tdlut_sw_linear) { in calculate_tdlut_setting()
4766 …t_addressing_mode = %s\n", __func__, (p->tdlut_addressing_mode == dml2_tdlut_sw_linear) ? "sw_line… in calculate_tdlut_setting()