Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/hyperv/
H A Dhyperv_drm_proto.c180 struct synthvid_supported_resolution_resp resolution_resp; member
394 if (msg->resolution_resp.resolution_count == 0) { in hyperv_get_supported_resolution()
399 index = msg->resolution_resp.default_resolution_index; in hyperv_get_supported_resolution()
400 if (index >= msg->resolution_resp.resolution_count) { in hyperv_get_supported_resolution()
405 for (i = 0; i < msg->resolution_resp.resolution_count; i++) { in hyperv_get_supported_resolution()
407 msg->resolution_resp.supported_resolution[i].width); in hyperv_get_supported_resolution()
409 msg->resolution_resp.supported_resolution[i].height); in hyperv_get_supported_resolution()
413 msg->resolution_resp.supported_resolution[index].width; in hyperv_get_supported_resolution()
415 msg->resolution_resp.supported_resolution[index].height; in hyperv_get_supported_resolution()