[Intel-gfx] [PATCH 56/71] drm/i915/chv: Bump num_pipes to 3
ville.syrjala at linux.intel.com
ville.syrjala at linux.intel.com
Wed Apr 9 12:28:54 CEST 2014
From: Ville Syrjälä <ville.syrjala at linux.intel.com>
CHV has three pipes so let's expose them all.
Signed-off-by: Ville Syrjälä <ville.syrjala at linux.intel.com>
---
drivers/gpu/drm/i915/i915_drv.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/i915/i915_drv.c b/drivers/gpu/drm/i915/i915_drv.c
index 66cff97..2aeca7e 100644
--- a/drivers/gpu/drm/i915/i915_drv.c
+++ b/drivers/gpu/drm/i915/i915_drv.c
@@ -320,7 +320,7 @@ static const struct intel_device_info intel_broadwell_m_info = {
static const struct intel_device_info intel_cherryview_info = {
.is_preliminary = 1,
- .gen = 8, .num_pipes = 2,
+ .gen = 8, .num_pipes = 3,
.need_gfx_hws = 1, .has_hotplug = 1,
.ring_mask = RENDER_RING | BSD_RING | BLT_RING | VEBOX_RING,
.is_valleyview = 1,
--
1.8.3.2
More information about the Intel-gfx
mailing list