Lines Matching refs:prop
86 struct drm_property *prop; in intel_attach_force_audio_property() local
88 prop = dev_priv->force_audio_property; in intel_attach_force_audio_property()
89 if (prop == NULL) { in intel_attach_force_audio_property()
90 prop = drm_property_create_enum(dev, 0, in intel_attach_force_audio_property()
94 if (prop == NULL) in intel_attach_force_audio_property()
97 dev_priv->force_audio_property = prop; in intel_attach_force_audio_property()
99 drm_object_attach_property(&connector->base, prop, 0); in intel_attach_force_audio_property()
113 struct drm_property *prop; in intel_attach_broadcast_rgb_property() local
115 prop = dev_priv->broadcast_rgb_property; in intel_attach_broadcast_rgb_property()
116 if (prop == NULL) { in intel_attach_broadcast_rgb_property()
117 prop = drm_property_create_enum(dev, DRM_MODE_PROP_ENUM, in intel_attach_broadcast_rgb_property()
121 if (prop == NULL) in intel_attach_broadcast_rgb_property()
124 dev_priv->broadcast_rgb_property = prop; in intel_attach_broadcast_rgb_property()
127 drm_object_attach_property(&connector->base, prop, 0); in intel_attach_broadcast_rgb_property()