Searched refs:drm_property_create (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/drivers/gpu/drm/gma500/ |
D | cdv_device.c | 479 prop = drm_property_create(dev, DRM_MODE_PROP_ENUM, in cdv_intel_attach_force_audio_property() 508 prop = drm_property_create(dev, DRM_MODE_PROP_ENUM, in cdv_intel_attach_broadcast_rgb_property()
|
D | psb_intel_sdvo.c | 2277 drm_property_create(dev, DRM_MODE_PROP_ENUM, in psb_intel_sdvo_tv_create_property()
|
/linux-4.4.14/drivers/gpu/drm/ |
D | drm_crtc.c | 1363 prop = drm_property_create(dev, DRM_MODE_PROP_BLOB | in drm_mode_create_standard_properties() 1377 prop = drm_property_create(dev, in drm_mode_create_standard_properties() 1385 prop = drm_property_create(dev, in drm_mode_create_standard_properties() 1466 prop = drm_property_create(dev, in drm_mode_create_standard_properties() 1574 drm_property_create(dev, DRM_MODE_PROP_ENUM, in drm_mode_create_tv_properties() 3614 struct drm_property *drm_property_create(struct drm_device *dev, int flags, in drm_property_create() function 3656 EXPORT_SYMBOL(drm_property_create); 3686 property = drm_property_create(dev, flags, name, num_values); in drm_property_create_enum() 3735 property = drm_property_create(dev, flags, name, num_values); in drm_property_create_bitmask() 3766 property = drm_property_create(dev, flags, name, 2); in property_create_range() [all …]
|
/linux-4.4.14/drivers/gpu/drm/nouveau/ |
D | nouveau_display.c | 347 p = drm_property_create(dev, DRM_MODE_PROP_ENUM, n, c); \
|
/linux-4.4.14/include/drm/ |
D | drm_crtc.h | 1347 extern struct drm_property *drm_property_create(struct drm_device *dev, int flags,
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
D | intel_sdvo.c | 2711 drm_property_create(dev, DRM_MODE_PROP_ENUM, in intel_sdvo_tv_create_property()
|