Lines Matching defs:active

1005 		DRM_ERROR("FDI TX PLL assertion failure, should be active but is disabled\n");
1017 DRM_ERROR("FDI RX PLL assertion failure, should be active but is disabled\n");
1087 DRM_ERROR("plane %c assertion failure, should be active but is disabled\n",
1119 DRM_ERROR("plane %c assertion failure, should be off on pipe %c but is still active\n",
1136 DRM_ERROR("sprite %c assertion failure, should be off on pipe %c but is still active\n",
1143 DRM_ERROR("sprite %c assertion failure, should be off on pipe %c but is still active\n",
1149 DRM_ERROR("sprite %c assertion failure, should be off on pipe %c but is still active\n",
1168 DRM_ERROR("PCH refclk assertion failure, should be active but is disabled\n");
1182 DRM_ERROR("transcoder assertion failed, should be off on pipe %c but is still active\n",
1413 DRM_DEBUG_KMS("enable %s (active %d, on? %d)for crtc %d\n",
1414 pll->name, pll->active, pll->on,
1417 if (pll->active++) {
1446 DRM_DEBUG_KMS("disable %s (active %d, on? %d) for crtc %d\n",
1447 pll->name, pll->active, pll->on,
1450 if ((pll->active == 0)) {
1457 if (--pll->active)
2106 if (intel_crtc->active)
2210 if (intel_crtc->active && old_fb != fb)
3041 WARN_ON(pll->active);
3042 if (pll->on || pll->active)
3043 DRM_ERROR("PCH PLL refcount is 0, but it's still active");
3083 pll->name, pll->refcount, pll->active);
3106 if (pll->active == 0) {
3196 if (intel_crtc->active)
3199 intel_crtc->active = true;
3312 if (intel_crtc->active)
3315 intel_crtc->active = true;
3398 if (!intel_crtc->active)
3452 intel_crtc->active = false;
3470 if (!intel_crtc->active)
3509 intel_crtc->active = false;
3605 if (intel_crtc->active)
3608 intel_crtc->active = true;
3652 if (intel_crtc->active)
3655 intel_crtc->active = true;
3709 if (!intel_crtc->active)
3737 intel_crtc->active = false;
3886 DRM_ERROR("active connector not linked to encoder\n");
3902 if (!to_intel_crtc(crtc)->active)
3903 DRM_ERROR("crtc not active\n");
3905 DRM_ERROR("encoder active on the wrong pipe\n");
6371 if (!crtc->enabled || !intel_crtc->active)
7291 /* and that it is marked active as soon as the irq could fire. */
8233 bool active = false;
8251 active = true;
8257 if (active && !encoder->base.crtc)
8258 DRM_ERROR("active encoder with no crtc\n");
8260 if (encoder->connectors_active != active)
8261 DRM_ERROR("encoder's computed active state doesn't match tracked active state "
8262 "(expected %i, found %i)\n", active, encoder->connectors_active);
8264 active = encoder->get_hw_state(encoder, &pipe);
8265 if (active != encoder->connectors_active)
8268 encoder->connectors_active, active);
8274 if (active && pipe != tracked_pipe)
8275 DRM_ERROR("active encoder's pipe doesn't match"
8293 bool active = false;
8300 if (crtc->active && !crtc->base.enabled)
8301 DRM_ERROR("active crtc, but not enabled in sw tracking\n");
8309 active = true;
8312 if (active != crtc->active)
8313 DRM_ERROR("crtc's computed active state doesn't match tracked active state "
8314 "(expected %i, found %i)\n", active, crtc->active);
8319 active = dev_priv->display.get_pipe_config(crtc,
8324 active = crtc->active;
8336 if(crtc->active != active)
8337 DRM_ERROR("crtc active state doesn't match with hw state "
8338 "(expected %i, found %i)\n", crtc->active, active);
8340 if (active &&
8362 bool active;
8368 active = pll->get_hw_state(dev_priv, pll, &dpll_hw_state);
8370 if(pll->active > pll->refcount)
8371 DRM_DEBUG_KMS("more active pll users than references: %i vs %i\n",
8372 pll->active, pll->refcount);
8373 if(pll->active && !pll->on)
8374 DRM_DEBUG_KMS("pll in active use but not on in sw tracking\n");
8375 if(pll->on && !pll->active)
8377 if(pll->on != active)
8379 pll->on, active);
8385 if (crtc->active && intel_crtc_to_shared_dpll(crtc) == pll)
8388 if(pll->active != active_crtcs)
8389 DRM_DEBUG_KMS("pll active crtcs mismatch (expected %i, found %i)\n",
8390 pll->active, active_crtcs);
9749 /* Pipe has the wrong plane attached and the plane is active.
9766 WARN_ON(crtc->active);
9771 crtc->pipe == PIPE_A && !crtc->active) {
9780 * have active connectors/encoders. */
9783 if (crtc->active != crtc->base.enabled) {
9792 crtc->active ? "enabled" : "disabled");
9794 crtc->base.enabled = crtc->active;
9797 * crtc links if something is active, this means the
9801 WARN_ON(crtc->active);
9816 * encoder is active and trying to read from a pipe) and the
9817 * pipe itself being active. */
9819 to_intel_crtc(encoder->base.crtc)->active;
9822 DRM_DEBUG_KMS("[ENCODER:%d:%s] has active connectors but no active pipe!\n",
9826 /* Connector is active, but has no active pipe. This is
9849 /* Enabled encoders without active connectors will be fixed in
9877 crtc->active = dev_priv->display.get_pipe_config(crtc,
9880 crtc->base.enabled = crtc->active;
9884 crtc->active ? "enabled" : "disabled");
9895 pll->active = 0;
9898 if (crtc->active && intel_crtc_to_shared_dpll(crtc) == pll)
9899 pll->active++;
9901 pll->refcount = pll->active;
9974 if (!pll->on || pll->active)