Lines Matching refs:vid_hdr
224 struct synthvid_msg_hdr vid_hdr; member
301 msg->pipe_hdr.size = msg->vid_hdr.size; in synthvid_send()
304 msg->vid_hdr.size + sizeof(struct pipe_msg_hdr), in synthvid_send()
326 msg.vid_hdr.type = SYNTHVID_SITUATION_UPDATE; in synthvid_send_situ()
327 msg.vid_hdr.size = sizeof(struct synthvid_msg_hdr) + in synthvid_send_situ()
349 msg.vid_hdr.type = SYNTHVID_POINTER_POSITION; in synthvid_send_ptr()
350 msg.vid_hdr.size = sizeof(struct synthvid_msg_hdr) + in synthvid_send_ptr()
359 msg.vid_hdr.type = SYNTHVID_POINTER_SHAPE; in synthvid_send_ptr()
360 msg.vid_hdr.size = sizeof(struct synthvid_msg_hdr) + in synthvid_send_ptr()
390 msg.vid_hdr.type = SYNTHVID_DIRT; in synthvid_update()
391 msg.vid_hdr.size = sizeof(struct synthvid_msg_hdr) + in synthvid_update()
479 if (msg->vid_hdr.type == SYNTHVID_VERSION_RESPONSE || in synthvid_recv_sub()
480 msg->vid_hdr.type == SYNTHVID_RESOLUTION_RESPONSE || in synthvid_recv_sub()
481 msg->vid_hdr.type == SYNTHVID_VRAM_LOCATION_ACK) { in synthvid_recv_sub()
488 if (msg->vid_hdr.type == SYNTHVID_FEATURE_CHANGE) { in synthvid_recv_sub()
548 msg->vid_hdr.type = SYNTHVID_VERSION_REQUEST; in synthvid_negotiate_ver()
549 msg->vid_hdr.size = sizeof(struct synthvid_msg_hdr) + in synthvid_negotiate_ver()
584 msg->vid_hdr.type = SYNTHVID_RESOLUTION_REQUEST; in synthvid_get_supported_resolution()
585 msg->vid_hdr.size = sizeof(struct synthvid_msg_hdr) + in synthvid_get_supported_resolution()
695 msg->vid_hdr.type = SYNTHVID_VRAM_LOCATION; in synthvid_send_config()
696 msg->vid_hdr.size = sizeof(struct synthvid_msg_hdr) + in synthvid_send_config()