Lines Matching refs:prop
84 struct drm_property *prop; in intel_attach_force_audio_property() local
86 prop = dev_priv->force_audio_property; in intel_attach_force_audio_property()
87 if (prop == NULL) { in intel_attach_force_audio_property()
88 prop = drm_property_create_enum(dev, 0, in intel_attach_force_audio_property()
92 if (prop == NULL) in intel_attach_force_audio_property()
95 dev_priv->force_audio_property = prop; in intel_attach_force_audio_property()
97 drm_object_attach_property(&connector->base, prop, 0); in intel_attach_force_audio_property()
111 struct drm_property *prop; in intel_attach_broadcast_rgb_property() local
113 prop = dev_priv->broadcast_rgb_property; in intel_attach_broadcast_rgb_property()
114 if (prop == NULL) { in intel_attach_broadcast_rgb_property()
115 prop = drm_property_create_enum(dev, DRM_MODE_PROP_ENUM, in intel_attach_broadcast_rgb_property()
119 if (prop == NULL) in intel_attach_broadcast_rgb_property()
122 dev_priv->broadcast_rgb_property = prop; in intel_attach_broadcast_rgb_property()
125 drm_object_attach_property(&connector->base, prop, 0); in intel_attach_broadcast_rgb_property()