drm/i915: fix color order for BGR formats on IVB
authorVijay Purushothaman <vijay.a.purushothaman@intel.com>
Thu, 23 Aug 2012 06:38:57 +0000 (12:08 +0530)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 23 Aug 2012 09:44:53 +0000 (11:44 +0200)
commit5ee369138d28c17305e1cdc662a62a2fc83d80d7
treed79016f8e3faef19241c57cd9f3e1244d11ffd3f
parentb70ad586162609141f0aa9eb34790f31a8954f89
drm/i915: fix color order for BGR formats on IVB

This is already fixed for ILK and SNB in the below commit but somehow
IVB is missed.

commit ab2f9df10dd955f1fc0a8650e377588c98f1c029
Author: Jesse Barnes <jbarnes@virtuousgeek.org>
Date:   Mon Feb 27 12:40:10 2012 -0800

drm/i915: fix color order for BGR formats on SNB

Had the wrong bits and field definitions.

Signed-off-by: Vijay Purushothaman <vijay.a.purushothaman@intel.com>
Reviewed-by: Antti Koskipää <antti.koskipaa@linux.intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_sprite.c