Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml/dcn10/
H A Ddcn10_fpu.c72 .pte_enable = 1,
/linux/drivers/gpu/drm/amd/display/dc/dml/calcs/
H A Ddcn_calc_auto.c180 …if (v->pte_enable == dcn_bw_yes && v->source_scan[k] != dcn_bw_hor && (v->source_surface_mode[k] =… in mode_support_and_system_configuration()
183 …else if (v->pte_enable == dcn_bw_yes && v->source_scan[k] == dcn_bw_hor && (v->source_pixel_format… in mode_support_and_system_configuration()
186 else if (v->pte_enable == dcn_bw_yes) { in mode_support_and_system_configuration()
623 if (v->pte_enable == dcn_bw_yes) { in mode_support_and_system_configuration()
640 if (v->pte_enable == dcn_bw_yes) { in mode_support_and_system_configuration()
683 if (v->pte_enable == dcn_bw_yes) { in mode_support_and_system_configuration()
700 if (v->pte_enable == dcn_bw_yes) { in mode_support_and_system_configuration()
791 if (v->pte_enable == dcn_bw_yes) { in mode_support_and_system_configuration()
806 if (v->pte_enable == dcn_bw_yes && v->dcc_enable[k] == dcn_bw_yes) { in mode_support_and_system_configuration()
815 if (v->pte_enable == dcn_bw_yes || v->dcc_enable[k] == dcn_bw_yes) { in mode_support_and_system_configuration()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_structs.h286 unsigned char pte_enable; member