OSDN Git Service

intel: add support for ICL 11
authorPaulo Zanoni <paulo.r.zanoni@intel.com>
Thu, 26 Apr 2018 00:09:37 +0000 (17:09 -0700)
committerPaulo Zanoni <paulo.r.zanoni@intel.com>
Tue, 1 May 2018 21:30:25 +0000 (14:30 -0700)
commit1ac3ecde2f2c9afd7110389eccc6860daa6627ca
tree4b9fecd9e2ec19e49925f1aa35547bfc8ac4cbfd
parentbc9c789073c82c645210c80b6e63117444dce252
intel: add support for ICL 11

Add the PCI IDs and the basic code to enable ICL.  This is the current
PCI ID list in our documentation.

Kernel commit: d55cb4fa2cf0 ("drm/i915/icl: Add the ICL PCI IDs")

v2: Michel provided a fix to IS_9XX that was broken by rebase bot.
v3: Fix double definition of PCI IDs, update IDs according to bspec
    and keep them in the same order and rebase (Lucas)

Cc: Michel Thierry <michel.thierry@intel.com>
Reviewed-by: Michel Thierry <michel.thierry@intel.com>
Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
intel/intel_bufmgr_gem.c
intel/intel_chipset.h
intel/intel_decode.c