Lines Matching defs:drm_plane_state
754 struct drm_plane_state { struct
755 struct drm_plane *plane;
757 struct drm_crtc *crtc; /* do not write directly, use drm_atomic_set_crtc_for_plane() */
758 struct drm_framebuffer *fb; /* do not write directly, use drm_atomic_set_fb_for_plane() */
759 struct fence *fence;
762 int32_t crtc_x, crtc_y;
763 uint32_t crtc_w, crtc_h;
766 uint32_t src_x, src_y;
767 uint32_t src_h, src_w;
770 unsigned int rotation;
772 struct drm_atomic_state *state;