Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/vmwgfx/
H A Dvmwgfx_kms.c2812 char *cmd_next; in vmw_du_helper_plane_update() local
2855 cmd_next = cmd_start; in vmw_du_helper_plane_update()
2858 curr_size = update->post_prepare(update, cmd_next); in vmw_du_helper_plane_update()
2859 cmd_next += curr_size; in vmw_du_helper_plane_update()
2864 curr_size = update->pre_clip(update, cmd_next, num_hits); in vmw_du_helper_plane_update()
2865 cmd_next += curr_size; in vmw_du_helper_plane_update()
2881 curr_size = update->clip(update, cmd_next, &clip, fb_x, in vmw_du_helper_plane_update()
2883 cmd_next += curr_size; in vmw_du_helper_plane_update()
2892 curr_size = update->post_clip(update, cmd_next, &bb); in vmw_du_helper_plane_update()