Lines Matching defs:plane_req
803 struct drm_mode_set_plane *plane_req = data;
816 plane = drm_plane_find(dev, file_priv, plane_req->plane_id);
819 plane_req->plane_id);
823 if (plane_req->fb_id) {
824 fb = drm_framebuffer_lookup(dev, file_priv, plane_req->fb_id);
827 plane_req->fb_id);
831 crtc = drm_crtc_find(dev, file_priv, plane_req->crtc_id);
835 plane_req->crtc_id);
841 plane_req->crtc_x, plane_req->crtc_y,
842 plane_req->crtc_w, plane_req->crtc_h,
843 plane_req->src_x, plane_req->src_y,
844 plane_req->src_w, plane_req->src_h);