Lines Matching refs:plane_resp
1704 struct drm_mode_get_plane_res *plane_resp = data;
1721 (plane_resp->count_planes >= config->num_plane)) {
1722 plane_ptr = (uint32_t *)(unsigned long)plane_resp->plane_id_ptr;
1732 plane_resp->count_planes = config->num_plane;
1752 struct drm_mode_get_plane *plane_resp = data;
1762 obj = drm_mode_object_find(dev, plane_resp->plane_id,
1771 plane_resp->crtc_id = plane->crtc->base.id;
1773 plane_resp->crtc_id = 0;
1776 plane_resp->fb_id = plane->fb->base.id;
1778 plane_resp->fb_id = 0;
1780 plane_resp->plane_id = plane->base.id;
1781 plane_resp->possible_crtcs = plane->possible_crtcs;
1782 plane_resp->gamma_size = 0;
1789 (plane_resp->count_format_types >= plane->format_count)) {
1790 format_ptr = (uint32_t __user *)(unsigned long)plane_resp->format_type_ptr;
1798 plane_resp->count_format_types = plane->format_count;