Home
last modified time | relevance | path

Searched defs:old_crtc_state (Results 1 – 25 of 61) sorted by relevance

123

/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dg4x_hdmi.c370 const struct intel_crtc_state *old_crtc_state, in intel_disable_hdmi()
429 const struct intel_crtc_state *old_crtc_state, in g4x_disable_hdmi()
439 const struct intel_crtc_state *old_crtc_state, in pch_disable_hdmi()
447 const struct intel_crtc_state *old_crtc_state, in pch_post_disable_hdmi()
514 const struct intel_crtc_state *old_crtc_state, in chv_hdmi_post_pll_disable()
522 const struct intel_crtc_state *old_crtc_state, in vlv_hdmi_post_disable()
531 const struct intel_crtc_state *old_crtc_state, in chv_hdmi_post_disable()
H A Dg4x_dp.c231 const struct intel_crtc_state *old_crtc_state) in ilk_edp_pll_off()
410 const struct intel_crtc_state *old_crtc_state) in intel_dp_link_down()
480 const struct intel_crtc_state *old_crtc_state, in intel_disable_dp()
501 const struct intel_crtc_state *old_crtc_state, in g4x_disable_dp()
509 const struct intel_crtc_state *old_crtc_state, in vlv_disable_dp()
517 const struct intel_crtc_state *old_crtc_state, in g4x_post_disable_dp()
538 const struct intel_crtc_state *old_crtc_state, in vlv_post_disable_dp()
546 const struct intel_crtc_state *old_crtc_state, in chv_post_disable_dp()
762 const struct intel_crtc_state *old_crtc_state, in chv_dp_post_pll_disable()
H A Dhsw_ips.c95 const struct intel_crtc_state *old_crtc_state = in hsw_ips_need_disable() local
123 const struct intel_crtc_state *old_crtc_state = in hsw_ips_pre_update() local
136 const struct intel_crtc_state *old_crtc_state = in hsw_ips_need_enable() local
H A Dintel_display.c286 intel_wait_for_pipe_off(const struct intel_crtc_state *old_crtc_state) in intel_wait_for_pipe_off()
453 void intel_disable_transcoder(const struct intel_crtc_state *old_crtc_state) in intel_disable_transcoder()
897 #define is_enabling(feature, old_crtc_state, new_crtc_state) \ argument
900 #define is_disabling(feature, old_crtc_state, new_crtc_state) \ argument
904 static bool planes_enabling(const struct intel_crtc_state *old_crtc_state, in planes_enabling()
910 static bool planes_disabling(const struct intel_crtc_state *old_crtc_state, in planes_disabling()
916 static bool vrr_enabling(const struct intel_crtc_state *old_crtc_state, in vrr_enabling()
922 static bool vrr_disabling(const struct intel_crtc_state *old_crtc_state, in vrr_disabling()
935 const struct intel_crtc_state *old_crtc_state = in intel_post_plane_update() local
1005 const struct intel_crtc_state *old_crtc_state = in intel_crtc_async_flip_disable_wa() local
[all …]
H A Dintel_atomic_plane.c261 const struct intel_crtc_state *old_crtc_state; in intel_plane_calc_min_cdclk() local
414 const struct intel_crtc_state *old_crtc_state, in intel_plane_do_async_flip()
476 static int intel_plane_atomic_calc_changes(const struct intel_crtc_state *old_crtc_state, in intel_plane_atomic_calc_changes()
599 int intel_plane_atomic_check_with_state(const struct intel_crtc_state *old_crtc_state, in intel_plane_atomic_check_with_state()
690 const struct intel_crtc_state *old_crtc_state = in intel_plane_atomic_check() local
830 struct intel_crtc_state *old_crtc_state = in skl_crtc_planes_update_arm() local
H A Dintel_modeset_verify.c160 struct intel_crtc_state *old_crtc_state, in verify_crtc_state()
230 struct intel_crtc_state *old_crtc_state, in intel_modeset_verify_crtc()
H A Dintel_lvds.c336 const struct intel_crtc_state *old_crtc_state, in intel_disable_lvds()
353 const struct intel_crtc_state *old_crtc_state, in gmch_disable_lvds()
364 const struct intel_crtc_state *old_crtc_state, in pch_disable_lvds()
372 const struct intel_crtc_state *old_crtc_state, in pch_post_disable_lvds()
H A Dintel_crt.c217 const struct intel_crtc_state *old_crtc_state, in intel_disable_crt()
225 const struct intel_crtc_state *old_crtc_state, in pch_disable_crt()
232 const struct intel_crtc_state *old_crtc_state, in pch_post_disable_crt()
240 const struct intel_crtc_state *old_crtc_state, in hsw_disable_crt()
252 const struct intel_crtc_state *old_crtc_state, in hsw_post_disable_crt()
H A Dintel_vrr.c49 struct intel_crtc_state *old_crtc_state, *new_crtc_state; in intel_vrr_check_modeset() local
239 void intel_vrr_disable(const struct intel_crtc_state *old_crtc_state) in intel_vrr_disable()
H A Dintel_display.h326 #define for_each_old_intel_crtc_in_state(__state, crtc, old_crtc_state, __i) \ argument
359 #define for_each_oldnew_intel_crtc_in_state(__state, crtc, old_crtc_state, new_crtc_state, __i) \ argument
368 #define for_each_oldnew_intel_crtc_in_state_reverse(__state, crtc, old_crtc_state, new_crtc_state, … argument
H A Dintel_audio.c274 const struct intel_crtc_state *old_crtc_state, in g4x_audio_codec_disable()
388 const struct intel_crtc_state *old_crtc_state, in hsw_audio_codec_disable()
590 const struct intel_crtc_state *old_crtc_state, in ibx_audio_codec_disable()
769 const struct intel_crtc_state *old_crtc_state, in intel_audio_codec_disable()
H A Dintel_atomic.c239 const struct intel_crtc_state *old_crtc_state = to_intel_crtc_state(crtc->state); in intel_crtc_duplicate_state() local
H A Dintel_drrs.c172 void intel_drrs_deactivate(const struct intel_crtc_state *old_crtc_state) in intel_drrs_deactivate()
/openbmc/linux/drivers/gpu/drm/imx/dcss/
H A Ddcss-crtc.c83 struct drm_crtc_state *old_crtc_state = drm_atomic_get_old_crtc_state(state, in dcss_crtc_atomic_enable() local
119 struct drm_crtc_state *old_crtc_state = drm_atomic_get_old_crtc_state(state, in dcss_crtc_atomic_disable() local
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_atomic_helper.c624 struct drm_crtc_state *old_crtc_state, *new_crtc_state; in drm_atomic_helper_check_modeset() local
1127 struct drm_crtc_state *old_crtc_state, *new_crtc_state; in disable_outputs() local
1463 struct drm_crtc_state *old_crtc_state; in drm_atomic_helper_commit_modeset_enables() local
1647 struct drm_crtc_state *old_crtc_state, *new_crtc_state; in drm_atomic_helper_wait_for_vblanks() local
2274 struct drm_crtc_state *old_crtc_state, *new_crtc_state; in drm_atomic_helper_setup_commit() local
2399 struct drm_crtc_state *old_crtc_state; in drm_atomic_helper_wait_for_dependencies() local
2492 struct drm_crtc_state *old_crtc_state, *new_crtc_state; in drm_atomic_helper_commit_hw_done() local
2537 struct drm_crtc_state *old_crtc_state; in drm_atomic_helper_commit_cleanup_done() local
2737 struct drm_crtc_state *old_crtc_state, *new_crtc_state; in drm_atomic_helper_commit_planes() local
2852 drm_atomic_helper_commit_planes_on_crtc(struct drm_crtc_state *old_crtc_state) in drm_atomic_helper_commit_planes_on_crtc()
[all …]
H A Ddrm_self_refresh_helper.c150 struct drm_crtc_state *old_crtc_state; in drm_self_refresh_helper_update_avg_times() local
H A Ddrm_atomic.c379 static int drm_atomic_crtc_check(const struct drm_crtc_state *old_crtc_state, in drm_atomic_crtc_check()
1355 const struct drm_crtc_state *old_crtc_state = in drm_atomic_add_affected_planes() local
1395 struct drm_crtc_state *old_crtc_state; in drm_atomic_check_only() local
H A Ddrm_blend.c514 struct drm_crtc_state *old_crtc_state, *new_crtc_state; in drm_atomic_normalize_zpos() local
/openbmc/linux/drivers/gpu/drm/msm/dp/
H A Ddp_drm.c136 struct drm_crtc_state *old_crtc_state; in edp_bridge_atomic_enable() local
166 struct drm_crtc_state *new_crtc_state = NULL, *old_crtc_state = NULL; in edp_bridge_atomic_disable() local
/openbmc/linux/drivers/gpu/drm/imx/ipuv3/
H A Dipuv3-crtc.c62 struct drm_crtc_state *old_crtc_state) in ipu_crtc_disable_planes()
84 struct drm_crtc_state *old_crtc_state = drm_atomic_get_old_crtc_state(state, in ipu_crtc_atomic_disable() local
/openbmc/linux/drivers/gpu/drm/bridge/
H A Dpanel.c121 struct drm_crtc_state *old_crtc_state; in panel_bridge_atomic_pre_enable() local
141 struct drm_crtc_state *old_crtc_state; in panel_bridge_atomic_enable() local
/openbmc/linux/drivers/gpu/drm/vc4/
H A Dvc4_kms.c510 struct drm_crtc_state *old_crtc_state, *new_crtc_state; in vc4_ctm_atomic_check() local
850 struct drm_crtc_state *old_crtc_state, *new_crtc_state; in vc4_pv_muxing_atomic_check() local
927 struct drm_crtc_state *old_crtc_state, *new_crtc_state; in vc4_core_clock_atomic_check() local
/openbmc/linux/drivers/gpu/drm/fsl-dcu/
H A Dfsl_dcu_drm_crtc.c48 struct drm_crtc_state *old_crtc_state = drm_atomic_get_old_crtc_state(state, in fsl_dcu_drm_crtc_atomic_disable() local
/openbmc/linux/drivers/gpu/drm/vkms/
H A Dvkms_drv.c68 struct drm_crtc_state *old_crtc_state; in vkms_atomic_commit_tail() local
/openbmc/linux/drivers/gpu/drm/msm/
H A Dmsm_atomic.c186 struct drm_crtc_state *old_crtc_state, *new_crtc_state; in msm_atomic_check() local

123