Searched defs:drm_plane_state (Results 1 – 1 of 1) sorted by relevance
754 struct drm_plane_state { struct755 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;[all …]