drm_plane.c | 798 struct drm_mode_set_plane *plane_req = data; local in function:drm_mode_setplane 811 plane = drm_plane_find(dev, file_priv, plane_req->plane_id); 814 plane_req->plane_id); 818 if (plane_req->fb_id) { 819 fb = drm_framebuffer_lookup(dev, file_priv, plane_req->fb_id); 822 plane_req->fb_id); 826 crtc = drm_crtc_find(dev, file_priv, plane_req->crtc_id); 830 plane_req->crtc_id); 836 plane_req->crtc_x, plane_req->crtc_y [all...] |