Lines Matching full:pending
51 state->pending.format = DRM_FORMAT_RGB565; in mtk_plane_reset()
67 state->pending = old_state->pending; in mtk_plane_duplicate_state()
131 mtk_plane_state->pending.enable = true; in mtk_plane_update_new_state()
132 mtk_plane_state->pending.pitch = pitch; in mtk_plane_update_new_state()
133 mtk_plane_state->pending.format = format; in mtk_plane_update_new_state()
134 mtk_plane_state->pending.addr = addr; in mtk_plane_update_new_state()
135 mtk_plane_state->pending.x = new_state->dst.x1; in mtk_plane_update_new_state()
136 mtk_plane_state->pending.y = new_state->dst.y1; in mtk_plane_update_new_state()
137 mtk_plane_state->pending.width = drm_rect_width(&new_state->dst); in mtk_plane_update_new_state()
138 mtk_plane_state->pending.height = drm_rect_height(&new_state->dst); in mtk_plane_update_new_state()
139 mtk_plane_state->pending.rotation = new_state->rotation; in mtk_plane_update_new_state()
161 new_plane_state->pending.async_dirty = true; in mtk_plane_atomic_async_update()
212 mtk_plane_state->pending.enable = false; in mtk_plane_atomic_disable()
214 mtk_plane_state->pending.dirty = true; in mtk_plane_atomic_disable()
234 mtk_plane_state->pending.dirty = true; in mtk_plane_atomic_update()