Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/hyperv/
H A Dhyperv_drm_proto.c159 u8 resolution_count; member
394 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()
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()
461 if (msg->resolution_resp.resolution_count > in hyperv_receive_sub()
465 msg->resolution_resp.resolution_count); in hyperv_receive_sub()
468 need += msg->resolution_resp.resolution_count * in hyperv_receive_sub()