~ubuntu-branches/ubuntu/precise/xserver-xorg-video-intel-lts-quantal/precise-proposed

« back to all changes in this revision

Viewing changes to debian/patches/fix-hsw-crw-ids.diff

  • Committer: Package Import Robot
  • Author(s): Maarten Lankhorst
  • Date: 2013-06-19 12:00:59 UTC
  • Revision ID: package-import@ubuntu.com-20130619120059-jlt0e9ghrs6pkcfs
Tags: 2:2.20.9-0ubuntu2.2~precise1
Added patches to add/fix Haswell pci-id's (LP: #1175533)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
commit ae3531c3a1d72a73b25c5563b4db029f051262cb
 
2
Author: Chris Wilson <chris@chris-wilson.co.uk>
 
3
Date:   Fri Mar 1 23:46:07 2013 +0000
 
4
 
 
5
    Fix Haswell CRW PCI-IDs
 
6
    
 
7
    As we missed the PCI-ID for the CRW GT1 variant, we would not have enabled
 
8
    render support for those particular Haswell machines.
 
9
    
 
10
    Reported-by: Kenneth Graunke <kenneth@whitecape.org>
 
11
 
 
12
diff --git a/src/intel_driver.h b/src/intel_driver.h
 
13
index c98025b..0dda5b1 100644
 
14
--- a/src/intel_driver.h
 
15
+++ b/src/intel_driver.h
 
16
@@ -219,15 +219,15 @@
 
17
 #define PCI_CHIP_HASWELL_ULT_S_GT1     0x0A0A
 
18
 #define PCI_CHIP_HASWELL_ULT_S_GT2     0x0A1A
 
19
 #define PCI_CHIP_HASWELL_ULT_S_GT2_PLUS        0x0A2A
 
20
-#define PCI_CHIP_HASWELL_CRW_D_GT1     0x0D12
 
21
-#define PCI_CHIP_HASWELL_CRW_D_GT2     0x0D22
 
22
-#define PCI_CHIP_HASWELL_CRW_D_GT2_PLUS        0x0D32
 
23
-#define PCI_CHIP_HASWELL_CRW_M_GT1     0x0D16
 
24
-#define PCI_CHIP_HASWELL_CRW_M_GT2     0x0D26
 
25
-#define PCI_CHIP_HASWELL_CRW_M_GT2_PLUS        0x0D36
 
26
-#define PCI_CHIP_HASWELL_CRW_S_GT1     0x0D1A
 
27
-#define PCI_CHIP_HASWELL_CRW_S_GT2     0x0D2A
 
28
-#define PCI_CHIP_HASWELL_CRW_S_GT2_PLUS        0x0D3A
 
29
+#define PCI_CHIP_HASWELL_CRW_D_GT1     0x0D02
 
30
+#define PCI_CHIP_HASWELL_CRW_D_GT2     0x0D12
 
31
+#define PCI_CHIP_HASWELL_CRW_D_GT2_PLUS        0x0D22
 
32
+#define PCI_CHIP_HASWELL_CRW_M_GT1     0x0D06
 
33
+#define PCI_CHIP_HASWELL_CRW_M_GT2     0x0D16
 
34
+#define PCI_CHIP_HASWELL_CRW_M_GT2_PLUS        0x0D26
 
35
+#define PCI_CHIP_HASWELL_CRW_S_GT1     0x0D0A
 
36
+#define PCI_CHIP_HASWELL_CRW_S_GT2     0x0D1A
 
37
+#define PCI_CHIP_HASWELL_CRW_S_GT2_PLUS        0x0D2A
 
38
 
 
39
 #define PCI_CHIP_VALLEYVIEW_PO         0x0f30
 
40
 #define PCI_CHIP_VALLEYVIEW_1          0x0f31