H A D | drm_crtc.c | 2 * Copyright (c) 2006-2008 Intel Corporation 43 char *fnname(int val) \ 45 int i; \ 84 * Non-global properties, but "required" for certain connectors. 88 { DRM_MODE_SUBCONNECTOR_Automatic, "Automatic" }, /* DVI-I and TV-out */ 89 { DRM_MODE_SUBCONNECTOR_DVID, "DVI-D" }, /* DVI-I */ 90 { DRM_MODE_SUBCONNECTOR_DVIA, "DVI-A" }, /* DVI- 1071 struct drm_property *property, *pt; drm_mode_config_cleanup() local 2771 struct drm_property *property = NULL; drm_property_create() local 2813 struct drm_property *property; drm_property_create_enum() local 2841 struct drm_property *property; drm_property_create_bitmask() local 2868 struct drm_property *property; drm_property_create_range() local 2883 drm_property_add_enum(struct drm_property * property,int index,uint64_t value,const char * name) drm_property_add_enum() argument 2923 drm_property_destroy(struct drm_device * dev,struct drm_property * property) drm_property_destroy() argument 2941 drm_object_attach_property(struct drm_mode_object * obj,struct drm_property * property,uint64_t init_val) drm_object_attach_property() argument 2961 drm_object_property_set_value(struct drm_mode_object * obj,struct drm_property * property,uint64_t val) drm_object_property_set_value() argument 2977 drm_object_property_get_value(struct drm_mode_object * obj,struct drm_property * property,uint64_t * val) drm_object_property_get_value() argument 2997 struct drm_property *property; drm_mode_getproperty_ioctl() local 3195 drm_property_change_is_valid(struct drm_property * property,uint64_t value) drm_property_change_is_valid() argument 3238 drm_mode_connector_set_obj_prop(struct drm_mode_object * obj,struct drm_property * property,uint64_t value) drm_mode_connector_set_obj_prop() argument 3259 drm_mode_crtc_set_obj_prop(struct drm_mode_object * obj,struct drm_property * property,uint64_t value) drm_mode_crtc_set_obj_prop() argument 3274 drm_mode_plane_set_obj_prop(struct drm_mode_object * obj,struct drm_property * property,uint64_t value) drm_mode_plane_set_obj_prop() argument 3350 struct drm_property *property; drm_mode_obj_set_property_ioctl() local [all...] |