Lines Matching refs:vid_hdr
169 struct synthvid_msg_hdr vid_hdr; member
203 msg->pipe_hdr.size = msg->vid_hdr.size; in hyperv_sendpacket()
206 msg->vid_hdr.size + sizeof(struct pipe_msg_hdr), in hyperv_sendpacket()
224 msg->vid_hdr.type = SYNTHVID_VERSION_REQUEST; in hyperv_negotiate_version()
225 msg->vid_hdr.size = sizeof(struct synthvid_msg_hdr) + in hyperv_negotiate_version()
256 msg->vid_hdr.type = SYNTHVID_VRAM_LOCATION; in hyperv_update_vram_location()
257 msg->vid_hdr.size = sizeof(struct synthvid_msg_hdr) + in hyperv_update_vram_location()
284 msg.vid_hdr.type = SYNTHVID_SITUATION_UPDATE; in hyperv_update_situation()
285 msg.vid_hdr.size = sizeof(struct synthvid_msg_hdr) + in hyperv_update_situation()
323 msg.vid_hdr.type = SYNTHVID_POINTER_POSITION; in hyperv_hide_hw_ptr()
324 msg.vid_hdr.size = sizeof(struct synthvid_msg_hdr) + in hyperv_hide_hw_ptr()
333 msg.vid_hdr.type = SYNTHVID_POINTER_SHAPE; in hyperv_hide_hw_ptr()
334 msg.vid_hdr.size = sizeof(struct synthvid_msg_hdr) + in hyperv_hide_hw_ptr()
361 msg.vid_hdr.type = SYNTHVID_DIRT; in hyperv_update_dirt()
362 msg.vid_hdr.size = sizeof(struct synthvid_msg_hdr) + in hyperv_update_dirt()
386 msg->vid_hdr.type = SYNTHVID_RESOLUTION_REQUEST; in hyperv_get_supported_resolution()
387 msg->vid_hdr.size = sizeof(struct synthvid_msg_hdr) + in hyperv_get_supported_resolution()
436 if (msg->vid_hdr.type == SYNTHVID_VERSION_RESPONSE || in hyperv_receive_sub()
437 msg->vid_hdr.type == SYNTHVID_RESOLUTION_RESPONSE || in hyperv_receive_sub()
438 msg->vid_hdr.type == SYNTHVID_VRAM_LOCATION_ACK) { in hyperv_receive_sub()
444 if (msg->vid_hdr.type == SYNTHVID_FEATURE_CHANGE) { in hyperv_receive_sub()