Home
last modified time | relevance | path

Searched defs:czclk_freq (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_pm.c7200 static int vlv_gpu_freq_div(unsigned int czclk_freq) in vlv_gpu_freq_div()
7219 int div, czclk_freq = DIV_ROUND_CLOSEST(dev_priv->czclk_freq, 1000); in byt_gpu_freq() local
7230 int mul, czclk_freq = DIV_ROUND_CLOSEST(dev_priv->czclk_freq, 1000); in byt_freq_opcode() local
7241 int div, czclk_freq = DIV_ROUND_CLOSEST(dev_priv->czclk_freq, 1000); in chv_gpu_freq() local
7252 int mul, czclk_freq = DIV_ROUND_CLOSEST(dev_priv->czclk_freq, 1000); in chv_freq_opcode() local
Di915_drv.h1800 unsigned int czclk_freq; member