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

« back to all changes in this revision

Viewing changes to drivers/gpu/drm/radeon/r520.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:
194
194
        }
195
195
 
196
196
        /* Enable IRQ */
 
197
        if (!rdev->irq.installed) {
 
198
                r = radeon_irq_kms_init(rdev);
 
199
                if (r)
 
200
                        return r;
 
201
        }
 
202
 
197
203
        rs600_irq_set(rdev);
198
204
        rdev->config.r300.hdp_cntl = RREG32(RADEON_HOST_PATH_CNTL);
199
205
        /* 1M ring buffer */
299
305
        r = radeon_fence_driver_init(rdev);
300
306
        if (r)
301
307
                return r;
302
 
        r = radeon_irq_kms_init(rdev);
303
 
        if (r)
304
 
                return r;
305
308
        /* Memory manager */
306
309
        r = radeon_bo_init(rdev);
307
310
        if (r)