~ubuntu-branches/ubuntu/quantal/linux-lowlatency/quantal

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Alessio Igor Bogani
  • Date: 2011-10-26 11:13:05 UTC
  • Revision ID: package-import@ubuntu.com-20111026111305-04kado7d1u2er2rl
Tags: 3.2.0-16.25
Add new lowlatency kernel flavour

Show diffs side-by-side

added added

removed removed

Lines of Context:
134
134
        /* Dell RS690 only seems to work with MSIs. */
135
135
        if ((rdev->pdev->device == 0x791f) &&
136
136
            (rdev->pdev->subsystem_vendor == 0x1028) &&
 
137
            (rdev->pdev->subsystem_device == 0x01fc))
 
138
                return true;
 
139
 
 
140
        /* Dell RS690 only seems to work with MSIs. */
 
141
        if ((rdev->pdev->device == 0x791f) &&
 
142
            (rdev->pdev->subsystem_vendor == 0x1028) &&
137
143
            (rdev->pdev->subsystem_device == 0x01fd))
138
144
                return true;
139
145