Re: [Intel-gfx] [PATCH 13/20] drm/i915/icl: Enable the extra video decode and enhancement boxes for Icelake 11

2018-02-13 Thread Michel Thierry



On 13/02/18 08:37, Mika Kuoppala wrote:

From: Oscar Mateo 

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 
---
  drivers/gpu/drm/i915/i915_pci.c | 1 +
  1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/i915/i915_pci.c b/drivers/gpu/drm/i915/i915_pci.c
index 8c72a2bd315e..508f17e956e4 100644
--- a/drivers/gpu/drm/i915/i915_pci.c
+++ b/drivers/gpu/drm/i915/i915_pci.c
@@ -591,6 +591,7 @@ static const struct intel_device_info intel_icelake_11_info 
= {
 .platform = INTEL_ICELAKE,
 .is_alpha_support = 1,
 .has_resource_streamer = 0,
+   .ring_mask = RENDER_RING | BLT_RING | VEBOX_RING | BSD_RING | BSD3_RING,
  };

  /*
--
2.14.1



Reviewed-by: Michel Thierry 
___
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx


[Intel-gfx] [PATCH 13/20] drm/i915/icl: Enable the extra video decode and enhancement boxes for Icelake 11

2018-02-13 Thread Mika Kuoppala
From: Oscar Mateo 

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 
---
 drivers/gpu/drm/i915/i915_pci.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/i915/i915_pci.c b/drivers/gpu/drm/i915/i915_pci.c
index 8c72a2bd315e..508f17e956e4 100644
--- a/drivers/gpu/drm/i915/i915_pci.c
+++ b/drivers/gpu/drm/i915/i915_pci.c
@@ -591,6 +591,7 @@ static const struct intel_device_info intel_icelake_11_info 
= {
.platform = INTEL_ICELAKE,
.is_alpha_support = 1,
.has_resource_streamer = 0,
+   .ring_mask = RENDER_RING | BLT_RING | VEBOX_RING | BSD_RING | BSD3_RING,
 };
 
 /*
-- 
2.14.1

___
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx