Home
last modified time | relevance | path

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

/linux/include/drm/
H A Ddrm_mode_config.h570 * @dpms_property: Default connector property to control the
573 struct drm_property *dpms_property; member
/linux/drivers/gpu/drm/
H A Ddrm_mode_object.c533 if (prop == state->dev->mode_config.dpms_property) { in set_property_atomic()
H A Ddrm_connector.c302 config->dpms_property, 0); in drm_connector_init_only()
1823 dev->mode_config.dpms_property = prop; in drm_connector_create_standard_properties()
3241 if (property == connector->dev->mode_config.dpms_property) { in drm_connector_set_obj_prop()
H A Ddrm_atomic_uapi.c689 } else if (property == config->dpms_property) { in drm_atomic_connector_set_property()
807 } else if (property == config->dpms_property) { in drm_atomic_connector_get_property()
H A Ddrm_client_modeset.c1259 dev->mode_config.dpms_property, dpms_mode); in drm_client_modeset_dpms_legacy()