Searched refs:cmd_next (Results 1 – 2 of 2) sorted by relevance
/linux-6.3-rc2/drivers/gpu/drm/vmwgfx/ |
A D | vmwgfx_kms.c | 3061 char *cmd_next; in vmw_du_helper_plane_update() local 3104 cmd_next = cmd_start; in vmw_du_helper_plane_update() 3107 curr_size = update->post_prepare(update, cmd_next); in vmw_du_helper_plane_update() 3108 cmd_next += curr_size; in vmw_du_helper_plane_update() 3113 curr_size = update->pre_clip(update, cmd_next, num_hits); in vmw_du_helper_plane_update() 3114 cmd_next += curr_size; in vmw_du_helper_plane_update() 3130 curr_size = update->clip(update, cmd_next, &clip, fb_x, in vmw_du_helper_plane_update() 3132 cmd_next += curr_size; in vmw_du_helper_plane_update() 3141 curr_size = update->post_clip(update, cmd_next, &bb); in vmw_du_helper_plane_update()
|
/linux-6.3-rc2/drivers/net/wwan/t7xx/ |
A D | t7xx_state_monitor.c | 120 struct t7xx_fsm_command *cmd, *cmd_next; in fsm_flush_event_cmd_qs() local 124 list_for_each_entry_safe(cmd, cmd_next, &ctl->command_queue, entry) { in fsm_flush_event_cmd_qs()
|
Completed in 12 milliseconds