Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/drivers/gpu/drm/
Ddrm_crtc.c1363 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/
Dnouveau_display.c347 p = drm_property_create(dev, DRM_MODE_PROP_ENUM, n, c); \
/linux-4.4.14/include/drm/
Ddrm_crtc.h1347 extern struct drm_property *drm_property_create(struct drm_device *dev, int flags,
/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_sdvo.c2711 drm_property_create(dev, DRM_MODE_PROP_ENUM, in intel_sdvo_tv_create_property()