Revision 5fafdf24 hw/pl110.c

b/hw/pl110.c
1
/* 
1
/*
2 2
 * Arm PrimeCell PL110 Color LCD Controller
3 3
 *
4 4
 * Copyright (c) 2005-2006 CodeSourcery.
......
117 117

  
118 118
    if (!pl110_enabled(s))
119 119
        return;
120
    
120
   
121 121
    switch (s->ds->depth) {
122 122
    case 0:
123 123
        return;
......
151 151
      fn = fntable[s->bpp + 12];
152 152
    else
153 153
      fn = fntable[s->bpp];
154
    
154
   
155 155
    src_width = s->cols;
156 156
    switch (s->bpp) {
157 157
    case BPP_1:

Also available in: Unified diff