drm_plane_create_blend_mode_property
drm_plane_create_blend_mode_property(plane, blend_caps);
err = drm_plane_create_blend_mode_property(plane,
drm_plane_create_blend_mode_property(&plane->base, blend_caps);
EXPORT_SYMBOL(drm_plane_create_blend_mode_property);
drm_plane_create_blend_mode_property(plane, supported_modes);
drm_plane_create_blend_mode_property(&plane->base,
drm_plane_create_blend_mode_property(&plane->base_plane,
err = drm_plane_create_blend_mode_property(plane, blend_modes);
drm_plane_create_blend_mode_property(plane,
drm_plane_create_blend_mode_property(plane,
ret = drm_plane_create_blend_mode_property(&wndw->plane,
drm_plane_create_blend_mode_property(plane, BIT(DRM_MODE_BLEND_PREMULTI) |
drm_plane_create_blend_mode_property(&plane->plane,
drm_plane_create_blend_mode_property(&plane->plane,
drm_plane_create_blend_mode_property(&win->base, blend_caps);
drm_plane_create_blend_mode_property(&plane->base, supported_modes);
ret = drm_plane_create_blend_mode_property(&tplane->plane, blend_modes);
drm_plane_create_blend_mode_property(plane,
int drm_plane_create_blend_mode_property(struct drm_plane *plane,