drm/i915: enable IPS for bpp <= 24
authorJesse Barnes <jbarnes@virtuousgeek.org>
Thu, 25 Jul 2013 17:06:50 +0000 (10:06 -0700)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 5 Aug 2013 17:04:02 +0000 (19:04 +0200)
commitb6dfdc9b7f0d7859ea146b6c869aa2cfe6d713f3
tree299c61630fa58c5eb939dedd5b098c3f58383aa5
parent63cf9a131ee60fa2458d75f5c0d7a3a5dcaa2b3e
drm/i915: enable IPS for bpp <= 24

Art confirms that this should work fine.  Since most panels are 18bpp
with dithering from 24bpp, the existing code wouldn't be enabled in most
cases.

Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Reviewed-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_display.c