Lines Matching full: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()
179 mtk_plane_state->pending.enable = true; in mtk_plane_update_new_state()
180 mtk_plane_state->pending.pitch = pitch; in mtk_plane_update_new_state()
181 mtk_plane_state->pending.hdr_pitch = hdr_pitch; in mtk_plane_update_new_state()
182 mtk_plane_state->pending.format = format; in mtk_plane_update_new_state()
183 mtk_plane_state->pending.modifier = modifier; in mtk_plane_update_new_state()
184 mtk_plane_state->pending.addr = addr; in mtk_plane_update_new_state()
185 mtk_plane_state->pending.hdr_addr = hdr_addr; in mtk_plane_update_new_state()
186 mtk_plane_state->pending.x = new_state->dst.x1; in mtk_plane_update_new_state()
187 mtk_plane_state->pending.y = new_state->dst.y1; in mtk_plane_update_new_state()
188 mtk_plane_state->pending.width = drm_rect_width(&new_state->dst); in mtk_plane_update_new_state()
189 mtk_plane_state->pending.height = drm_rect_height(&new_state->dst); in mtk_plane_update_new_state()
190 mtk_plane_state->pending.rotation = new_state->rotation; in mtk_plane_update_new_state()
191 mtk_plane_state->pending.color_encoding = new_state->color_encoding; in mtk_plane_update_new_state()
213 new_plane_state->pending.async_dirty = true; in mtk_plane_atomic_async_update()
265 mtk_plane_state->pending.enable = false; in mtk_plane_atomic_disable()
267 mtk_plane_state->pending.dirty = true; in mtk_plane_atomic_disable()
287 mtk_plane_state->pending.dirty = true; in mtk_plane_atomic_update()