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

« back to all changes in this revision

Viewing changes to drivers/gpu/drm/radeon/r100.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:
3896
3896
        }
3897
3897
 
3898
3898
        /* Enable IRQ */
 
3899
        if (!rdev->irq.installed) {
 
3900
                r = radeon_irq_kms_init(rdev);
 
3901
                if (r)
 
3902
                        return r;
 
3903
        }
 
3904
 
3899
3905
        r100_irq_set(rdev);
3900
3906
        rdev->config.r100.hdp_cntl = RREG32(RADEON_HOST_PATH_CNTL);
3901
3907
        /* 1M ring buffer */
4054
4060
        r = radeon_fence_driver_init(rdev);
4055
4061
        if (r)
4056
4062
                return r;
4057
 
        r = radeon_irq_kms_init(rdev);
4058
 
        if (r)
4059
 
                return r;
4060
4063
        /* Memory manager */
4061
4064
        r = radeon_bo_init(rdev);
4062
4065
        if (r)