Home
last modified time | relevance | path

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

/openbmc/linux/include/drm/
H A Ddrm_mode_config.h578 struct drm_property *dpms_property; member
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_mode_object.c531 if (prop == state->dev->mode_config.dpms_property) { in set_property_atomic()
H A Ddrm_connector.c304 config->dpms_property, 0); in __drm_connector_init()
1506 dev->mode_config.dpms_property = prop; in drm_connector_create_standard_properties()
2806 if (property == connector->dev->mode_config.dpms_property) { in drm_connector_set_obj_prop()
H A Ddrm_atomic_uapi.c709 } else if (property == config->dpms_property) { in drm_atomic_connector_set_property()
825 } else if (property == config->dpms_property) { in drm_atomic_connector_get_property()
H A Ddrm_client_modeset.c1212 dev->mode_config.dpms_property, dpms_mode); in drm_client_modeset_dpms_legacy()
/openbmc/linux/drivers/gpu/drm/renesas/shmobile/
H A Dshmob_drm_crtc.c703 sdev->ddev->mode_config.dpms_property, DRM_MODE_DPMS_OFF); in shmob_drm_connector_create()