Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/vmwgfx/
Dvmwgfx_stdu.c1067 struct vmw_stdu_update_gb_image *cmd_img = cmd; in vmw_stdu_bo_populate_update_cpu() local
1097 SVGA3dBox *box = &cmd_img->body.box; in vmw_stdu_bo_populate_update_cpu()
1099 cmd_img->header.id = SVGA_3D_CMD_UPDATE_GB_IMAGE; in vmw_stdu_bo_populate_update_cpu()
1100 cmd_img->header.size = sizeof(cmd_img->body); in vmw_stdu_bo_populate_update_cpu()
1101 cmd_img->body.image.sid = stdu->display_srf->res.id; in vmw_stdu_bo_populate_update_cpu()
1102 cmd_img->body.image.face = 0; in vmw_stdu_bo_populate_update_cpu()
1103 cmd_img->body.image.mipmap = 0; in vmw_stdu_bo_populate_update_cpu()
1112 cmd_update = (struct vmw_stdu_update *)&cmd_img[1]; in vmw_stdu_bo_populate_update_cpu()
1117 return sizeof(*cmd_img) + sizeof(*cmd_update); in vmw_stdu_bo_populate_update_cpu()