projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54f0cee
)
drm/i915/bxt: Update the Broxton PCI ids
author
Damien Lespiau
<damien.lespiau@intel.com>
Fri, 15 May 2015 18:43:56 +0000
(19:43 +0100)
committer
Daniel Vetter
<daniel.vetter@ffwll.ch>
Wed, 20 May 2015 09:26:06 +0000
(11:26 +0200)
Cc: Imre Deak <imre.deak@intel.com>
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Reviewed-by: Imre Deak <imre.deak@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
include/drm/i915_pciids.h
patch
|
blob
|
blame
|
history
diff --git
a/include/drm/i915_pciids.h
b/include/drm/i915_pciids.h
index bd0d644d2a038f352e360b9af5eb9b606d97c032..17c445612e0107646f54d407d70169465ff12776 100644
(file)
--- a/
include/drm/i915_pciids.h
+++ b/
include/drm/i915_pciids.h
@@
-286,11
+286,9
@@
INTEL_SKL_GT2_IDS(info), \
INTEL_SKL_GT3_IDS(info)
-
#define INTEL_BXT_IDS(info) \
INTEL_VGA_DEVICE(0x0A84, info), \
- INTEL_VGA_DEVICE(0x0A85, info), \
- INTEL_VGA_DEVICE(0x0A86, info), \
- INTEL_VGA_DEVICE(0x0A87, info)
+ INTEL_VGA_DEVICE(0x1A84, info), \
+ INTEL_VGA_DEVICE(0x5A84, info)
#endif /* _I915_PCIIDS_H */