ARM HDLCD: Add useful functions to HDLCD driver for system integration
authorChris Redpath <chris.redpath@arm.com>
Fri, 29 Jun 2012 15:07:08 +0000 (16:07 +0100)
committerJon Medhurst <tixy@linaro.org>
Mon, 1 Jul 2013 10:04:25 +0000 (11:04 +0100)
commit7195cb14440127f4bcda912dd51cfc2760f9f25e
tree8b9f91410ff18f5bcf6a3b4697943059c89195ab
parent585617333b9f883182dd285b50710deab04d4e00
ARM HDLCD: Add useful functions to HDLCD driver for system integration

During TC2 integration a bad config option resulted in HDLCD memory reads
not being serviced often enough. This lead to unsightly screen blanking.

These options allow the developer to count the number of underruns and
to control the color used by HDLCD when an underrun prevents accessing
pixel data. The combination of these two options allow easy diagnosis
of HDLCD underrun conditions.

Signed-off-by: Chris Redpath <chris.redpath@arm.com>
drivers/video/arm-hdlcd.c
include/linux/arm-hdlcd.h