Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/amd/display/dc/inc/
Ddcn_calcs.h245 enum dcn_bw_defs prefetch_supported_with_immediate_flip[number_of_states_plus_one + 1][1 + 1]; member
/linux-5.19.10/drivers/gpu/drm/amd/display/dc/dml/calcs/
Ddcn_calc_auto.c928 v->prefetch_supported_with_immediate_flip[i][j] = dcn_bw_yes; in mode_support_and_system_configuration()
930 v->prefetch_supported_with_immediate_flip[i][j] = dcn_bw_no; in mode_support_and_system_configuration()
934 v->prefetch_supported_with_immediate_flip[i][j] = dcn_bw_no; in mode_support_and_system_configuration()
969 …if (v->prefetch_supported_with_immediate_flip[i][j] == dcn_bw_yes && v->v_ratio_in_prefetch_suppor… in mode_support_and_system_configuration()