Searched refs:drm_atomic_get_new_crtc_state (Results 1 – 18 of 18) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/ |
D | drm_atomic_helper.c | 75 crtc_state = drm_atomic_get_new_crtc_state(state, in drm_atomic_helper_plane_changed() 85 crtc_state = drm_atomic_get_new_crtc_state(state, plane_state->crtc); in drm_atomic_helper_plane_changed() 182 crtc_state = drm_atomic_get_new_crtc_state(state, new_conn_state->crtc); in handle_conflicting_encoders() 223 crtc_state = drm_atomic_get_new_crtc_state(state, crtc); in set_best_encoder() 234 crtc_state = drm_atomic_get_new_crtc_state(state, crtc); in set_best_encoder() 267 crtc_state = drm_atomic_get_new_crtc_state(state, encoder_crtc); in steal_encoder() 290 crtc_state = drm_atomic_get_new_crtc_state(state, old_connector_state->crtc); in update_connector_routing() 295 crtc_state = drm_atomic_get_new_crtc_state(state, new_connector_state->crtc); in update_connector_routing() 354 crtc_state = drm_atomic_get_new_crtc_state(state, new_connector_state->crtc); in update_connector_routing() 396 drm_atomic_get_new_crtc_state(state, new_conn_state->crtc); in mode_fixup() [all …]
|
D | drm_blend.c | 434 new_crtc_state = drm_atomic_get_new_crtc_state(state, crtc); in drm_atomic_normalize_zpos()
|
D | drm_simple_kms_helper.c | 138 crtc_state = drm_atomic_get_new_crtc_state(plane_state->state, in drm_simple_kms_plane_atomic_check()
|
D | drm_atomic.c | 1709 crtc_state = drm_atomic_get_new_crtc_state(conn_state->state, in drm_atomic_set_crtc_for_connector() 1893 WARN_ON(!drm_atomic_get_new_crtc_state(state, crtc)); in drm_atomic_add_affected_planes()
|
D | drm_fb_helper.c | 423 struct drm_crtc_state *crtc_state = drm_atomic_get_new_crtc_state(state, crtc); in restore_fbdev_mode_atomic()
|
/Linux-v4.19/drivers/gpu/drm/i915/ |
D | intel_atomic_plane.c | 210 new_crtc_state = drm_atomic_get_new_crtc_state(state, crtc); in intel_plane_atomic_check()
|
D | intel_atomic.c | 120 crtc_state = drm_atomic_get_new_crtc_state(new_state->state, new_state->crtc); in intel_digital_connector_atomic_check()
|
D | intel_dp_mst.c | 117 crtc_state = drm_atomic_get_new_crtc_state(state, old_crtc); in intel_dp_mst_atomic_check()
|
D | intel_hdcp.c | 823 crtc_state = drm_atomic_get_new_crtc_state(new_state->state, in intel_hdcp_atomic_check()
|
D | intel_tv.c | 1406 new_crtc_state = drm_atomic_get_new_crtc_state(new_state->state, new_state->crtc); in intel_tv_atomic_check()
|
D | intel_sdvo.c | 2164 drm_atomic_get_new_crtc_state(state->state, state->crtc); in intel_sdvo_connector_atomic_set_property() 2273 drm_atomic_get_new_crtc_state(new_conn_state->state, in intel_sdvo_atomic_check()
|
D | intel_drv.h | 1343 return to_intel_crtc_state(drm_atomic_get_new_crtc_state(&state->base, in intel_atomic_get_new_crtc_state()
|
D | intel_display.c | 11759 crtc_state = drm_atomic_get_new_crtc_state(state, new_conn_state->crtc); in verify_connector_state() 13036 drm_atomic_get_new_crtc_state(new_state->state, in intel_prepare_plane_fb()
|
/Linux-v4.19/drivers/gpu/drm/vc4/ |
D | vc4_txp.c | 259 crtc_state = drm_atomic_get_new_crtc_state(conn_state->state, in vc4_txp_connector_atomic_check()
|
/Linux-v4.19/include/drm/ |
D | drm_atomic.h | 447 drm_atomic_get_new_crtc_state(struct drm_atomic_state *state, in drm_atomic_get_new_crtc_state() function
|
/Linux-v4.19/drivers/gpu/drm/amd/display/amdgpu_dm/ |
D | amdgpu_dm.c | 4233 drm_atomic_get_new_crtc_state(state, pcrtc); in amdgpu_dm_commit_planes() 4257 new_crtc_state = drm_atomic_get_new_crtc_state(state, crtc); in amdgpu_dm_commit_planes() 4549 new_crtc_state = drm_atomic_get_new_crtc_state(state, &acrtc->base); in amdgpu_dm_atomic_commit_tail() 5071 new_crtc_state = drm_atomic_get_new_crtc_state(state, new_plane_crtc); in dm_update_planes_state() 5216 drm_atomic_get_new_crtc_state(state, &acrtc->base))) in amdgpu_dm_atomic_check()
|
/Linux-v4.19/drivers/gpu/drm/nouveau/dispnv50/ |
D | disp.c | 2005 new_crtc_state = drm_atomic_get_new_crtc_state(&atom->state, crtc); in nv50_disp_outp_atomic_check_clr() 2034 new_crtc_state = drm_atomic_get_new_crtc_state(&atom->state, crtc); in nv50_disp_outp_atomic_check_set()
|
/Linux-v4.19/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_kms.c | 448 crtc_state = drm_atomic_get_new_crtc_state(state->state, state->crtc); in vmw_du_primary_plane_atomic_check()
|