Lines Matching refs:state
346 * @blank: desired blanking state
848 * This function can be called multiple times with the same state since
849 * &fb_info.state is checked to see if fbdev is running or not before locking.
863 if (fb_helper->fbdev->state != FBINFO_STATE_RUNNING)
869 if (fb_helper->fbdev->state == FBINFO_STATE_RUNNING)
1005 struct drm_atomic_state *state;
1014 state = drm_atomic_state_alloc(dev);
1015 if (!state) {
1020 state->acquire_ctx = &ctx;
1033 crtc_state = drm_atomic_get_crtc_state(state, crtc);
1047 ret = drm_atomic_commit(state);
1068 drm_atomic_state_put(state);
1076 drm_atomic_state_clear(state);