From: Oscar Mateo Date: Fri, 16 Mar 2018 14:14:50 +0200 Subject: drm/i915/icl: Enable the extra video decode and enhancement boxes for Icelake 11 Git-commit: d53d5ffb9b937ae08402d5aec5c44fb9be409afb Patch-mainline: v4.18-rc1 References: FATE#326289 FATE#326079 FATE#326049 FATE#322398 FATE#326166 Icelake 11 has one vebox and two vdboxes (0 and 2). Bspec: 21140 v2: Split out in two (Daniele) Cc: Daniele Ceraolo Spurio Signed-off-by: Oscar Mateo Reviewed-by: Michel Thierry Link: https://patchwork.freedesktop.org/patch/msgid/20180316121456.11577-2-mika.kuoppala@linux.intel.com Signed-off-by: Mika Kuoppala Acked-by: Petr Tesarik --- drivers/gpu/drm/i915/i915_pci.c | 1 + 1 file changed, 1 insertion(+) --- a/drivers/gpu/drm/i915/i915_pci.c +++ b/drivers/gpu/drm/i915/i915_pci.c @@ -602,6 +602,7 @@ static const struct intel_device_info in PLATFORM(INTEL_ICELAKE), .is_alpha_support = 1, .has_resource_streamer = 0, + .ring_mask = RENDER_RING | BLT_RING | VEBOX_RING | BSD_RING | BSD3_RING, }; #undef GEN