Name

drm_primary_helper_create_plane — Create a generic primary plane

Synopsis

struct drm_plane * drm_primary_helper_create_plane (struct drm_device * dev,
 const uint32_t * formats,
 int num_formats);
 

Arguments

dev

drm device

formats

pixel formats supported, or NULL for a default safe list

num_formats

size of formats; ignored if formats is NULL

Description

Allocates and initializes a primary plane that can be used with the primary plane helpers. Drivers that wish to use driver-specific plane structures or provide custom handler functions may perform their own allocation and initialization rather than calling this function.