Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/i915/
Dintel_crt.c555 uint32_t pipe_dsl_reg; in intel_crt_load_detect() local
566 pipe_dsl_reg = PIPEDSL(pipe); in intel_crt_load_detect()
621 while (I915_READ(pipe_dsl_reg) >= vactive) in intel_crt_load_detect()
623 while ((dsl = I915_READ(pipe_dsl_reg)) <= vsample) in intel_crt_load_detect()
636 } while ((I915_READ(pipe_dsl_reg) == dsl)); in intel_crt_load_detect()