Home
last modified time | relevance | path

Searched defs:drm_plane_state (Results 1 – 1 of 1) sorted by relevance

/dflybsd-src/sys/dev/drm/include/drm/
H A Ddrm_plane.h59 struct drm_plane_state { struct
60 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 …]