/linux-4.4.14/drivers/gpu/drm/ |
D | drm_atomic_helper.c | 581 struct drm_crtc_state *old_crtc_state; in disable_outputs() local 587 struct drm_crtc_state *old_crtc_state; in disable_outputs() local 594 old_crtc_state = old_state->crtc_states[drm_crtc_index(old_conn_state->crtc)]; in disable_outputs() 596 if (!old_crtc_state->active || in disable_outputs() 630 for_each_crtc_in_state(old_state, crtc, old_crtc_state, i) { in disable_outputs() 637 if (!old_crtc_state->active) in disable_outputs() 676 struct drm_crtc_state *old_crtc_state; in drm_atomic_helper_update_legacy_modeset_state() local 717 for_each_crtc_in_state(old_state, crtc, old_crtc_state, i) { in drm_atomic_helper_update_legacy_modeset_state() 740 struct drm_crtc_state *old_crtc_state; in crtc_set_mode() local 745 for_each_crtc_in_state(old_state, crtc, old_crtc_state, i) { in crtc_set_mode() [all …]
|
/linux-4.4.14/include/drm/ |
D | drm_crtc_helper.h | 112 struct drm_crtc_state *old_crtc_state); 114 struct drm_crtc_state *old_crtc_state);
|
D | drm_atomic_helper.h | 64 void drm_atomic_helper_commit_planes_on_crtc(struct drm_crtc_state *old_crtc_state);
|
/linux-4.4.14/drivers/gpu/drm/fsl-dcu/ |
D | fsl_dcu_drm_crtc.c | 26 struct drm_crtc_state *old_crtc_state) in fsl_dcu_drm_crtc_atomic_begin() argument 37 struct drm_crtc_state *old_crtc_state) in fsl_dcu_drm_crtc_atomic_flush() argument
|
/linux-4.4.14/drivers/gpu/drm/exynos/ |
D | exynos_drm_crtc.c | 68 struct drm_crtc_state *old_crtc_state) in exynos_crtc_atomic_begin() argument 85 struct drm_crtc_state *old_crtc_state) in exynos_crtc_atomic_flush() argument
|
/linux-4.4.14/drivers/gpu/drm/sti/ |
D | sti_crtc.c | 146 struct drm_crtc_state *old_crtc_state) in sti_crtc_atomic_begin() argument 161 struct drm_crtc_state *old_crtc_state) in sti_crtc_atomic_flush() argument
|
/linux-4.4.14/drivers/gpu/drm/omapdrm/ |
D | omap_crtc.c | 392 struct drm_crtc_state *old_crtc_state) in omap_crtc_atomic_begin() argument 397 struct drm_crtc_state *old_crtc_state) in omap_crtc_atomic_flush() argument
|
D | omap_drv.c | 72 struct drm_crtc_state *old_crtc_state; in omap_atomic_wait_for_completion() local 77 for_each_crtc_in_state(old_state, crtc, old_crtc_state, i) { in omap_atomic_wait_for_completion()
|
/linux-4.4.14/drivers/gpu/drm/rcar-du/ |
D | rcar_du_crtc.c | 500 struct drm_crtc_state *old_crtc_state) in rcar_du_crtc_atomic_begin() argument 517 struct drm_crtc_state *old_crtc_state) in rcar_du_crtc_atomic_flush() argument
|
/linux-4.4.14/drivers/gpu/drm/msm/mdp/mdp4/ |
D | mdp4_crtc.c | 338 struct drm_crtc_state *old_crtc_state) in mdp4_crtc_atomic_begin() argument 345 struct drm_crtc_state *old_crtc_state) in mdp4_crtc_atomic_flush() argument
|
/linux-4.4.14/drivers/gpu/drm/msm/mdp/mdp5/ |
D | mdp5_crtc.c | 426 struct drm_crtc_state *old_crtc_state) in mdp5_crtc_atomic_begin() argument 433 struct drm_crtc_state *old_crtc_state) in mdp5_crtc_atomic_flush() argument
|
/linux-4.4.14/drivers/gpu/drm/tegra/ |
D | dc.c | 1276 struct drm_crtc_state *old_crtc_state) in tegra_crtc_atomic_begin() argument 1291 struct drm_crtc_state *old_crtc_state) in tegra_crtc_atomic_flush() argument
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
D | intel_display.c | 3354 struct intel_crtc_state *old_crtc_state) in intel_update_pipe_config() argument 3365 old_crtc_state->pipe_src_w, old_crtc_state->pipe_src_h, in intel_update_pipe_config() 3393 else if (old_crtc_state->pch_pfit.enabled) in intel_update_pipe_config() 12752 struct drm_crtc_state *old_crtc_state; in check_crtc_state() local 12756 for_each_crtc_in_state(old_state, crtc, old_crtc_state, i) { in check_crtc_state() 12765 __drm_atomic_helper_crtc_destroy_state(crtc, old_crtc_state); in check_crtc_state() 12766 pipe_config = to_intel_crtc_state(old_crtc_state); in check_crtc_state() 13603 struct drm_crtc_state *old_crtc_state) in intel_begin_crtc_commit() argument 13608 to_intel_crtc_state(old_crtc_state); in intel_begin_crtc_commit() 13628 struct drm_crtc_state *old_crtc_state) in intel_finish_crtc_commit() argument
|