projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22acf9f
)
drm/i915: Add new ICL PCI ID
author
José Roberto de Souza
<jose.souza@intel.com>
Fri, 8 Mar 2019 21:56:46 +0000
(13:56 -0800)
committer
José Roberto de Souza
<jose.souza@intel.com>
Tue, 12 Mar 2019 17:47:58 +0000
(10:47 -0700)
A new PCI ID for ICL was added to BSpec, lets keep it in tight sync
as ICL is not protected by the alpha support flag anymore.
v2: Keeping BSpec order(Rodrigo)
BSepc: 21141
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Signed-off-by: José Roberto de Souza <jose.souza@intel.com>
Link:
https://patchwork.freedesktop.org/patch/msgid/20190308215646.30436-1-jose.souza@intel.com
include/drm/i915_pciids.h
patch
|
blob
|
history
diff --git
a/include/drm/i915_pciids.h
b/include/drm/i915_pciids.h
index d2fad7b0fcf65a7334cf074c40ab2ce738301dbb..d200000feeaa22a70778a03b983d61bb40a4a0a3 100644
(file)
--- a/
include/drm/i915_pciids.h
+++ b/
include/drm/i915_pciids.h
@@
-469,6
+469,7
@@
INTEL_VGA_DEVICE(0x8A57, info), \
INTEL_VGA_DEVICE(0x8A56, info), \
INTEL_VGA_DEVICE(0x8A71, info), \
- INTEL_VGA_DEVICE(0x8A70, info)
+ INTEL_VGA_DEVICE(0x8A70, info), \
+ INTEL_VGA_DEVICE(0x8A53, info)
#endif /* _I915_PCIIDS_H */