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

/linux-master/drivers/gpu/drm/amd/display/dc/inc/
H A Ddcn_calcs.h246 enum dcn_bw_defs prefetch_supported_without_immediate_flip[number_of_states_plus_one + 1][1 + 1]; member in struct:dcn_bw_internal_vars
/linux-master/drivers/gpu/drm/amd/display/dc/dml/calcs/
H A Ddcn_calc_auto.c937 v->prefetch_supported_without_immediate_flip[i][j] = dcn_bw_yes;
939 v->prefetch_supported_without_immediate_flip[i][j] = dcn_bw_no;
943 v->prefetch_supported_without_immediate_flip[i][j] = dcn_bw_no;
975 if (v->prefetch_supported_without_immediate_flip[i][j] == dcn_bw_yes && v->v_ratio_in_prefetch_supported_without_immediate_flip[i][j] == dcn_bw_yes) {

Completed in 107 milliseconds