~ubuntu-branches/ubuntu/saucy/linux-ti-omap4/saucy-proposed

« back to all changes in this revision

Viewing changes to drivers/char/agp/intel-agp.h

  • Committer: Package Import Robot
  • Author(s): Paolo Pisati, Paolo Pisati, Stefan Bader, Upstream Kernel Changes
  • Date: 2012-08-15 17:17:43 UTC
  • Revision ID: package-import@ubuntu.com-20120815171743-h5wnuf51xe7pvdid
Tags: 3.5.0-207.13
[ Paolo Pisati ]

* Start new release

[ Stefan Bader ]

* (config) Enable getabis to use local package copies

[ Upstream Kernel Changes ]

* fixup: gargabe collect iva_seq[0|1] init
* [Config] enable all SND_OMAP_SOC_*s
* fixup: cm2xxx_3xxx.o is needed for omap2_cm_read|write_reg
* fixup: add some snd_soc_dai* helper functions
* fixup: s/snd_soc_dpcm_params/snd_soc_dpcm/g
* fixup: typo, no_host_mode and useless SDP4430 init
* fixup: enable again aess hwmod

Show diffs side-by-side

added added

removed removed

Lines of Context:
96
96
#define G4x_GMCH_SIZE_VT_2M     (G4x_GMCH_SIZE_2M | G4x_GMCH_SIZE_VT_EN)
97
97
 
98
98
#define GFX_FLSH_CNTL           0x2170 /* 915+ */
 
99
#define GFX_FLSH_CNTL_VLV       0x101008
99
100
 
100
101
#define I810_DRAM_CTL           0x3000
101
102
#define I810_DRAM_ROW_0         0x00000001
236
237
#define PCI_DEVICE_ID_INTEL_IVYBRIDGE_S_HB              0x0158  /* Server */
237
238
#define PCI_DEVICE_ID_INTEL_IVYBRIDGE_S_GT1_IG          0x015A
238
239
#define PCI_DEVICE_ID_INTEL_IVYBRIDGE_S_GT2_IG          0x016A
 
240
#define PCI_DEVICE_ID_INTEL_VALLEYVIEW_HB               0x0F00 /* VLV1 */
 
241
#define PCI_DEVICE_ID_INTEL_VALLEYVIEW_IG               0x0F30
 
242
#define PCI_DEVICE_ID_INTEL_HASWELL_HB                          0x0400 /* Desktop */
 
243
#define PCI_DEVICE_ID_INTEL_HASWELL_D_GT1_IG            0x0402
 
244
#define PCI_DEVICE_ID_INTEL_HASWELL_D_GT2_IG            0x0412
 
245
#define PCI_DEVICE_ID_INTEL_HASWELL_M_HB                        0x0404 /* Mobile */
 
246
#define PCI_DEVICE_ID_INTEL_HASWELL_M_GT1_IG            0x0406
 
247
#define PCI_DEVICE_ID_INTEL_HASWELL_M_GT2_IG            0x0416
 
248
#define PCI_DEVICE_ID_INTEL_HASWELL_S_HB                        0x0408 /* Server */
 
249
#define PCI_DEVICE_ID_INTEL_HASWELL_S_GT1_IG            0x040a
 
250
#define PCI_DEVICE_ID_INTEL_HASWELL_S_GT2_IG            0x041a
 
251
#define PCI_DEVICE_ID_INTEL_HASWELL_SDV         0x0c16 /* SDV */
 
252
#define PCI_DEVICE_ID_INTEL_HASWELL_E_HB                        0x0c04
239
253
 
240
254
int intel_gmch_probe(struct pci_dev *pdev,
241
255
                               struct agp_bridge_data *bridge);