Lines Matching defs:state
599 struct drm_atomic_state *state)
602 struct drm_plane_state *new_plane_state = drm_atomic_get_new_plane_state(state, plane);
608 new_crtc_state = drm_atomic_get_new_crtc_state(state, new_plane_state->crtc);
641 struct drm_atomic_state *state)
645 struct drm_plane_state *plane_state = drm_atomic_get_new_plane_state(state, plane);
648 struct drm_plane_state *old_plane_state = drm_atomic_get_old_plane_state(state, plane);
656 struct drm_crtc_state *crtc_state = drm_atomic_get_new_crtc_state(state, crtc);
680 struct drm_atomic_state *state)
696 struct drm_atomic_state *state)
856 struct drm_atomic_state *state)
858 struct drm_plane_state *new_plane_state = drm_atomic_get_new_plane_state(state, plane);
864 new_crtc_state = drm_atomic_get_new_crtc_state(state, new_plane_state->crtc);
880 struct drm_atomic_state *state)
883 struct drm_plane_state *plane_state = drm_atomic_get_new_plane_state(state, plane);
886 struct drm_plane_state *old_plane_state = drm_atomic_get_old_plane_state(state, plane);
940 struct drm_atomic_state *state)
1028 ast_state = to_ast_crtc_state(crtc->state);
1036 if (crtc->state->gamma_lut)
1037 ast_crtc_set_gamma(ast, format, crtc->state->gamma_lut->data);
1133 struct drm_atomic_state *state)
1135 struct drm_crtc_state *crtc_state = drm_atomic_get_new_crtc_state(state, crtc);
1136 struct drm_crtc_state *old_crtc_state = drm_atomic_get_old_crtc_state(state, crtc);
1184 struct drm_atomic_state *state)
1186 struct drm_crtc_state *crtc_state = drm_atomic_get_new_crtc_state(state,
1211 static void ast_crtc_helper_atomic_enable(struct drm_crtc *crtc, struct drm_atomic_state *state)
1215 struct drm_crtc_state *crtc_state = drm_atomic_get_new_crtc_state(state, crtc);
1232 static void ast_crtc_helper_atomic_disable(struct drm_crtc *crtc, struct drm_atomic_state *state)
1234 struct drm_crtc_state *old_crtc_state = drm_atomic_get_old_crtc_state(state, crtc);
1272 if (crtc->state)
1273 crtc->funcs->atomic_destroy_state(crtc, crtc->state);
1287 if (drm_WARN_ON(dev, !crtc->state))
1295 ast_state = to_ast_crtc_state(crtc->state);
1305 struct drm_crtc_state *state)
1307 struct ast_crtc_state *ast_state = to_ast_crtc_state(state);
1863 static void ast_mode_config_helper_atomic_commit_tail(struct drm_atomic_state *state)
1865 struct ast_device *ast = to_ast_device(state->dev);
1874 drm_atomic_helper_commit_tail_rpm(state);