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:
901593f
)
drm/i915: The sprite scaler on Ironlake also support YUV planes
author
Chris Wilson
<
[email protected]
>
Tue, 18 Dec 2012 22:13:13 +0000
(22:13 +0000)
committer
Daniel Vetter
<
[email protected]
>
Tue, 8 Jan 2013 11:06:49 +0000
(12:06 +0100)
This fixes a regression from
commit
57779d06367a915ee03e6cb918d7575f0a46e419
Author: Ville Syrjälä <
[email protected]
>
Date: Wed Oct 31 17:50:14 2012 +0200
drm/i915: Fix display pixel format handling
(which even says that they are supported on Ironlake, and then promptly
rejects then...)
Signed-off-by: Chris Wilson <
[email protected]
>
Signed-off-by: Daniel Vetter <
[email protected]
>
drivers/gpu/drm/i915/intel_display.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/i915/intel_display.c
b/drivers/gpu/drm/i915/intel_display.c
index a9fb046b94a140ab169cbd2eb016922fc702dd98..5c869cb2652857393befa59354229be634c2f47c 100644
(file)
--- a/
drivers/gpu/drm/i915/intel_display.c
+++ b/
drivers/gpu/drm/i915/intel_display.c
@@
-8637,7
+8637,7
@@
int intel_framebuffer_init(struct drm_device *dev,
case DRM_FORMAT_UYVY:
case DRM_FORMAT_YVYU:
case DRM_FORMAT_VYUY:
- if (INTEL_INFO(dev)->gen <
6
)
+ if (INTEL_INFO(dev)->gen <
5
)
return -EINVAL;
break;
default: