diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2011-11-29 14:37:35 +0100 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2012-03-12 22:40:57 +0100 |
commit | a67f379d3648746be0dab7b616f2fb838ec0fdfb (patch) | |
tree | fd68aa9465adf4de51aa45bda30b5d2bd48aaf8c /drivers/video/sh_mobile_lcdcfb.h | |
parent | fc9e78e6b3d2ba2e96426527b8231f6b7c7b7b96 (diff) |
fbdev: sh_mobile_lcdc: Split fb init/cleanup from channel init/cleanup
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'drivers/video/sh_mobile_lcdcfb.h')
-rw-r--r-- | drivers/video/sh_mobile_lcdcfb.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/video/sh_mobile_lcdcfb.h b/drivers/video/sh_mobile_lcdcfb.h index 5ef7559b88c1..cc22b9eaaf0a 100644 --- a/drivers/video/sh_mobile_lcdcfb.h +++ b/drivers/video/sh_mobile_lcdcfb.h @@ -64,6 +64,8 @@ struct sh_mobile_lcdc_chan { struct mutex open_lock; /* protects the use counter */ int use_count; + void *fb_mem; + unsigned long fb_size; dma_addr_t dma_handle; unsigned long pan_offset; |