Lines Matching defs:drm_plane_state
757 struct drm_plane_state { struct
758 struct drm_plane *plane;
760 struct drm_crtc *crtc; /* do not write directly, use drm_atomic_set_crtc_for_plane() */
761 struct drm_framebuffer *fb; /* do not write directly, use drm_atomic_set_fb_for_plane() */
762 struct fence *fence;
765 int32_t crtc_x, crtc_y;
766 uint32_t crtc_w, crtc_h;
769 uint32_t src_x, src_y;
770 uint32_t src_h, src_w;
773 unsigned int rotation;
775 struct drm_atomic_state *state;