Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_crt.c494 uint32_t pipe_dsl_reg; in intel_crt_load_detect() local
505 pipe_dsl_reg = PIPEDSL(pipe); in intel_crt_load_detect()
560 while (I915_READ(pipe_dsl_reg) >= vactive) in intel_crt_load_detect()
562 while ((dsl = I915_READ(pipe_dsl_reg)) <= vsample) in intel_crt_load_detect()
575 } while ((I915_READ(pipe_dsl_reg) == dsl)); in intel_crt_load_detect()