Searched defs:vkms_plane_state (Results 1 – 2 of 2) sorted by relevance
59 struct vkms_plane_state { struct60 struct drm_shadow_plane_state base;61 struct vkms_frame_info *frame_info;62 void (*pixel_read)(u8 *src_buffer, struct pixel_argb_u16 *out_pixel);
99 struct vkms_plane_state *vkms_plane_state; in vkms_plane_atomic_update() local