Lines Matching refs:plane_resp
658 struct drm_mode_get_plane_res *plane_resp = data;
666 plane_ptr = u64_to_user_ptr(plane_resp->plane_id_ptr);
695 if (count < plane_resp->count_planes &&
701 plane_resp->count_planes = count;
709 struct drm_mode_get_plane *plane_resp = data;
716 plane = drm_plane_find(dev, file_priv, plane_resp->plane_id);
722 plane_resp->crtc_id = plane->state->crtc->base.id;
724 plane_resp->crtc_id = plane->crtc->base.id;
726 plane_resp->crtc_id = 0;
729 plane_resp->fb_id = plane->state->fb->base.id;
731 plane_resp->fb_id = plane->fb->base.id;
733 plane_resp->fb_id = 0;
736 plane_resp->plane_id = plane->base.id;
737 plane_resp->possible_crtcs = drm_lease_filter_crtcs(file_priv,
740 plane_resp->gamma_size = 0;
747 (plane_resp->count_format_types >= plane->format_count)) {
748 format_ptr = (uint32_t __user *)(unsigned long)plane_resp->format_type_ptr;
755 plane_resp->count_format_types = plane->format_count;