Lines Matching refs:pending

48 	state->pending.format = DRM_FORMAT_RGB565;  in mtk_plane_reset()
49 state->pending.modifier = DRM_FORMAT_MOD_LINEAR; in mtk_plane_reset()
65 state->pending = old_state->pending; in mtk_plane_duplicate_state()
200 mtk_plane_state->pending.enable = true; in mtk_plane_update_new_state()
201 mtk_plane_state->pending.pitch = pitch; in mtk_plane_update_new_state()
202 mtk_plane_state->pending.hdr_pitch = hdr_pitch; in mtk_plane_update_new_state()
203 mtk_plane_state->pending.format = format; in mtk_plane_update_new_state()
204 mtk_plane_state->pending.modifier = modifier; in mtk_plane_update_new_state()
205 mtk_plane_state->pending.addr = addr; in mtk_plane_update_new_state()
206 mtk_plane_state->pending.hdr_addr = hdr_addr; in mtk_plane_update_new_state()
207 mtk_plane_state->pending.x = new_state->dst.x1; in mtk_plane_update_new_state()
208 mtk_plane_state->pending.y = new_state->dst.y1; in mtk_plane_update_new_state()
209 mtk_plane_state->pending.width = drm_rect_width(&new_state->dst); in mtk_plane_update_new_state()
210 mtk_plane_state->pending.height = drm_rect_height(&new_state->dst); in mtk_plane_update_new_state()
211 mtk_plane_state->pending.rotation = new_state->rotation; in mtk_plane_update_new_state()
212 mtk_plane_state->pending.color_encoding = new_state->color_encoding; in mtk_plane_update_new_state()
234 new_plane_state->pending.async_dirty = true; in mtk_plane_atomic_async_update()
286 mtk_plane_state->pending.enable = false; in mtk_plane_atomic_disable()
288 mtk_plane_state->pending.dirty = true; in mtk_plane_atomic_disable()
308 mtk_plane_state->pending.dirty = true; in mtk_plane_atomic_update()