Name

drm_atomic_helper_crtc_set_property — 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