Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/gpu/drm/i915/
Dintel_display.c8356 u32 pcu_mbox, rc6_mask = 0; in gen6_enable_rps() local
8462 pcu_mbox = I915_READ(GEN6_PCODE_DATA); in gen6_enable_rps()
8466 if (pcu_mbox & (1<<31)) { /* OC supported */ in gen6_enable_rps()
8467 max_freq = pcu_mbox & 0xff; in gen6_enable_rps()
8468 DRM_DEBUG_DRIVER("overclocking supported, adjusting frequency max to %dMHz\n", pcu_mbox * 50); in gen6_enable_rps()