On Thu, Nov 06, 2014 at 10:13:25AM +0100, Thierry Reding wrote:
From: Thierry Reding treding@nvidia.com
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 | 5 +++++ 1 file changed, 5 insertions(+)
I've applied this to the drm/panel/for-next branch.
Thierry