Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/hyperv/
A Dhyperv_drm_proto.c182 struct synthvid_supported_resolution_resp resolution_resp; member
399 if (msg->resolution_resp.resolution_count == 0) { in hyperv_get_supported_resolution()
404 index = msg->resolution_resp.default_resolution_index; in hyperv_get_supported_resolution()
405 if (index >= msg->resolution_resp.resolution_count) { in hyperv_get_supported_resolution()
410 for (i = 0; i < msg->resolution_resp.resolution_count; i++) { in hyperv_get_supported_resolution()
412 msg->resolution_resp.supported_resolution[i].width); in hyperv_get_supported_resolution()
414 msg->resolution_resp.supported_resolution[i].height); in hyperv_get_supported_resolution()
418 msg->resolution_resp.supported_resolution[index].width; in hyperv_get_supported_resolution()
420 msg->resolution_resp.supported_resolution[index].height; in hyperv_get_supported_resolution()
/linux/drivers/video/fbdev/
A Dhyperv_fb.c238 struct synthvid_supported_resolution_resp resolution_resp; member
603 if (msg->resolution_resp.resolution_count == 0) { in synthvid_get_supported_resolution()
609 index = msg->resolution_resp.default_resolution_index; in synthvid_get_supported_resolution()
610 if (index >= msg->resolution_resp.resolution_count) { in synthvid_get_supported_resolution()
616 for (i = 0; i < msg->resolution_resp.resolution_count; i++) { in synthvid_get_supported_resolution()
618 msg->resolution_resp.supported_resolution[i].width); in synthvid_get_supported_resolution()
620 msg->resolution_resp.supported_resolution[i].height); in synthvid_get_supported_resolution()
624 msg->resolution_resp.supported_resolution[index].width; in synthvid_get_supported_resolution()
626 msg->resolution_resp.supported_resolution[index].height; in synthvid_get_supported_resolution()

Completed in 8 milliseconds