drm_atomic_helper_plane_set_property(9) helper for plane properties

SYNOPSIS

int drm_atomic_helper_plane_set_property(struct drm_plane * plane, struct drm_property * property, uint64_t val);

ARGUMENTS

plane

DRM plane

property

DRM property

val

value of property

DESCRIPTION

Provides a default plane set_property handler using the atomic driver interface.

RETURNS

Zero on success, error code on failure

AUTHORS

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

Lukas Wunner <[email protected]>

vga_switcheroo documentation

COPYRIGHT