projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf4f2fb
)
drm/i915/bxt: update list of PCIIDs
author
Imre Deak
<imre.deak@intel.com>
Thu, 28 Jan 2016 14:04:12 +0000
(16:04 +0200)
committer
Imre Deak
<imre.deak@intel.com>
Tue, 2 Feb 2016 16:23:54 +0000
(18:23 +0200)
Add PCIIDs for new versions of the SOC, based on BSpec. Also add the
name of the versions as code comment where this is available. The new
versions don't have any changes visible to the kernel driver.
Signed-off-by: Imre Deak <imre.deak@intel.com>
Reviewed-by: Mika Kuoppala <mika.kuoppala@intel.com>
Link:
http://patchwork.freedesktop.org/patch/msgid/1453989852-13569-1-git-send-email-imre.deak@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
f970209
..
9b48ac1
100644
(file)
--- a/
include/drm/i915_pciids.h
+++ b/
include/drm/i915_pciids.h
@@
-296,7
+296,9
@@
#define INTEL_BXT_IDS(info) \
INTEL_VGA_DEVICE(0x0A84, info), \
INTEL_VGA_DEVICE(0x1A84, info), \
- INTEL_VGA_DEVICE(0x5A84, info)
+ INTEL_VGA_DEVICE(0x1A85, info), \
+ INTEL_VGA_DEVICE(0x5A84, info), /* APL HD Graphics 505 */ \
+ INTEL_VGA_DEVICE(0x5A85, info) /* APL HD Graphics 500 */
#define INTEL_KBL_GT1_IDS(info) \
INTEL_VGA_DEVICE(0x5913, info), /* ULT GT1.5 */ \