| H A D | drm_atomic_uapi.c | 64 * the enable property. 113 * @blob: pointer to blob property to use for mode 115 * Set a mode (originating from a blob property) on the desired CRTC state. 116 * This function will take a reference on the blob property for the CRTC state, 117 * and release the reference held on the state's existing mode property, if any 397 struct drm_crtc_state *state, struct drm_property *property, in drm_atomic_crtc_set_property() argument 405 if (property == config->prop_active) in drm_atomic_crtc_set_property() 407 else if (property == config->prop_mode_id) { in drm_atomic_crtc_set_property() 413 } else if (property == config->prop_vrr_enabled) { in drm_atomic_crtc_set_property() 415 } else if (property in drm_atomic_crtc_set_property() 487 drm_atomic_crtc_get_property(struct drm_crtc * crtc,const struct drm_crtc_state * state,struct drm_property * property,uint64_t * val) drm_atomic_crtc_get_property() argument 525 drm_atomic_plane_set_property(struct drm_plane * plane,struct drm_plane_state * state,struct drm_file * file_priv,struct drm_property * property,uint64_t val) drm_atomic_plane_set_property() argument 646 drm_atomic_plane_get_property(struct drm_plane * plane,const struct drm_plane_state * state,struct drm_property * property,uint64_t * val) drm_atomic_plane_get_property() argument 711 drm_atomic_color_set_data_property(struct drm_colorop * colorop,struct drm_colorop_state * state,struct drm_property * property,uint64_t val) drm_atomic_color_set_data_property() argument 744 drm_atomic_colorop_set_property(struct drm_colorop * colorop,struct drm_colorop_state * state,struct drm_file * file_priv,struct drm_property * property,uint64_t val) drm_atomic_colorop_set_property() argument 774 drm_atomic_colorop_get_property(struct drm_colorop * colorop,const struct drm_colorop_state * state,struct drm_property * property,uint64_t * val) drm_atomic_colorop_get_property() argument 823 drm_atomic_connector_set_property(struct drm_connector * connector,struct drm_connector_state * state,struct drm_file * file_priv,struct drm_property * property,uint64_t val) drm_atomic_connector_set_property() argument 951 drm_atomic_connector_get_property(struct drm_connector * connector,const struct drm_connector_state * state,struct drm_property * property,uint64_t * val) drm_atomic_connector_get_property() argument 1034 drm_atomic_get_property(struct drm_mode_object * obj,struct drm_property * property,uint64_t * val) drm_atomic_get_property() argument [all...] |