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

  /src/sys/external/bsd/drm2/dist/drm/i915/
intel_pm.c 803 static bool is_enabling(int old, int new, int threshold) function in typeref:typename:bool
1566 if (is_enabling(old_wm->cxsr, new_wm.cxsr, true))
2184 if (is_enabling(old_wm->cxsr, new_wm.cxsr, true))
2187 if (is_enabling(old_wm->level, new_wm.level, VLV_WM_LEVEL_PM5))
2190 if (is_enabling(old_wm->level, new_wm.level, VLV_WM_LEVEL_DDR_DVFS))

Completed in 502 milliseconds