Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 251111
b: refs/heads/master
c: e3e4e9c
h: refs/heads/master
i:
  251109: e63ea2f
  251107: 18a7e09
  251103: 4e6c9cf
v: v3
  • Loading branch information
Geert Uytterhoeven authored and Paul Mundt committed May 24, 2011
1 parent 11180a0 commit e58872a
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: b9b52cf4617bedccef64cee63ba8ec68b213bc21
refs/heads/master: e3e4e9c61eb7bbd1171a2b948f1ea4591bac8289
4 changes: 2 additions & 2 deletions trunk/drivers/video/amifb.c
Original file line number Diff line number Diff line change
Expand Up @@ -2295,7 +2295,7 @@ static int __init amifb_probe(struct platform_device *pdev)
defmode = amiga_vblank == 50 ? DEFMODE_PAL
: DEFMODE_NTSC;
if (amiga_chip_avail()-CHIPRAM_SAFETY_LIMIT >
VIDEOMEMSIZE_ECS_1M)
VIDEOMEMSIZE_ECS_2M)
fb_info.fix.smem_len = VIDEOMEMSIZE_ECS_2M;
else
fb_info.fix.smem_len = VIDEOMEMSIZE_ECS_1M;
Expand All @@ -2312,7 +2312,7 @@ static int __init amifb_probe(struct platform_device *pdev)
maxfmode = TAG_FMODE_4;
defmode = DEFMODE_AGA;
if (amiga_chip_avail()-CHIPRAM_SAFETY_LIMIT >
VIDEOMEMSIZE_AGA_1M)
VIDEOMEMSIZE_AGA_2M)
fb_info.fix.smem_len = VIDEOMEMSIZE_AGA_2M;
else
fb_info.fix.smem_len = VIDEOMEMSIZE_AGA_1M;
Expand Down

0 comments on commit e58872a

Please sign in to comment.