/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_pch_display.c | 50 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 D | intel_display_power.c | 1193 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 D | intel_fdi.c | 46 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 D | intel_cx0_phy.c | 3351 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 D | intel_dpll_mgr.c | 186 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 D | intel_pps.c | 819 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 D | g4x_dp.c | 176 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 D | intel_crtc.c | 42 if (INTEL_DISPLAY_STATE_WARN(display, drm_crtc_vblank_get(crtc) == 0, in assert_vblank_disabled()
|
H A D | intel_display.h | 591 #define INTEL_DISPLAY_STATE_WARN(__display, condition, format...) ({ \ macro
|
H A D | intel_snps_phy.c | 2024 INTEL_DISPLAY_STATE_WARN(display, mpllb_sw_state->__name != mpllb_hw_state.__name, \ in intel_mpllb_state_verify()
|
H A D | intel_dpll.c | 2339 INTEL_DISPLAY_STATE_WARN(display, cur_state != state, in assert_pll()
|