Home
last modified time | relevance | path

Searched refs:prefetch_supported_without_immediate_flip (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/amd/display/dc/inc/
Ddcn_calcs.h246 enum dcn_bw_defs prefetch_supported_without_immediate_flip[number_of_states_plus_one + 1][1 + 1]; member
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/calcs/
Ddcn_calc_auto.c912 v->prefetch_supported_without_immediate_flip[i][j] = dcn_bw_yes; in mode_support_and_system_configuration()
914 v->prefetch_supported_without_immediate_flip[i][j] = dcn_bw_no; in mode_support_and_system_configuration()
918 v->prefetch_supported_without_immediate_flip[i][j] = dcn_bw_no; in mode_support_and_system_configuration()
950 …if (v->prefetch_supported_without_immediate_flip[i][j] == dcn_bw_yes && v->v_ratio_in_prefetch_sup… in mode_support_and_system_configuration()