Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/vmwgfx/
Dvmwgfx_stdu.c1292 struct vmw_stdu_update_gb_image *cmd_img = cmd; in vmw_stdu_bo_populate_update_cpu() local
1322 SVGA3dBox *box = &cmd_img->body.box; in vmw_stdu_bo_populate_update_cpu()
1324 cmd_img->header.id = SVGA_3D_CMD_UPDATE_GB_IMAGE; in vmw_stdu_bo_populate_update_cpu()
1325 cmd_img->header.size = sizeof(cmd_img->body); in vmw_stdu_bo_populate_update_cpu()
1326 cmd_img->body.image.sid = stdu->display_srf->res.id; in vmw_stdu_bo_populate_update_cpu()
1327 cmd_img->body.image.face = 0; in vmw_stdu_bo_populate_update_cpu()
1328 cmd_img->body.image.mipmap = 0; in vmw_stdu_bo_populate_update_cpu()
1337 cmd_update = (struct vmw_stdu_update *)&cmd_img[1]; in vmw_stdu_bo_populate_update_cpu()
1342 return sizeof(*cmd_img) + sizeof(*cmd_update); in vmw_stdu_bo_populate_update_cpu()