~ubuntu-branches/ubuntu/wily/linux-ti-omap4/wily

« back to all changes in this revision

Viewing changes to drivers/gpu/drm/radeon/r300.c

  • Committer: Package Import Robot
  • Author(s): Paolo Pisati, Paolo Pisati
  • Date: 2013-07-11 18:35:20 UTC
  • Revision ID: package-import@ubuntu.com-20130711183520-htnf1x4y5r11hndr
Tags: 3.5.0-229.42
* Release Tracking Bug
  - LP: #1199276

[ Paolo Pisati ]

* [Config] CONFIG_ATH9K_LEGACY_RATE_CONTROL is not set

Show diffs side-by-side

added added

removed removed

Lines of Context:
1382
1382
        }
1383
1383
 
1384
1384
        /* Enable IRQ */
 
1385
        if (!rdev->irq.installed) {
 
1386
                r = radeon_irq_kms_init(rdev);
 
1387
                if (r)
 
1388
                        return r;
 
1389
        }
 
1390
 
1385
1391
        r100_irq_set(rdev);
1386
1392
        rdev->config.r300.hdp_cntl = RREG32(RADEON_HOST_PATH_CNTL);
1387
1393
        /* 1M ring buffer */
1519
1525
        r = radeon_fence_driver_init(rdev);
1520
1526
        if (r)
1521
1527
                return r;
1522
 
        r = radeon_irq_kms_init(rdev);
1523
 
        if (r)
1524
 
                return r;
1525
1528
        /* Memory manager */
1526
1529
        r = radeon_bo_init(rdev);
1527
1530
        if (r)