Subversion Repositories Kolibri OS

Rev

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

Rev 1128 Rev 1129
Line 573... Line 573...
573
    if (!radeon_card_posted(rdev) && rdev->bios) {
573
    if (!radeon_card_posted(rdev) && rdev->bios) {
574
        DRM_INFO("GPU not posted. posting now...\n");
574
        DRM_INFO("GPU not posted. posting now...\n");
575
        if (rdev->is_atom_bios) {
575
        if (rdev->is_atom_bios) {
576
            atom_asic_init(rdev->mode_info.atom_context);
576
            atom_asic_init(rdev->mode_info.atom_context);
577
        } else {
577
        } else {
578
    //        radeon_combios_asic_init(rdev->ddev);
578
			radeon_combios_asic_init(rdev->ddev);
579
        }
579
        }
580
    }
580
    }
581
    /* Get vram informations */
581
    /* Get vram informations */
582
    radeon_vram_info(rdev);
582
    radeon_vram_info(rdev);
583
    /* Device is severly broken if aper size > vram size.
583
    /* Device is severly broken if aper size > vram size.