Subversion Repositories Kolibri OS

Rev

Rev 1221 | Rev 1230 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1221 Rev 1222
Line 530... Line 530...
530
                fb->width = width;
530
                fb->width = width;
531
                fb->height = height;
531
                fb->height = height;
532
                fb->pitch = radeon_align_pitch(dev->dev_private, width, 32, false) * ((32 + 1) / 8);
532
                fb->pitch = radeon_align_pitch(dev->dev_private, width, 32, false) * ((32 + 1) / 8);
Line 533... Line 533...
533
 
533
 
-
 
534
                crtc->fb = fb;
Line 534... Line 535...
534
                crtc->fb = fb;
535
                crtc->enabled = true;
Line 535... Line 536...
535
 
536