Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/i915/
Dintel_pm.c939 if (drain_latency > DRAIN_LATENCY_MASK) { in vlv_compute_drain_latency()
944 if (drain_latency > DRAIN_LATENCY_MASK) in vlv_compute_drain_latency()
945 drain_latency = DRAIN_LATENCY_MASK; in vlv_compute_drain_latency()
Di915_reg.h4256 #define DRAIN_LATENCY_MASK 0x7f macro