Lines Matching refs:I915_STATE_WARN

1166 	I915_STATE_WARN(cur_state != state,  in assert_pll()
1182 I915_STATE_WARN(cur_state != state, in assert_dsi_pll()
1213 I915_STATE_WARN(cur_state != state, in assert_shared_dpll()
1233 I915_STATE_WARN(cur_state != state, in assert_fdi_tx()
1248 I915_STATE_WARN(cur_state != state, in assert_fdi_rx()
1269I915_STATE_WARN(!(val & FDI_TX_PLL_ENABLE), "FDI TX PLL assertion failure, should be active but is… in assert_fdi_tx_pll_enabled()
1280 I915_STATE_WARN(cur_state != state, in assert_fdi_rx_pll()
1322 I915_STATE_WARN(panel_pipe == pipe && locked, in assert_panel_unlocked()
1338 I915_STATE_WARN(cur_state != state, in assert_cursor()
1365 I915_STATE_WARN(cur_state != state, in assert_pipe()
1378 I915_STATE_WARN(cur_state != state, in assert_plane()
1395 I915_STATE_WARN(val & DISPLAY_PLANE_ENABLE, in assert_planes_disabled()
1406 I915_STATE_WARN((val & DISPLAY_PLANE_ENABLE) && pipe == cur_pipe, in assert_planes_disabled()
1421 I915_STATE_WARN(val & PLANE_CTL_ENABLE, in assert_sprites_disabled()
1428 I915_STATE_WARN(val & SP_ENABLE, in assert_sprites_disabled()
1434 I915_STATE_WARN(val & SPRITE_ENABLE, in assert_sprites_disabled()
1439 I915_STATE_WARN(val & DVS_ENABLE, in assert_sprites_disabled()
1461 I915_STATE_WARN(!enabled, "PCH refclk assertion failure, should be active but is disabled\n"); in ibx_assert_pch_refclk_enabled()
1472 I915_STATE_WARN(enabled, in assert_pch_transcoder_disabled()
1552 I915_STATE_WARN(dp_pipe_enabled(dev_priv, pipe, port_sel, val), in assert_pch_dp_disabled()
1556 I915_STATE_WARN(HAS_PCH_IBX(dev_priv->dev) && (val & DP_PORT_EN) == 0 in assert_pch_dp_disabled()
1565 I915_STATE_WARN(hdmi_pipe_enabled(dev_priv, pipe, val), in assert_pch_hdmi_disabled()
1569 I915_STATE_WARN(HAS_PCH_IBX(dev_priv->dev) && (val & SDVO_ENABLE) == 0 in assert_pch_hdmi_disabled()
1584 I915_STATE_WARN(adpa_pipe_enabled(dev_priv, pipe, val), in assert_pch_ports_disabled()
1589 I915_STATE_WARN(lvds_pipe_enabled(dev_priv, pipe, val), in assert_pch_ports_disabled()
6423 I915_STATE_WARN(!crtc, in intel_connector_check_state()
6429 I915_STATE_WARN(!crtc->state->active, in intel_connector_check_state()
6435 I915_STATE_WARN(conn_state->best_encoder != &encoder->base, in intel_connector_check_state()
6438 I915_STATE_WARN(conn_state->crtc != encoder->base.crtc, in intel_connector_check_state()
6441 I915_STATE_WARN(crtc && crtc->state->active, in intel_connector_check_state()
6443 I915_STATE_WARN(!crtc && connector->base.state->best_encoder, in intel_connector_check_state()
9348 I915_STATE_WARN(crtc->active, "CRTC for pipe %c enabled\n", in assert_can_disable_lcpll()
9351 I915_STATE_WARN(I915_READ(HSW_PWR_WELL_DRIVER), "Power well on\n"); in assert_can_disable_lcpll()
9352 I915_STATE_WARN(I915_READ(SPLL_CTL) & SPLL_PLL_ENABLE, "SPLL enabled\n"); in assert_can_disable_lcpll()
9353 I915_STATE_WARN(I915_READ(WRPLL_CTL1) & WRPLL_PLL_ENABLE, "WRPLL1 enabled\n"); in assert_can_disable_lcpll()
9354 I915_STATE_WARN(I915_READ(WRPLL_CTL2) & WRPLL_PLL_ENABLE, "WRPLL2 enabled\n"); in assert_can_disable_lcpll()
9355 I915_STATE_WARN(I915_READ(PCH_PP_STATUS) & PP_ON, "Panel power on\n"); in assert_can_disable_lcpll()
9356 I915_STATE_WARN(I915_READ(BLC_PWM_CPU_CTL2) & BLM_PWM_ENABLE, in assert_can_disable_lcpll()
9359 I915_STATE_WARN(I915_READ(HSW_BLC_PWM2_CTL) & BLM_PWM_ENABLE, in assert_can_disable_lcpll()
9361 I915_STATE_WARN(I915_READ(BLC_PWM_PCH_CTL1) & BLM_PCH_PWM_ENABLE, in assert_can_disable_lcpll()
9363 I915_STATE_WARN(I915_READ(UTIL_PIN_CTL) & UTIL_PIN_ENABLE, in assert_can_disable_lcpll()
9365 I915_STATE_WARN(I915_READ(PCH_GTC_CTL) & PCH_GTC_ENABLE, "PCH GTC enabled\n"); in assert_can_disable_lcpll()
9373 I915_STATE_WARN(intel_irqs_enabled(dev_priv), "IRQs enabled\n"); in assert_can_disable_lcpll()
12702 I915_STATE_WARN(state->best_encoder != encoder, in check_connector_state()
12726 I915_STATE_WARN(connector->base.state->crtc != in check_encoder_state()
12731 I915_STATE_WARN(!!encoder->base.crtc != enabled, in check_encoder_state()
12740 I915_STATE_WARN(active, in check_encoder_state()
12782 I915_STATE_WARN(crtc->state->active != active, in check_crtc_state()
12786 I915_STATE_WARN(intel_crtc->active != crtc->state->active, in check_crtc_state()
12794 I915_STATE_WARN(active != crtc->state->active, in check_crtc_state()
12798 I915_STATE_WARN(active && intel_crtc->pipe != pipe, in check_crtc_state()
12812 I915_STATE_WARN(1, "pipe state doesn't match!\n"); in check_crtc_state()
12840 I915_STATE_WARN(pll->active > hweight32(pll->config.crtc_mask), in check_shared_dpll_state()
12843 I915_STATE_WARN(pll->active && !pll->on, in check_shared_dpll_state()
12845 I915_STATE_WARN(pll->on && !pll->active, in check_shared_dpll_state()
12847 I915_STATE_WARN(pll->on != active, in check_shared_dpll_state()
12857 I915_STATE_WARN(pll->active != active_crtcs, in check_shared_dpll_state()
12860 I915_STATE_WARN(hweight32(pll->config.crtc_mask) != enabled_crtcs, in check_shared_dpll_state()
12864 I915_STATE_WARN(pll->on && memcmp(&pll->config.hw_state, &dpll_hw_state, in check_shared_dpll_state()