drm/i915/tgl: Assume future platforms will inherit TGL's SFC capability
authorMatt Roper <matthew.d.roper@intel.com>
Tue, 24 Dec 2019 23:15:21 +0000 (15:15 -0800)
committerMatt Roper <matthew.d.roper@intel.com>
Tue, 31 Dec 2019 17:37:35 +0000 (09:37 -0800)
commitcc39da0e4c5d084b96d44c56aba3d712a83f7567
tree703b793fd18863bddf5ad0ce0decb8547cd55330
parent24c66274e764de7d5851a35175e6e7ffbce24420
drm/i915/tgl: Assume future platforms will inherit TGL's SFC capability

Our usual i915 convention is to assume that future platforms will follow
the same behavior as the latest platform of today.  The VDBOX/SFC
capabilities described here don't seem like something that should be
specific to TGL, so let's future-proof by making the test apply to all
gen12+ platforms.

Cc: Lucas De Marchi <lucas.demarchi@intel.com>
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20191224231521.3430660-1-matthew.d.roper@intel.com
Reviewed-by: Lucas De Marchi <lucas.demarchi@intel.com>
drivers/gpu/drm/i915/intel_device_info.c