HomeSort by: relevance | last modified time | path
    Searched defs:scaling_mode_property (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/
drm_connector.c 1519 if (dev->mode_config.scaling_mode_property)
1527 dev->mode_config.scaling_mode_property = scaling_mode;
1644 struct drm_property *scaling_mode_property; local in function:drm_connector_attach_scaling_mode_property
1653 scaling_mode_property =
1657 if (!scaling_mode_property)
1666 ret = drm_property_add_enum(scaling_mode_property,
1671 drm_property_destroy(dev, scaling_mode_property);
1678 scaling_mode_property, 0);
1680 connector->scaling_mode_property = scaling_mode_property;
    [all...]
  /src/sys/external/bsd/drm2/dist/include/drm/
drm_mode_config.h 751 * @scaling_mode_property: Optional connector property to control the
754 struct drm_property *scaling_mode_property; member in struct:drm_mode_config
drm_connector.h 1224 * @scaling_mode_property: Optional atomic property to control the
1227 struct drm_property *scaling_mode_property; member in struct:drm_connector

Completed in 14 milliseconds