Lines Matching defs:drm_plane_state
54 struct drm_plane_state { struct
56 struct drm_plane *plane;
64 struct drm_crtc *crtc;
72 struct drm_framebuffer *fb;
85 struct dma_fence *fence;
94 int32_t crtc_x;
101 int32_t crtc_y;
105 uint32_t crtc_w, crtc_h;
111 uint32_t src_x;
116 uint32_t src_y;
119 uint32_t src_h, src_w;
123 int32_t hotspot_x, hotspot_y;
131 u16 alpha;
139 uint16_t pixel_blend_mode;
146 unsigned int rotation;
161 unsigned int zpos;
170 unsigned int normalized_zpos;
177 enum drm_color_encoding color_encoding;
184 enum drm_color_range color_range;
197 struct drm_property_blob *fb_damage_clips;
207 bool ignore_damage_clips;
229 struct drm_rect src, dst;
237 bool visible;
266 drm_plane_state_src(const struct drm_plane_state *state) in drm_plane_state_src() argument