Skip to content

Commit

Permalink
drm/shmob: drm_connector_property -> drm_object_property
Browse files Browse the repository at this point in the history
Signed-off-by: Rob Clark <rob@ti.com>
  • Loading branch information
Rob Clark authored and Rob Clark committed Nov 30, 2012
1 parent e35755f commit c708a56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/shmobile/shmob_drm_crtc.c
Original file line number Diff line number Diff line change
Expand Up @@ -748,7 +748,7 @@ int shmob_drm_connector_create(struct shmob_drm_device *sdev,
connector->encoder = encoder;

drm_helper_connector_dpms(connector, DRM_MODE_DPMS_OFF);
drm_connector_property_set_value(connector,
drm_object_property_set_value(&connector->base,
sdev->ddev->mode_config.dpms_property, DRM_MODE_DPMS_OFF);

return 0;
Expand Down

0 comments on commit c708a56

Please sign in to comment.