Searched refs:wrpll1_refcount (Results 1 - 2 of 2) sorted by last modified time

/freebsd-11-stable/sys/dev/drm2/i915/
H A Di915_drv.h106 int wrpll1_refcount; member in struct:intel_ddi_plls
H A Dintel_ddi.c778 plls->wrpll1_refcount--;
779 if (plls->wrpll1_refcount == 0) {
800 WARN(plls->wrpll1_refcount < 0, "Invalid WRPLL1 refcount\n");
869 if (plls->wrpll1_refcount == 0) {
872 plls->wrpll1_refcount++;
1200 dev_priv->ddi_plls.wrpll1_refcount++;

Completed in 86 milliseconds