drm_atomic_helper_crtc_set_property(9) helper for crtc properties

SYNOPSIS

int drm_atomic_helper_crtc_set_property(struct drm_crtc * crtc, struct drm_property * property, uint64_t val);

ARGUMENTS

crtc

DRM crtc

property

DRM property

val

value of property

DESCRIPTION

Provides a default crtc 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