]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
drm/i915: Use I915_MAX_PIPES in the pipe/plane_to_crtc_mapping definitions
authorDamien Lespiau <damien.lespiau@intel.com>
Fri, 7 Feb 2014 19:12:52 +0000 (19:12 +0000)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 12 Feb 2014 17:52:53 +0000 (18:52 +0100)
Reviewed-by: Mika Kuoppala <mika.kuoppala@intel.com>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_drv.h

index 36ea18999deea1fa66464bd227c3a5def67be66b..80ff7dfd5b76524605bac1cef2111e881a6fa6e4 100644 (file)
@@ -1500,8 +1500,8 @@ typedef struct drm_i915_private {
 
        struct sdvo_device_mapping sdvo_mappings[2];
 
-       struct drm_crtc *plane_to_crtc_mapping[3];
-       struct drm_crtc *pipe_to_crtc_mapping[3];
+       struct drm_crtc *plane_to_crtc_mapping[I915_MAX_PIPES];
+       struct drm_crtc *pipe_to_crtc_mapping[I915_MAX_PIPES];
        wait_queue_head_t pending_flip_queue;
 
 #ifdef CONFIG_DEBUG_FS