~ubuntu-branches/ubuntu/raring/linux-lowlatency/raring

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Andy Whitcroft, Andy Whitcroft, Ubuntu: 3.7.0-4.12, Ubuntu: 3.7.0-4.11, Ubuntu: 3.7.0-4.10
  • Date: 2012-11-28 17:52:14 UTC
  • Revision ID: package-import@ubuntu.com-20121128175214-btremk0zrunld1q7
Tags: 3.7.0-4.3
[ Andy Whitcroft ]

* rebase to Ubuntu-3.7.0-4.12

[ Ubuntu: 3.7.0-4.12 ]

* Revert "[Config] Use -j1 for headers_install"
* Revert "[Config] install-arch-headers needs a valid config"
  Strayed into the weeds in search of the root cause of the periodic
  build failure.
  Fixes powerpc FTBS introduced in -4.11.
* [Config] hmake -j1
  The kernel makefile appears to have parallel dependency
  problems for the install_headers target. This appears to be root
  cause for a periodic build failure on N-way machines.

[ Ubuntu: 3.7.0-4.11 ]

* [Config] Use -j1 for headers_install
  Also fixes a powerpc FTBS introduced by
  "[Config] install-arch-headers needs a valid config".

[ Ubuntu: 3.7.0-4.10 ]

* [Config] add rebuild-test support for autopkgtest
  - LP: #1081500
* [tests] move build tests out of the way
  - LP: #1081500
* [tests] add an autopkgtest rebuild test
  - LP: #1081500
* rebase to v3.7-rc7
* SAUCE: Remove emi62 files duplicated in linux-firmware
* SAUCE: Remove sb16 files duplicated in linux-firmware
* SAUCE: Remove whiteheat files duplicated in linux-firmware
* SAUCE: Remove yamaha files duplicated in linux-firmware
* SAUCE: Remove dsp56k files used only by m68k
* SAUCE: firmware: Remove last vestiges of dabusb
* SAUCE: Remove vicam files duplicated in linux-firmware
* [Config] install-arch-headers needs a valid config
* rebase to v3.7-rc7
  - LP: #1076840
  - LP: #1081466

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
        /* Intel 82830 830 Chipset Host Bridge / Mobility M6 LY Needs AGPMode 2 (fdo #17360)*/
70
70
        { PCI_VENDOR_ID_INTEL, 0x3575, PCI_VENDOR_ID_ATI, 0x4c59,
71
71
                PCI_VENDOR_ID_DELL, 0x00e3, 2},
72
 
        /* Intel 82852/82855 host bridge / Mobility FireGL 9000 R250 Needs AGPMode 1 (lp #296617) */
 
72
        /* Intel 82852/82855 host bridge / Mobility FireGL 9000 RV250 Needs AGPMode 1 (lp #296617) */
73
73
        { PCI_VENDOR_ID_INTEL, 0x3580, PCI_VENDOR_ID_ATI, 0x4c66,
74
74
                PCI_VENDOR_ID_DELL, 0x0149, 1},
 
75
        /* Intel 82855PM host bridge / Mobility FireGL 9000 RV250 Needs AGPMode 1 for suspend/resume */
 
76
        { PCI_VENDOR_ID_INTEL, 0x3340, PCI_VENDOR_ID_ATI, 0x4c66,
 
77
                PCI_VENDOR_ID_IBM, 0x0531, 1},
75
78
        /* Intel 82852/82855 host bridge / Mobility 9600 M10 RV350 Needs AGPMode 1 (deb #467460) */
76
79
        { PCI_VENDOR_ID_INTEL, 0x3580, PCI_VENDOR_ID_ATI, 0x4e50,
77
80
                0x1025, 0x0061, 1},