H A D | drm_atomic_uapi.c | 62 * the enable property. 111 * @blob: pointer to blob property to use for mode 113 * Set a mode (originating from a blob property) on the desired CRTC state. 114 * This function will take a reference on the blob property for the CRTC state, 115 * and release the reference held on the state's existing mode property, if any 367 struct drm_crtc_state *state, struct drm_property *property, in drm_atomic_crtc_set_property() 375 if (property == config->prop_active) in drm_atomic_crtc_set_property() 377 else if (property == config->prop_mode_id) { in drm_atomic_crtc_set_property() 383 } else if (property == config->prop_vrr_enabled) { in drm_atomic_crtc_set_property() 385 } else if (property in drm_atomic_crtc_set_property() 366 drm_atomic_crtc_set_property(struct drm_crtc * crtc,struct drm_crtc_state * state,struct drm_property * property,uint64_t val) drm_atomic_crtc_set_property() argument 436 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 472 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 584 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 670 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 798 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 881 drm_atomic_get_property(struct drm_mode_object * obj,struct drm_property * property,uint64_t * val) drm_atomic_get_property() argument [all...] |