Lines Matching defs:drm_plane_state
52 struct drm_plane_state { struct
54 struct drm_plane *plane;
62 struct drm_crtc *crtc;
70 struct drm_framebuffer *fb;
83 struct dma_fence *fence;
92 int32_t crtc_x;
99 int32_t crtc_y;
103 uint32_t crtc_w, crtc_h;
109 uint32_t src_x;
114 uint32_t src_y;
117 uint32_t src_h, src_w;
121 int32_t hotspot_x, hotspot_y;
129 u16 alpha;
137 uint16_t pixel_blend_mode;
144 unsigned int rotation;
159 unsigned int zpos;
168 unsigned int normalized_zpos;
175 enum drm_color_encoding color_encoding;
182 enum drm_color_range color_range;
195 struct drm_property_blob *fb_damage_clips;
205 bool ignore_damage_clips;
227 struct drm_rect src, dst;
235 bool visible;
264 drm_plane_state_src(const struct drm_plane_state *state) in drm_plane_state_src() argument