Home
last modified time | relevance | path

Searched refs:dpms_property (Results 1 – 5 of 5) sorted by relevance

/dragonfly/sys/dev/drm/include/drm/
H A Ddrm_mode_config.h526 struct drm_property *dpms_property; member
/dragonfly/sys/dev/drm/
H A Ddrm_connector.c250 config->dpms_property, 0); in drm_connector_init()
841 dev->mode_config.dpms_property = prop; in DRM_ENUM_NAME_FN()
1319 if (property == connector->dev->mode_config.dpms_property) { in drm_mode_connector_set_obj_prop()
H A Ddrm_mode_object.c471 if (prop == state->dev->mode_config.dpms_property) { in set_property_atomic()
H A Ddrm_atomic.c1153 } else if (property == config->dpms_property) { in drm_atomic_connector_set_property()
1248 } else if (property == config->dpms_property) { in drm_atomic_connector_get_property()
H A Ddrm_fb_helper.c624 dev->mode_config.dpms_property, dpms_mode); in dpms_legacy()