From: Mark Brown <broonie@kernel.org> Date: 2014-08-01 15:53:50
From: Mark Brown <redacted>
The AMBA CLCD driver uses fb_videomode_from_videomode() so it needs to
select DB_MODE_HELPERS as well as VIDEOMODE_HELPERS.
Signed-off-by: Mark Brown <redacted>
---
drivers/video/fbdev/Kconfig | 1 +
1 file changed, 1 insertion(+)
From: Russell King - ARM Linux <hidden> Date: 2014-08-01 18:27:03
On Fri, Aug 01, 2014 at 04:53:50PM +0100, Mark Brown wrote:
From: Mark Brown <redacted>
The AMBA CLCD driver uses fb_videomode_from_videomode() so it needs to
select DB_MODE_HELPERS as well as VIDEOMODE_HELPERS.
It doesn't, not as I designed it at least. It depends what other people
have done to my driver...
--
FTTC broadband for 0.8mile line: currently at 9.5Mbps down 400kbps up
according to speedtest.net.
From: Mark Brown <broonie@kernel.org> Date: 2014-08-01 18:48:05
On Fri, Aug 01, 2014 at 07:27:03PM +0100, Russell King - ARM Linux wrote:
On Fri, Aug 01, 2014 at 04:53:50PM +0100, Mark Brown wrote:
quoted
The AMBA CLCD driver uses fb_videomode_from_videomode() so it needs to
select DB_MODE_HELPERS as well as VIDEOMODE_HELPERS.
It doesn't, not as I designed it at least. It depends what other people
have done to my driver...
Ah, sorry - I didn't notice that this is as a result of an out of tree
patch I'm carrying adding DT support (which I'd forgotten all about as
I've needed it for so long). Please disregard this patch.
From: Tomi Valkeinen <hidden> Date: 2014-08-04 06:48:54
Hi,
On 01/08/14 18:53, Mark Brown wrote:
quoted hunk
From: Mark Brown <redacted>
The AMBA CLCD driver uses fb_videomode_from_videomode() so it needs to
select DB_MODE_HELPERS as well as VIDEOMODE_HELPERS.
Signed-off-by: Mark Brown <redacted>
---
drivers/video/fbdev/Kconfig | 1 +
1 file changed, 1 insertion(+)