Home
last modified time | relevance | path

Searched refs:INTEL_DISPLAY_STATE_WARN (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/gpu/drm/i915/display/
H A Dintel_pch_display.c50 INTEL_DISPLAY_STATE_WARN(display, state && port_pipe == pipe, in assert_pch_dp_disabled()
54 INTEL_DISPLAY_STATE_WARN(display, in assert_pch_dp_disabled()
70 INTEL_DISPLAY_STATE_WARN(display, state && port_pipe == pipe, in assert_pch_hdmi_disabled()
74 INTEL_DISPLAY_STATE_WARN(display, in assert_pch_hdmi_disabled()
90 INTEL_DISPLAY_STATE_WARN(display, in assert_pch_ports_disabled()
95 INTEL_DISPLAY_STATE_WARN(display, in assert_pch_ports_disabled()
115 INTEL_DISPLAY_STATE_WARN(display, enabled, in assert_pch_transcoder_disabled()
H A Dintel_display_power.c1193 INTEL_DISPLAY_STATE_WARN(display, crtc->active, in assert_can_disable_lcpll()
1197 INTEL_DISPLAY_STATE_WARN(display, intel_de_read(display, HSW_PWR_WELL_CTL2), in assert_can_disable_lcpll()
1199 INTEL_DISPLAY_STATE_WARN(display, in assert_can_disable_lcpll()
1202 INTEL_DISPLAY_STATE_WARN(display, in assert_can_disable_lcpll()
1205 INTEL_DISPLAY_STATE_WARN(display, in assert_can_disable_lcpll()
1208 INTEL_DISPLAY_STATE_WARN(display, in assert_can_disable_lcpll()
1211 INTEL_DISPLAY_STATE_WARN(display, in assert_can_disable_lcpll()
1215 INTEL_DISPLAY_STATE_WARN(display, in assert_can_disable_lcpll()
1218 INTEL_DISPLAY_STATE_WARN(display, in assert_can_disable_lcpll()
1221 INTEL_DISPLAY_STATE_WARN(display, in assert_can_disable_lcpll()
[all …]
H A Dintel_fdi.c46 INTEL_DISPLAY_STATE_WARN(display, cur_state != state, in assert_fdi_tx()
68 INTEL_DISPLAY_STATE_WARN(display, cur_state != state, in assert_fdi_rx()
98 INTEL_DISPLAY_STATE_WARN(display, !cur_state, in assert_fdi_tx_pll_enabled()
109 INTEL_DISPLAY_STATE_WARN(display, cur_state != state, in assert_fdi_rx_pll()
H A Dintel_cx0_phy.c3351 INTEL_DISPLAY_STATE_WARN(display, mpllb_hw_state->pll[i] != expected, in intel_c10pll_state_verify()
3357 INTEL_DISPLAY_STATE_WARN(display, mpllb_hw_state->tx != mpllb_sw_state->tx, in intel_c10pll_state_verify()
3362 INTEL_DISPLAY_STATE_WARN(display, mpllb_hw_state->cmn != mpllb_sw_state->cmn, in intel_c10pll_state_verify()
3458 INTEL_DISPLAY_STATE_WARN(display, mpll_hw_state->clock != clock, in intel_c20pll_state_verify()
3463 INTEL_DISPLAY_STATE_WARN(display, sw_use_mpllb != hw_use_mpllb, in intel_c20pll_state_verify()
3470 INTEL_DISPLAY_STATE_WARN(display, mpll_hw_state->mpllb[i] != mpll_sw_state->mpllb[i], in intel_c20pll_state_verify()
3477 INTEL_DISPLAY_STATE_WARN(display, mpll_hw_state->mplla[i] != mpll_sw_state->mplla[i], in intel_c20pll_state_verify()
3485 INTEL_DISPLAY_STATE_WARN(display, mpll_hw_state->tx[i] != mpll_sw_state->tx[i], in intel_c20pll_state_verify()
3492 INTEL_DISPLAY_STATE_WARN(display, mpll_hw_state->cmn[i] != mpll_sw_state->cmn[i], in intel_c20pll_state_verify()
H A Dintel_dpll_mgr.c186 INTEL_DISPLAY_STATE_WARN(display, cur_state != state, in assert_shared_dpll()
557 INTEL_DISPLAY_STATE_WARN(display, !enabled, in ibx_assert_pch_refclk_enabled()
4635 INTEL_DISPLAY_STATE_WARN(display, !pll->on && pll->active_mask, in verify_single_dpll_state()
4638 INTEL_DISPLAY_STATE_WARN(display, pll->on && !pll->active_mask, in verify_single_dpll_state()
4641 INTEL_DISPLAY_STATE_WARN(display, pll->on != active, in verify_single_dpll_state()
4647 INTEL_DISPLAY_STATE_WARN(display, in verify_single_dpll_state()
4658 INTEL_DISPLAY_STATE_WARN(display, !(pll->active_mask & pipe_mask), in verify_single_dpll_state()
4662 INTEL_DISPLAY_STATE_WARN(display, pll->active_mask & pipe_mask, in verify_single_dpll_state()
4666 INTEL_DISPLAY_STATE_WARN(display, !(pll->state.pipe_mask & pipe_mask), in verify_single_dpll_state()
4670 INTEL_DISPLAY_STATE_WARN(display, in verify_single_dpll_state()
[all …]
H A Dintel_pps.c819 INTEL_DISPLAY_STATE_WARN(display, !vdd, "[ENCODER:%d:%s] %s VDD already requested on\n", in intel_pps_vdd_on()
937 INTEL_DISPLAY_STATE_WARN(display, !intel_dp->pps.want_panel_vdd, in intel_pps_vdd_off_unlocked()
1900 INTEL_DISPLAY_STATE_WARN(display, panel_pipe == pipe && locked, in assert_pps_unlocked()
H A Dg4x_dp.c176 INTEL_DISPLAY_STATE_WARN(display, cur_state != state, in assert_dp_port()
188 INTEL_DISPLAY_STATE_WARN(display, cur_state != state, in assert_edp_pll()
H A Dintel_crtc.c42 if (INTEL_DISPLAY_STATE_WARN(display, drm_crtc_vblank_get(crtc) == 0, in assert_vblank_disabled()
H A Dintel_display.h591 #define INTEL_DISPLAY_STATE_WARN(__display, condition, format...) ({ \ macro
H A Dintel_snps_phy.c2024 INTEL_DISPLAY_STATE_WARN(display, mpllb_sw_state->__name != mpllb_hw_state.__name, \ in intel_mpllb_state_verify()
H A Dintel_dpll.c2339 INTEL_DISPLAY_STATE_WARN(display, cur_state != state, in assert_pll()