diff options
author | Ville Syrjälä <ville.syrjala@linux.intel.com> | 2014-04-09 11:19:04 -0400 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2014-05-12 13:50:07 -0400 |
commit | 7d87a7f709650bde4d7d63117f25ee1c095da5dd (patch) | |
tree | d621af7e54aa4e3fef7964b2ff7c1978e9146a3e /include/drm/i915_pciids.h | |
parent | a4565da8ae5fc9fe4186538870b4d12f461f008e (diff) |
srm/i915/chv: Add Cherryview PCI IDs
v2: Update to also fill in the new num_pipes field.
v3: Rebase on top of the pciid extraction.
v4: Switch from info->has*ring to info->ring mask. Also add VEBOX support whiel
at it.
v5: s/CHV_PCI_IDS/CHV_IDS/, and drop the trailing '\'
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'include/drm/i915_pciids.h')
-rw-r--r-- | include/drm/i915_pciids.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/drm/i915_pciids.h b/include/drm/i915_pciids.h index 24f3cad045db..d18f31a77987 100644 --- a/include/drm/i915_pciids.h +++ b/include/drm/i915_pciids.h | |||
@@ -245,4 +245,10 @@ | |||
245 | INTEL_BDW_GT12D_IDS(info), \ | 245 | INTEL_BDW_GT12D_IDS(info), \ |
246 | INTEL_BDW_GT3D_IDS(info) | 246 | INTEL_BDW_GT3D_IDS(info) |
247 | 247 | ||
248 | #define INTEL_CHV_IDS(info) \ | ||
249 | INTEL_VGA_DEVICE(0x22b0, info), \ | ||
250 | INTEL_VGA_DEVICE(0x22b1, info), \ | ||
251 | INTEL_VGA_DEVICE(0x22b2, info), \ | ||
252 | INTEL_VGA_DEVICE(0x22b3, info) | ||
253 | |||
248 | #endif /* _I915_PCIIDS_H */ | 254 | #endif /* _I915_PCIIDS_H */ |