Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_stdu.c1175 struct vmw_stdu_update_gb_image *cmd_img = cmd; in vmw_stdu_bo_populate_update_cpu() local
1205 SVGA3dBox *box = &cmd_img->body.box; in vmw_stdu_bo_populate_update_cpu()
1207 cmd_img->header.id = SVGA_3D_CMD_UPDATE_GB_IMAGE; in vmw_stdu_bo_populate_update_cpu()
1208 cmd_img->header.size = sizeof(cmd_img->body); in vmw_stdu_bo_populate_update_cpu()
1209 cmd_img->body.image.sid = stdu->display_srf->res.id; in vmw_stdu_bo_populate_update_cpu()
1210 cmd_img->body.image.face = 0; in vmw_stdu_bo_populate_update_cpu()
1211 cmd_img->body.image.mipmap = 0; in vmw_stdu_bo_populate_update_cpu()
1220 cmd_update = (struct vmw_stdu_update *)&cmd_img[1]; in vmw_stdu_bo_populate_update_cpu()
1225 return sizeof(*cmd_img) + sizeof(*cmd_update); in vmw_stdu_bo_populate_update_cpu()