Home
last modified time | relevance | path

Searched refs:czcount_30ns (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/i915/
Di915_sysfs.c52 u32 clk_reg, czcount_30ns; in calc_residency() local
59 czcount_30ns = I915_READ(clk_reg) >> CLK_CTL2_CZCOUNT_30NS_SHIFT; in calc_residency()
61 if (!czcount_30ns) { in calc_residency()
62 WARN(!czcount_30ns, "bogus CZ count value"); in calc_residency()
72 if (czcount_30ns == 1) { in calc_residency()
77 czcount_30ns += 1; in calc_residency()
83 (u64)czcount_30ns); in calc_residency()