Searched refs:I915_STATE_WARN (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/i915/ |
D | intel_display.c | 1113 I915_STATE_WARN(cur_state != state, in assert_pll() 1129 I915_STATE_WARN(cur_state != state, in assert_dsi_pll() 1149 I915_STATE_WARN(cur_state != state, in assert_fdi_tx() 1164 I915_STATE_WARN(cur_state != state, in assert_fdi_rx() 1185 …I915_STATE_WARN(!(val & FDI_TX_PLL_ENABLE), "FDI TX PLL assertion failure, should be active but is… in assert_fdi_tx_pll_enabled() 1196 I915_STATE_WARN(cur_state != state, in assert_fdi_rx_pll() 1253 I915_STATE_WARN(panel_pipe == pipe && locked, in assert_panel_unlocked() 1280 I915_STATE_WARN(cur_state != state, in assert_pipe() 1292 I915_STATE_WARN(cur_state != state, in assert_plane() 1323 I915_STATE_WARN(enabled, in assert_pch_transcoder_disabled() [all …]
|
D | intel_dp.c | 2195 I915_STATE_WARN(!vdd, "eDP port %c VDD already requested on\n", in intel_edp_panel_vdd_on() 2274 I915_STATE_WARN(!intel_dp->want_panel_vdd, "eDP port %c VDD not forced on", in edp_panel_vdd_off() 2505 I915_STATE_WARN(cur_state != state, in assert_dp_port() 2516 I915_STATE_WARN(cur_state != state, in assert_edp_pll()
|
D | i915_drv.h | 99 #define I915_STATE_WARN(condition, format...) ({ \ macro 108 I915_STATE_WARN((x), "%s", "WARN_ON(" __stringify(x) ")")
|
D | intel_dpll_mgr.c | 122 I915_STATE_WARN(cur_state != state, in assert_shared_dpll() 381 I915_STATE_WARN(!enabled, "PCH refclk assertion failure, should be active but is disabled\n"); in ibx_assert_pch_refclk_enabled()
|