summaryrefslogtreecommitdiffstats
path: root/drivers/video
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2015-08-30 19:48:39 -0400
committerTom Rini <trini@konsulko.com>2015-08-30 19:48:39 -0400
commit7c0e5d865ff0b86dfce492b656238919c659d756 (patch)
tree673b7954e13e1964240cff790f49c0044c418b5e /drivers/video
parentf875bbb49111c308b90b9ca74d1b79f69498b278 (diff)
parentc385ac283023a4fdd304674a8163ac271a1fb758 (diff)
downloadtalos-obmc-uboot-7c0e5d865ff0b86dfce492b656238919c659d756.tar.gz
talos-obmc-uboot-7c0e5d865ff0b86dfce492b656238919c659d756.zip
Merge branch 'master' of git://git.denx.de/u-boot-video
Diffstat (limited to 'drivers/video')
-rw-r--r--drivers/video/da8xx-fb.c10
-rw-r--r--drivers/video/mx3fb.c9
-rw-r--r--drivers/video/mxc_ipuv3_fb.c9
3 files changed, 0 insertions, 28 deletions
diff --git a/drivers/video/da8xx-fb.c b/drivers/video/da8xx-fb.c
index 3a5f325cd3..e2b2144d88 100644
--- a/drivers/video/da8xx-fb.c
+++ b/drivers/video/da8xx-fb.c
@@ -1035,16 +1035,6 @@ err_release_fb:
return NULL;
}
-void video_set_lut(unsigned int index, /* color number */
- unsigned char r, /* red */
- unsigned char g, /* green */
- unsigned char b /* blue */
- )
-{
-
- return;
-}
-
void da8xx_video_init(const struct da8xx_panel *panel,
const struct lcd_ctrl_config *lcd_cfg, int bits_pixel)
{
diff --git a/drivers/video/mx3fb.c b/drivers/video/mx3fb.c
index aa4cc433b9..3f10d5c2d9 100644
--- a/drivers/video/mx3fb.c
+++ b/drivers/video/mx3fb.c
@@ -904,12 +904,3 @@ void *video_hw_init(void)
return (void *) &panel;
}
-
-void video_set_lut(unsigned int index, /* color number */
- unsigned char r, /* red */
- unsigned char g, /* green */
- unsigned char b /* blue */
- )
-{
- return;
-}
diff --git a/drivers/video/mxc_ipuv3_fb.c b/drivers/video/mxc_ipuv3_fb.c
index 1fa95314fc..265274b9d6 100644
--- a/drivers/video/mxc_ipuv3_fb.c
+++ b/drivers/video/mxc_ipuv3_fb.c
@@ -599,15 +599,6 @@ void *video_hw_init(void)
return (void *)&panel;
}
-void video_set_lut(unsigned int index, /* color number */
- unsigned char r, /* red */
- unsigned char g, /* green */
- unsigned char b /* blue */
- )
-{
- return;
-}
-
int ipuv3_fb_init(struct fb_videomode const *mode,
uint8_t disp,
uint32_t pixfmt)
OpenPOWER on IntegriCloud