Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 259567
b: refs/heads/master
c: 7b847f6
h: refs/heads/master
i:
  259565: c150fdd
  259563: 83f92cd
  259559: 1762fc2
  259551: 579dfa9
v: v3
  • Loading branch information
Alan Cox authored and Greg Kroah-Hartman committed Jun 28, 2011
1 parent 4f73ac3 commit 6274934
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: dca22184262de0171bafdf613a8d3992a818b70f
refs/heads/master: 7b847f6ded0ae3ee51d92089282d5c8f67b65b9e
3 changes: 1 addition & 2 deletions trunk/drivers/staging/gma500/psb_gtt.c
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ u32 *psb_gtt_entry(struct drm_device *dev, struct gtt_range *r)
*/
static int psb_gtt_insert(struct drm_device *dev, struct gtt_range *r)
{
struct drm_psb_private *dev_priv = dev->dev_private;
u32 *gtt_slot, pte;
int numpages = (r->resource.end + 1 - r->resource.start) >> PAGE_SHIFT;
struct page **pages;
Expand Down Expand Up @@ -490,7 +489,7 @@ int psb_gtt_init(struct drm_device *dev, int resume)
goto out_err;
}

DRM_DEBUG("%s: vram kernel virtual address %p\n", dev_priv->vram_addr);
DRM_DEBUG("gma500: vram kernel virtual address %p\n", dev_priv->vram_addr);

tt_pages = (pg->gatt_pages < PSB_TT_PRIV0_PLIMIT) ?
(pg->gatt_pages) : PSB_TT_PRIV0_PLIMIT;
Expand Down

0 comments on commit 6274934

Please sign in to comment.