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");
6369 if (!crtc->enabled || !intel_crtc->active)
7288 /* and that it is marked active as soon as the irq could fire. */
8230 bool active = false;
8248 active = true;
8254 if (active && !encoder->base.crtc)
8255 DRM_ERROR("active encoder with no crtc\n");
8257 if (encoder->connectors_active != active)
8258 DRM_ERROR("encoder's computed active state doesn't match tracked active state "
8259 "(expected %i, found %i)\n", active, encoder->connectors_active);
8261 active = encoder->get_hw_state(encoder, &pipe);
8262 if (active != encoder->connectors_active)
8265 encoder->connectors_active, active);
8271 if (active && pipe != tracked_pipe)
8272 DRM_ERROR("active encoder's pipe doesn't match"
8290 bool active = false;
8297 if (crtc->active && !crtc->base.enabled)
8298 DRM_ERROR("active crtc, but not enabled in sw tracking\n");
8306 active = true;
8309 if (active != crtc->active)
8310 DRM_ERROR("crtc's computed active state doesn't match tracked active state "
8311 "(expected %i, found %i)\n", active, crtc->active);
8316 active = dev_priv->display.get_pipe_config(crtc,
8321 active = crtc->active;
8333 if(crtc->active != active)
8334 DRM_ERROR("crtc active state doesn't match with hw state "
8335 "(expected %i, found %i)\n", crtc->active, active);
8337 if (active &&
8359 bool active;
8365 active = pll->get_hw_state(dev_priv, pll, &dpll_hw_state);
8367 if(pll->active > pll->refcount)
8368 DRM_DEBUG_KMS("more active pll users than references: %i vs %i\n",
8369 pll->active, pll->refcount);
8370 if(pll->active && !pll->on)
8371 DRM_DEBUG_KMS("pll in active use but not on in sw tracking\n");
8372 if(pll->on && !pll->active)
8374 if(pll->on != active)
8376 pll->on, active);
8382 if (crtc->active && intel_crtc_to_shared_dpll(crtc) == pll)
8385 if(pll->active != active_crtcs)
8386 DRM_DEBUG_KMS("pll active crtcs mismatch (expected %i, found %i)\n",
8387 pll->active, active_crtcs);
9746 /* Pipe has the wrong plane attached and the plane is active.
9763 WARN_ON(crtc->active);
9768 crtc->pipe == PIPE_A && !crtc->active) {
9777 * have active connectors/encoders. */
9780 if (crtc->active != crtc->base.enabled) {
9789 crtc->active ? "enabled" : "disabled");
9791 crtc->base.enabled = crtc->active;
9794 * crtc links if something is active, this means the
9798 WARN_ON(crtc->active);
9813 * encoder is active and trying to read from a pipe) and the
9814 * pipe itself being active. */
9816 to_intel_crtc(encoder->base.crtc)->active;
9819 DRM_DEBUG_KMS("[ENCODER:%d:%s] has active connectors but no active pipe!\n",
9823 /* Connector is active, but has no active pipe. This is
9846 /* Enabled encoders without active connectors will be fixed in
9874 crtc->active = dev_priv->display.get_pipe_config(crtc,
9877 crtc->base.enabled = crtc->active;
9881 crtc->active ? "enabled" : "disabled");
9892 pll->active = 0;
9895 if (crtc->active && intel_crtc_to_shared_dpll(crtc) == pll)
9896 pll->active++;
9898 pll->refcount = pll->active;
9971 if (!pll->on || pll->active)