Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/vmwgfx/
Dvmwgfx_stdu.c1282 struct vmw_stdu_update_gb_image *cmd_img = cmd; in vmw_stdu_bo_populate_update_cpu() local
1312 SVGA3dBox *box = &cmd_img->body.box; in vmw_stdu_bo_populate_update_cpu()
1314 cmd_img->header.id = SVGA_3D_CMD_UPDATE_GB_IMAGE; in vmw_stdu_bo_populate_update_cpu()
1315 cmd_img->header.size = sizeof(cmd_img->body); in vmw_stdu_bo_populate_update_cpu()
1316 cmd_img->body.image.sid = stdu->display_srf->res.id; in vmw_stdu_bo_populate_update_cpu()
1317 cmd_img->body.image.face = 0; in vmw_stdu_bo_populate_update_cpu()
1318 cmd_img->body.image.mipmap = 0; in vmw_stdu_bo_populate_update_cpu()
1327 cmd_update = (struct vmw_stdu_update *)&cmd_img[1]; in vmw_stdu_bo_populate_update_cpu()
1332 return sizeof(*cmd_img) + sizeof(*cmd_update); in vmw_stdu_bo_populate_update_cpu()