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

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/
dcn_calc_math.h 33 unsigned int dcn_bw_max(const unsigned int arg1, const unsigned int arg2);
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/calcs/
amdgpu_dcn_calc_math.c 62 unsigned int dcn_bw_max(const unsigned int arg1, const unsigned int arg2) function in typeref:typename:unsigned int
amdgpu_dcn_calcs.c 1394 vdd_level = dcn_bw_max(vdd_level, vdd_level_temp);
1397 vdd_level = dcn_bw_max(vdd_level, vdd_level_temp);
1401 vdd_level = dcn_bw_max(vdd_level, vdd_level_temp);
1406 vdd_level = dcn_bw_max(vdd_level, vdd_level_temp);

Completed in 13 milliseconds