Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/gpu/drm/i915/
Dintel_display.c840 u32 pch_dpll; in assert_pch_pll() local
842 pch_dpll = I915_READ(PCH_DPLL_SEL); in assert_pch_pll()
845 WARN(!((pch_dpll >> (4 * pipe)) & 8), in assert_pch_pll()
849 pipe = (pch_dpll >> (4 * pipe)) & 1; in assert_pch_pll()