Init a preallocated encoder
int drm_encoder_init(struct drm_device * dev, struct drm_encoder * encoder, const struct drm_encoder_funcs * funcs, int encoder_type);
dev
drm device
encoder
the encoder to init
funcs
callbacks for this encoder
encoder_type
user visible type of the encoder
Initialises a preallocated encoder. Encoder should be subclassed as part of driver encoder objects.
Zero on success, error code on failure.
Jesse Barnes <[email protected]>
Intel Corporation,
Initial version
Laurent Pinchart <[email protected]>
Ideas on board SPRL,
Driver internals
Daniel Vetter <[email protected]>
Intel Corporation,
Contributions all over the place