Searched refs:resolution_resp (Results 1 – 1 of 1) sorted by relevance
180 struct synthvid_supported_resolution_resp resolution_resp; member394 if (msg->resolution_resp.resolution_count == 0 || in hyperv_get_supported_resolution()395 msg->resolution_resp.resolution_count > in hyperv_get_supported_resolution()398 msg->resolution_resp.resolution_count); in hyperv_get_supported_resolution()402 index = msg->resolution_resp.default_resolution_index; in hyperv_get_supported_resolution()403 if (index >= msg->resolution_resp.resolution_count) { in hyperv_get_supported_resolution()408 for (i = 0; i < msg->resolution_resp.resolution_count; i++) { in hyperv_get_supported_resolution()410 msg->resolution_resp.supported_resolution[i].width); in hyperv_get_supported_resolution()412 msg->resolution_resp.supported_resolution[i].height); in hyperv_get_supported_resolution()416 msg->resolution_resp.supported_resolution[index].width; in hyperv_get_supported_resolution()[all …]