Lines Matching refs:found

611 	bool found;
614 found = false;
651 found = true;
657 return found;
2857 DRM_DEBUG_KMS("iCLKIP clock: found settings for %dKHz refresh rate: auxdiv=%x, divsel=%x, phasedir=%x, phaseinc=%x\n",
3069 goto found;
3085 goto found;
3095 goto found;
3101 found:
8111 "(expected 0x%08x, found 0x%08x)\n", \
8120 "(expected %i, found %i)\n", \
8129 "(expected %i, found %i)\n", \
8252 "(expected %i, found %i)\n",
8259 "(expected %i, found %i)\n", active, encoder->connectors_active);
8264 "(expected %i, found %i)\n",
8273 "(expected %i, found %i)\n",
8311 "(expected %i, found %i)\n", active, crtc->active);
8314 "(expected %i, found %i)\n", enabled, crtc->base.enabled);
8335 "(expected %i, found %i)\n", crtc->active, active);
8375 DRM_DEBUG_KMS("pll on state mismatch (expected %i, found %i)\n",
8386 DRM_DEBUG_KMS("pll active crtcs mismatch (expected %i, found %i)\n",
8389 DRM_DEBUG_KMS("pll enabled crtcs mismatch (expected %i, found %i)\n",
9052 int found;
9055 found = I915_READ(DDI_BUF_CTL_A) & DDI_INIT_DISPLAY_DETECTED;
9057 if (found)
9062 found = I915_READ(SFUSE_STRAP);
9064 if (found & SFUSE_STRAP_DDIB_DETECTED)
9066 if (found & SFUSE_STRAP_DDIC_DETECTED)
9068 if (found & SFUSE_STRAP_DDID_DETECTED)
9071 int found;
9079 found = intel_sdvo_init(dev, PCH_SDVOB, true);
9080 if (!found)
9082 if (!found && (I915_READ(PCH_DP_B) & DP_DETECTED))
9109 bool found = false;
9113 found = intel_sdvo_init(dev, GEN3_SDVOB, true);
9114 if (!found && SUPPORTS_INTEGRATED_HDMI(dev)) {
9119 if (!found && SUPPORTS_INTEGRATED_DP(dev))
9127 found = intel_sdvo_init(dev, GEN3_SDVOC, false);
9130 if (!found && (I915_READ(GEN3_SDVOC) & SDVO_DETECTED)) {