Home
last modified time | relevance | path

Searched refs:cmd_next (Results 1 – 1 of 1) sorted by relevance

/drivers/gpu/drm/vmwgfx/
Dvmwgfx_kms.c2758 char *cmd_next; in vmw_du_helper_plane_update() local
2801 cmd_next = cmd_start; in vmw_du_helper_plane_update()
2804 curr_size = update->post_prepare(update, cmd_next); in vmw_du_helper_plane_update()
2805 cmd_next += curr_size; in vmw_du_helper_plane_update()
2810 curr_size = update->pre_clip(update, cmd_next, num_hits); in vmw_du_helper_plane_update()
2811 cmd_next += curr_size; in vmw_du_helper_plane_update()
2827 curr_size = update->clip(update, cmd_next, &clip, fb_x, in vmw_du_helper_plane_update()
2829 cmd_next += curr_size; in vmw_du_helper_plane_update()
2838 curr_size = update->post_clip(update, cmd_next, &bb); in vmw_du_helper_plane_update()