Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 231631
b: refs/heads/master
c: f01a972
h: refs/heads/master
i:
  231629: 9e2cef4
  231627: 11d5824
  231623: ae2b01e
  231615: 5e0b01f
v: v3
  • Loading branch information
Ben Skeggs committed Jan 17, 2011
1 parent d9cfff2 commit d279a4d
Show file tree
Hide file tree
Showing 2 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: 8b464bfed674fc25d39d8a686010ebe509c8f62a
refs/heads/master: f01a9720cb149e76155dc6e0e051058450305f4f
4 changes: 2 additions & 2 deletions trunk/drivers/gpu/drm/nouveau/nouveau_fbcon.c
Original file line number Diff line number Diff line change
Expand Up @@ -352,8 +352,8 @@ nouveau_fbcon_create(struct nouveau_fbdev *nfbdev,
FBINFO_HWACCEL_IMAGEBLIT;
info->flags |= FBINFO_CAN_FORCE_OUTPUT;
info->fbops = &nouveau_fbcon_sw_ops;
info->fix.smem_start = dev->mode_config.fb_base +
(nvbo->bo.mem.start << PAGE_SHIFT);
info->fix.smem_start = nvbo->bo.mem.bus.base +
nvbo->bo.mem.bus.offset;
info->fix.smem_len = size;

info->screen_base = nvbo_kmap_obj_iovirtual(nouveau_fb->nvbo);
Expand Down

0 comments on commit d279a4d

Please sign in to comment.