Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 148719
b: refs/heads/master
c: df4f7fe
h: refs/heads/master
i:
  148717: 4e587fd
  148715: de20aeb
  148711: 8d0410d
  148703: de005fe
v: v3
  • Loading branch information
Dave Airlie committed Jun 11, 2009
1 parent 4e2b029 commit a2b0357
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 2ff2e8a3e1898e692b604424c384f134009dea80
refs/heads/master: df4f7fe7bd516b3833e25c692c3970e22038a6ca
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/radeon/radeon_cp.c
Original file line number Diff line number Diff line change
Expand Up @@ -2109,7 +2109,7 @@ int radeon_master_create(struct drm_device *dev, struct drm_master *master)

/* prebuild the SAREA */
sareapage = max_t(unsigned long, SAREA_MAX, PAGE_SIZE);
ret = drm_addmap(dev, 0, sareapage, _DRM_SHM, _DRM_CONTAINS_LOCK|_DRM_DRIVER,
ret = drm_addmap(dev, 0, sareapage, _DRM_SHM, _DRM_CONTAINS_LOCK,
&master_priv->sarea);
if (ret) {
DRM_ERROR("SAREA setup failed\n");
Expand Down

0 comments on commit a2b0357

Please sign in to comment.