Searched refs:pipeconf_reg (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/drm2/i915/
H A Dintel_crt.c474 uint32_t pipeconf_reg; local
485 pipeconf_reg = PIPECONF(pipe);
502 uint32_t pipeconf = I915_READ(pipeconf_reg);
503 I915_WRITE(pipeconf_reg, pipeconf | PIPECONF_FORCE_BORDER);
504 POSTING_READ(pipeconf_reg);
513 I915_WRITE(pipeconf_reg, pipeconf);
H A Dintel_tv.c1090 int pipeconf_reg = PIPECONF(pipe); local
1092 int pipeconf = I915_READ(pipeconf_reg);
1104 I915_WRITE(pipeconf_reg, pipeconf & ~PIPECONF_ENABLE);
1125 I915_WRITE(pipeconf_reg, pipeconf);

Completed in 118 milliseconds