projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e358990
)
drm/i915: Use I915_MAX_PIPES in the pipe/plane_to_crtc_mapping definitions
author
Damien Lespiau
<
[email protected]
>
Fri, 7 Feb 2014 19:12:52 +0000
(19:12 +0000)
committer
Daniel Vetter
<
[email protected]
>
Wed, 12 Feb 2014 17:52:53 +0000
(18:52 +0100)
Reviewed-by: Mika Kuoppala <
[email protected]
>
Reviewed-by: Ville Syrjälä <
[email protected]
>
Signed-off-by: Damien Lespiau <
[email protected]
>
Signed-off-by: Daniel Vetter <
[email protected]
>
drivers/gpu/drm/i915/i915_drv.h
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/i915/i915_drv.h
b/drivers/gpu/drm/i915/i915_drv.h
index 36ea18999deea1fa66464bd227c3a5def67be66b..80ff7dfd5b76524605bac1cef2111e881a6fa6e4 100644
(file)
--- a/
drivers/gpu/drm/i915/i915_drv.h
+++ b/
drivers/gpu/drm/i915/i915_drv.h
@@
-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