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

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn20/
amdgpu_display_rq_dlg_calc_20.c 826 double hratio_c; local in function:dml20_rq_dlg_get_dlg_params
979 hratio_c = scl->hscl_ratio_c;
1175 if ((hratio_c * 2.0) > 4.0)
1178 min_hratio_fact_c = hratio_c * 2.0;
1180 if (hratio_c > 4.0)
1183 min_hratio_fact_c = hratio_c;
amdgpu_display_rq_dlg_calc_20v2.c 826 double hratio_c; local in function:dml20v2_rq_dlg_get_dlg_params
980 hratio_c = scl->hscl_ratio_c;
1176 if ((hratio_c * 2.0) > 4.0)
1179 min_hratio_fact_c = hratio_c * 2.0;
1181 if (hratio_c > 4.0)
1184 min_hratio_fact_c = hratio_c;
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn21/
amdgpu_display_rq_dlg_calc_21.c 872 double hratio_c; local in function:dml_rq_dlg_get_dlg_params
1031 hratio_c = scl->hscl_ratio_c;
1227 if ((hratio_c * 2.0) > 4.0)
1230 min_hratio_fact_c = hratio_c * 2.0;
1232 if (hratio_c > 4.0)
1235 min_hratio_fact_c = hratio_c;

Completed in 16 milliseconds