Lines Matching defs:plane_req
983 struct drm_mode_set_plane *plane_req = data;
996 plane = drm_plane_find(dev, file_priv, plane_req->plane_id);
999 plane_req->plane_id);
1003 if (plane_req->fb_id) {
1004 fb = drm_framebuffer_lookup(dev, file_priv, plane_req->fb_id);
1007 plane_req->fb_id);
1011 crtc = drm_crtc_find(dev, file_priv, plane_req->crtc_id);
1015 plane_req->crtc_id);
1021 plane_req->crtc_x, plane_req->crtc_y,
1022 plane_req->crtc_w, plane_req->crtc_h,
1023 plane_req->src_x, plane_req->src_y,
1024 plane_req->src_w, plane_req->src_h);