Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 38079
b: refs/heads/master
c: 70abac6
h: refs/heads/master
i:
  38077: c3a1086
  38075: 8cd9cef
  38071: b35bad5
  38063: 5999a51
  38047: 2b42231
  38015: c46ec45
v: v3
  • Loading branch information
Paul Mackerras authored and Linus Torvalds committed Oct 3, 2006
1 parent e9956fa commit e5482c7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a09fd48f8fb6ecb8bf85efdd884b21b6201ef9cc
refs/heads/master: 70abac6e4f4bfb05a8198e22225f9e066239c7a2
10 changes: 10 additions & 0 deletions trunk/drivers/video/nvidia/nvidia.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
#include <asm/prom.h>
#include <asm/pci-bridge.h>
#endif
#ifdef CONFIG_BOOTX_TEXT
#include <asm/btext.h>
#endif

#include "nv_local.h"
#include "nv_type.h"
Expand Down Expand Up @@ -681,6 +684,13 @@ static int nvidiafb_set_par(struct fb_info *info)

nvidia_vga_protect(par, 0);

#ifdef CONFIG_BOOTX_TEXT
/* Update debug text engine */
btext_update_display(info->fix.smem_start,
info->var.xres, info->var.yres,
info->var.bits_per_pixel, info->fix.line_length);
#endif

NVTRACE_LEAVE();
return 0;
}
Expand Down

0 comments on commit e5482c7

Please sign in to comment.