Searched defs:formats (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s12/open-src/kernel/drm/src/
H A Ddrm_crtc.c802 * @formats: array of supported formats (%DRM_FORMAT_*)
803 * @format_count: number of elements in @formats
814 const uint32_t *formats, uint32_t format_count,
837 (void) memcpy(plane->format_types, formats, format_count * sizeof(uint32_t));
1004 * @num_modes: number of different TV formats (modes) supported
1746 * Return plane info, including formats supported, gamma size, any
2225 /* Original addfb only supported RGB formats, so figure out which one */
3637 * Just need to support RGB formats here for compat with code that doesn't
3638 * use pixel formats directl
811 drm_plane_init(struct drm_device *dev, struct drm_plane *plane, unsigned long possible_crtcs, const struct drm_plane_funcs *funcs, const uint32_t *formats, uint32_t format_count, bool priv) argument
[all...]

Completed in 53 milliseconds