Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 345549
b: refs/heads/master
c: b8b163b
h: refs/heads/master
i:
  345547: 85c0c7c
v: v3
  • Loading branch information
Rob Clark authored and Rob Clark committed Nov 30, 2012
1 parent cca1034 commit 67a9ed4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 99d1dba6d926582ebfecbb06579094db353622e2
refs/heads/master: b8b163ba9dcf20685bb193fb986989f1c68c3637
2 changes: 1 addition & 1 deletion trunk/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 trunk/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 67a9ed4

Please sign in to comment.