HomeSort by: relevance | last modified time | path
    Searched refs:prefetch_mode_supported (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/
dcn_calcs.h 522 enum dcn_bw_defs prefetch_mode_supported; member in struct:dcn_bw_internal_vars
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/calcs/
amdgpu_dcn_calc_auto.c 1777 v->prefetch_mode_supported = dcn_bw_yes;
1780 v->prefetch_mode_supported = dcn_bw_no;
1783 } while (!(v->prefetch_mode_supported == dcn_bw_yes || (v->planes_with_room_to_increase_vstartup_prefetch_bw_less_than_active_bw == dcn_bw_yes && v->planes_with_room_to_increase_vstartup_vratio_prefetch_more_than4 == dcn_bw_no && v->planes_with_room_to_increase_vstartup_destination_line_times_for_prefetch_less_than2 == dcn_bw_no)));
1785 } while (!(v->prefetch_mode_supported == dcn_bw_yes || v->prefetch_mode == 2.0));

Completed in 40 milliseconds