Searched defs:drm_plane_state (Results 1 – 1 of 1) sorted by relevance
59 struct drm_plane_state { struct60 struct drm_plane *plane;68 struct drm_crtc *crtc;76 struct drm_framebuffer *fb;84 struct dma_fence *fence;93 int32_t crtc_x;100 int32_t crtc_y;102 uint32_t crtc_w, crtc_h;105 uint32_t src_x, src_y;106 uint32_t src_h, src_w;[all …]