Searched defs:new_crtc_state (Results 1 – 9 of 9) sorted by relevance
/dflybsd-src/sys/dev/drm/ |
H A D | drm_atomic_helper.c | 371 struct drm_crtc_state *new_crtc_state; in mode_fixup() local 567 struct drm_crtc_state *old_crtc_state, *new_crtc_state; in drm_atomic_helper_check_modeset() local 719 struct drm_crtc_state *new_crtc_state; in drm_atomic_helper_check_planes() local 811 struct drm_crtc_state *old_crtc_state, *new_crtc_state; in disable_outputs() local 918 struct drm_crtc_state *new_crtc_state; in drm_atomic_helper_update_legacy_modeset_state() local 981 struct drm_crtc_state *new_crtc_state; in crtc_set_mode() local 1081 struct drm_crtc_state *new_crtc_state; in drm_atomic_helper_commit_modeset_enables() local 1216 struct drm_crtc_state *old_crtc_state, *new_crtc_state; in drm_atomic_helper_wait_for_vblanks() local 1274 struct drm_crtc_state *new_crtc_state; in drm_atomic_helper_wait_for_flip_done() local 1669 struct drm_crtc_state *new_crtc_state; in crtc_or_fake_commit() local [all …]
|
H A D | drm_blend.c | 381 struct drm_crtc_state *old_crtc_state, *new_crtc_state; in drm_atomic_normalize_zpos() local
|
/dflybsd-src/sys/dev/drm/i915/ |
H A D | intel_atomic_plane.c | 213 struct drm_crtc_state *new_crtc_state; in intel_plane_atomic_check() local 243 const struct intel_crtc_state *new_crtc_state = in intel_plane_atomic_update() local
|
H A D | intel_sprite.c | 89 void intel_pipe_update_start(const struct intel_crtc_state *new_crtc_state) in intel_pipe_update_start() 184 void intel_pipe_update_end(struct intel_crtc_state *new_crtc_state) in intel_pipe_update_end()
|
H A D | intel_display.c | 3685 const struct intel_crtc_state *new_crtc_state) in intel_update_pipe_config() 10976 struct drm_crtc_state *new_crtc_state; in intel_modeset_update_crtc_state() local 11540 struct drm_crtc_state *new_crtc_state) in verify_crtc_state() 11667 struct drm_crtc_state *new_crtc_state) in verify_shared_dpll_state() 11777 struct drm_crtc_state *old_crtc_state, *new_crtc_state; in intel_modeset_clear_plls() local 11919 struct drm_crtc_state *old_crtc_state, *new_crtc_state; in intel_modeset_checks() local 12111 struct drm_crtc_state *new_crtc_state) in intel_update_crtc() 12139 struct drm_crtc_state *old_crtc_state, *new_crtc_state; in intel_update_crtcs() local 12157 struct drm_crtc_state *old_crtc_state, *new_crtc_state; in skl_update_crtcs() local 12270 struct drm_crtc_state *old_crtc_state, *new_crtc_state; in intel_atomic_commit_tail() local [all …]
|
H A D | intel_tv.c | 1421 struct drm_crtc_state *new_crtc_state; in intel_tv_atomic_check() local
|
H A D | i915_drv.h | 572 #define for_each_new_intel_crtc_in_state(__state, crtc, new_crtc_state, __i) \ argument
|
/dflybsd-src/sys/dev/drm/include/drm/ |
H A D | drm_atomic.h | 656 #define for_each_oldnew_crtc_in_state(__state, crtc, old_crtc_state, new_crtc_state, __i) \ argument 695 #define for_each_new_crtc_in_state(__state, crtc, new_crtc_state, __i) \ argument
|
/dflybsd-src/sys/dev/drm/amd/display/amdgpu_dm/ |
H A D | amdgpu_dm.c | 751 struct drm_crtc_state *new_crtc_state; in dm_resume() local 4293 struct drm_crtc_state *new_crtc_state; in amdgpu_dm_commit_planes() local 4396 struct drm_crtc_state *old_crtc_state, *new_crtc_state; in amdgpu_dm_atomic_commit() local 4442 struct drm_crtc_state *old_crtc_state, *new_crtc_state; in amdgpu_dm_atomic_commit_tail() local 4864 struct drm_crtc_state *old_crtc_state, *new_crtc_state; in dm_update_crtcs_state() local 5064 struct drm_crtc_state *old_crtc_state, *new_crtc_state; in dm_update_planes_state() local 5201 struct drm_crtc_state *old_crtc_state, *new_crtc_state; in amdgpu_dm_atomic_check() local
|