drm/panel: simple: Add missing .bpc fields
authorThierry Reding <treding@nvidia.com>
Thu, 6 Nov 2014 09:11:01 +0000 (10:11 +0100)
committerThierry Reding <treding@nvidia.com>
Fri, 7 Nov 2014 08:58:55 +0000 (09:58 +0100)
Various panels were missing the .bpc field which encodes the number of
bits per color. Not every display driver relies on this value, but since
the panels can be used with any display engine it must be specified so
that if a driver knows how to differentiate based on this field it can
do so.

Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/gpu/drm/panel/panel-simple.c

Simple merge