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

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/clk_mgr/dce100/
amdgpu_dce_clk_mgr.c 205 enum dm_pp_clocks_state low_req_clk; local in function:dce_get_required_clocks_state
219 low_req_clk = i + 1;
220 if (low_req_clk > clk_mgr_dce->max_clks_state) {
224 low_req_clk = DM_PP_CLOCKS_STATE_INVALID;
226 low_req_clk = clk_mgr_dce->max_clks_state;
229 return low_req_clk;
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce/
dce_clk_mgr.c 224 enum dm_pp_clocks_state low_req_clk; local in function:dce_get_required_clocks_state
238 low_req_clk = i + 1;
239 if (low_req_clk > clk_mgr_dce->max_clks_state) {
243 low_req_clk = DM_PP_CLOCKS_STATE_INVALID;
245 low_req_clk = clk_mgr_dce->max_clks_state;
248 return low_req_clk;

Completed in 19 milliseconds