Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 87015
b: refs/heads/master
c: fcb1fec
h: refs/heads/master
i:
  87013: e0b114e
  87011: 1233ee8
  87007: 4c7fbf2
v: v3
  • Loading branch information
Paul Mundt committed Mar 6, 2008
1 parent b3d4f17 commit e9b4b6a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 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: b2839ed83f54d40870747ac8d655504dff63d1c5
refs/heads/master: fcb1fec7fece6b9889deaedf5b7d21f4f5a26381
12 changes: 4 additions & 8 deletions trunk/drivers/video/pvr2fb.c
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
/* drivers/video/pvr2fb.c
/*
* drivers/video/pvr2fb.c
*
* Frame buffer and fbcon support for the NEC PowerVR2 found within the Sega
* Dreamcast.
*
* Copyright (c) 2001 M. R. Brown <mrbrown@0xd6.org>
* Copyright (c) 2001, 2002, 2003, 2004, 2005 Paul Mundt <lethal@linux-sh.org>
*
* This file is part of the LinuxDC project (linuxdc.sourceforge.net).
* Copyright (c) 2001 - 2008 Paul Mundt <lethal@linux-sh.org>
*
*/

/*
* This driver is mostly based on the excellent amifb and vfb sources. It uses
* an odd scheme for converting hardware values to/from framebuffer values,
* here are some hacked-up formulas:
Expand Down Expand Up @@ -490,7 +486,7 @@ static int pvr2fb_check_var(struct fb_var_screeninfo *var, struct fb_info *info)
} else {
var->sync &= ~FB_SYNC_BROADCAST;
var->vmode &= ~FB_VMODE_INTERLACED;
var->vmode |= pvr2_var.vmode;
var->vmode |= FB_VMODE_NONINTERLACED;
}

if ((var->activate & FB_ACTIVATE_MASK) != FB_ACTIVATE_TEST) {
Expand Down

0 comments on commit e9b4b6a

Please sign in to comment.