Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 311026
b: refs/heads/master
c: ce020ea
h: refs/heads/master
v: v3
  • Loading branch information
Márton Németh authored and Dave Airlie committed Jun 16, 2012
1 parent 8afcbc3 commit 08bec7e
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 489797d510dfbce15120492d7ef6f956928b99f2
refs/heads/master: ce020ea53264f1460ae619cfc12f968dbd0b8974
3 changes: 1 addition & 2 deletions trunk/drivers/gpu/drm/via/via_map.c
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,11 @@ int via_driver_load(struct drm_device *dev, unsigned long chipset)
if (dev_priv == NULL)
return -ENOMEM;

idr_init(&dev_priv->object_idr);
dev->dev_private = (void *)dev_priv;

dev_priv->chipset = chipset;

idr_init(&dev->object_name_idr);

pci_set_master(dev->pdev);

ret = drm_vblank_init(dev, 1);
Expand Down

0 comments on commit 08bec7e

Please sign in to comment.