other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
DRM_PRIMARY_HELPER_C(9) | DRM Core | DRM_PRIMARY_HELPER_C(9) |
NAME¶
drm_primary_helper_create_plane - Create a generic primary planeSYNOPSIS¶
struct
drm_plane *
drm_primary_helper_create_plane(struct drm_device * dev,
const uint32_t * formats,
int num_formats);
ARGUMENTS¶
devdrm 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.AUTHORS¶
Jesse Barnes <jesse.barnes@intel.com>Initial version
Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Driver internals
Daniel Vetter <daniel.vetter@ffwll.ch>
Contributions all over the place
COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |