aboutsummaryrefslogtreecommitdiffstats
path: root/include/video
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2011-11-21 18:56:58 -0500
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2012-03-12 17:41:13 -0400
commit97d16fe69b6499a14a0c85c053f7bef54ce992a4 (patch)
tree71dd7643398c2075e1d655555cd1562391b4cfcd /include/video
parentc241a0e0c27882ecab1df57a44d202db6e02012c (diff)
fbdev: sh_mobile_meram: Don't perform update in register operation
Remove the RGB or Y/C base address update from the meram_register() operation, as this belongs to the meram_update() operation. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'include/video')
-rw-r--r--include/video/sh_mobile_meram.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/video/sh_mobile_meram.h b/include/video/sh_mobile_meram.h
index 897960733cc0..553335ce7a2c 100644
--- a/include/video/sh_mobile_meram.h
+++ b/include/video/sh_mobile_meram.h
@@ -46,10 +46,6 @@ struct sh_mobile_meram_ops {
46 const struct sh_mobile_meram_cfg *cfg, 46 const struct sh_mobile_meram_cfg *cfg,
47 unsigned int xres, unsigned int yres, 47 unsigned int xres, unsigned int yres,
48 unsigned int pixelformat, 48 unsigned int pixelformat,
49 unsigned long base_addr_y,
50 unsigned long base_addr_c,
51 unsigned long *icb_addr_y,
52 unsigned long *icb_addr_c,
53 unsigned int *pitch); 49 unsigned int *pitch);
54 50
55 /* unregister usage of meram */ 51 /* unregister usage of meram */