Home
last modified time | relevance | path

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

/third_party/weston/libweston/backend-drm/
Ddrm-internal.h407 struct drm_plane_state { struct
408 struct drm_plane *plane;
409 struct drm_output *output;
410 struct drm_output_state *output_state;
412 struct drm_fb *fb;
414 struct weston_view *ev; /**< maintained for drm_assign_planes only */
416 int32_t src_x, src_y;
417 uint32_t src_w, src_h;
418 int32_t dest_x, dest_y;
419 uint32_t dest_w, dest_h;
[all …]