Skip to content

Commit

Permalink
drm/vmwgfx: 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 99d1dba commit b8b163b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/vmwgfx/vmwgfx_ldu.c
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ static int vmw_ldu_init(struct vmw_private *dev_priv, unsigned unit)

drm_mode_crtc_set_gamma_size(crtc, 256);

drm_connector_attach_property(connector,
drm_object_attach_property(&connector->base,
dev->mode_config.dirty_info_property,
1);

Expand Down
2 changes: 1 addition & 1 deletion drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ static int vmw_sou_init(struct vmw_private *dev_priv, unsigned unit)

drm_mode_crtc_set_gamma_size(crtc, 256);

drm_connector_attach_property(connector,
drm_object_attach_property(&connector->base,
dev->mode_config.dirty_info_property,
1);

Expand Down

0 comments on commit b8b163b

Please sign in to comment.