Home
last modified time | relevance | path

Searched refs:drm_property_create (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/gma500/
Dcdv_device.c479 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()
Dpsb_intel_sdvo.c2277 drm_property_create(dev, DRM_MODE_PROP_ENUM, in psb_intel_sdvo_tv_create_property()
/linux-4.1.27/drivers/gpu/drm/
Ddrm_crtc.c1329 prop = drm_property_create(dev, DRM_MODE_PROP_BLOB | in drm_mode_create_standard_properties()
1343 prop = drm_property_create(dev, in drm_mode_create_standard_properties()
1351 prop = drm_property_create(dev, in drm_mode_create_standard_properties()
1520 drm_property_create(dev, DRM_MODE_PROP_ENUM, in drm_mode_create_tv_properties()
3653 struct drm_property *drm_property_create(struct drm_device *dev, int flags, in drm_property_create() function
3695 EXPORT_SYMBOL(drm_property_create);
3725 property = drm_property_create(dev, flags, name, num_values); in drm_property_create_enum()
3774 property = drm_property_create(dev, flags, name, num_values); in drm_property_create_bitmask()
3805 property = drm_property_create(dev, flags, name, 2); in property_create_range()
3896 property = drm_property_create(dev, flags, name, 1); in drm_property_create_object()
/linux-4.1.27/drivers/gpu/drm/nouveau/
Dnouveau_display.c344 p = drm_property_create(dev, DRM_MODE_PROP_ENUM, n, c); \
/linux-4.1.27/include/drm/
Ddrm_crtc.h1344 extern struct drm_property *drm_property_create(struct drm_device *dev, int flags,
/linux-4.1.27/drivers/gpu/drm/i915/
Dintel_sdvo.c2725 drm_property_create(dev, DRM_MODE_PROP_ENUM, in intel_sdvo_tv_create_property()