summaryrefslogtreecommitdiffstats
path: root/drivers/video/sh_mobile_lcdcfb.c
Commit message (Expand)AuthorAgeFilesLines
* fbdev: sh_mobile_lcdc: fixup B side hsync adjust settingsKuninori Morimoto2013-03-271-0/+1
* Drivers: video: remove __dev* attributes.Greg Kroah-Hartman2013-01-041-9/+9
* fbdev: sh_mobile_lcdc: Make sh_mobile_lcdc_sys_bus_ops staticLaurent Pinchart2012-11-211-1/+1
* fbdev: sh_mobile_lcdc: Store the backlight brightness internallyLaurent Pinchart2012-11-211-1/+2
* fbdev: sh_mobile_lcdc: Remove priv argument from channel and overlay initLaurent Pinchart2012-11-211-18/+17Star
* fbdev: sh_mobile_lcdc: Rename mode argument to modesLaurent Pinchart2012-11-211-3/+3
* fbdev: sh_mobile_lcdc: Get display dimensions from the channel structureLaurent Pinchart2012-11-211-4/+4
* fbdev: sh_mobile_lcdc: use dma_mmap_coherentHideki EIRAKU2012-11-211-0/+20
* fbdev: sh_mobile_lcdc: Fix vertical panning stepLaurent Pinchart2012-07-291-6/+6
* fbdev: sh_mobile_lcdc: Fix pan offset computation in YUV modeLaurent Pinchart2012-07-191-58/+52Star
* fbdev: sh_mobile_lcdc: Fix overlay registers update during pan operationLaurent Pinchart2012-07-191-0/+5
* fbdev: sh_mobile_lcdc: Support horizontal panningLaurent Pinchart2012-07-191-6/+16
* fbdev: sh_mobile_lcdc: Use channel configuration to initialize fb deviceLaurent Pinchart2012-07-191-4/+6
* fbdev: sh_mobile_lcdc: Fix line pitch computationLaurent Pinchart2012-07-191-8/+8
* fbdev: sh_mobile_lcdc: Destroy mutex at remove timeLaurent Pinchart2012-07-191-2/+5
* sh_mobile_meram: Use direct function calls for the public APILaurent Pinchart2012-07-191-17/+10Star
* sh_mobile_meram: Rename operations to cache_[alloc|free|update]Laurent Pinchart2012-07-191-17/+15Star
* fbdev: sh_mobile_lcdc: Implement overlays supportLaurent Pinchart2012-06-201-72/+860
* fbdev: sh_mobile_lcdc: Rename fb operation handlers with a common prefixLaurent Pinchart2012-06-201-23/+25
* fbdev: sh_mobile_lcdc: Constify sh_mobile_lcdc_fix structureLaurent Pinchart2012-06-201-1/+1
* fbdev: sh_mobile_lcdc: Don't confuse line size with pitchLaurent Pinchart2012-05-221-2/+3
* fbdev: sh_mobile_meram: Remove unneeded sanity checksLaurent Pinchart2012-03-121-4/+1Star
* fbdev: sh_mobile_meram: Don't perform update in register operationLaurent Pinchart2012-03-121-3/+5
* fbdev: sh_mobile_lcdc: Don't store copy of platform dataLaurent Pinchart2012-03-121-36/+35Star
* fbdev: sh_mobile_meram: Allocate ICBs automaticallyLaurent Pinchart2012-03-121-15/+12Star
* fbdev: sh_mobile_lcdc: Pass channel pointer to sh_mobile_wait_for_vsyncLaurent Pinchart2012-03-121-24/+23Star
* fbdev: sh_mobile_lcdc: Store configuration in channel structureLaurent Pinchart2012-03-121-55/+54Star
* fbdev: sh_mobile_lcdc: Pass physical device pointer to DMA functionsLaurent Pinchart2012-03-121-2/+3
* fbdev: sh_mobile_lcdc: Split fb init/cleanup from channel init/cleanupLaurent Pinchart2012-03-121-128/+157
* fbdev: sh_mobile_lcdc: Store the format in struct sh_mobile_lcdc_chanLaurent Pinchart2012-03-121-11/+10Star
* fbdev: sh_mobile_lcdc: Add sh_mobile_format_info() functionLaurent Pinchart2012-03-121-72/+102
* fbdev: sh_mobile_lcdc: Rename (lcd|num)_cfg (lcd|num)_modesLaurent Pinchart2012-03-121-10/+10
* fbdev: sh_mobile_lcdc: Store display mode in a struct fb_videomodeLaurent Pinchart2012-03-121-35/+39
* fbdev: sh_mobile_hdmi: Don't access LCDC fb_infoLaurent Pinchart2012-03-121-11/+13
* fbdev: sh_mobile_lcdc: Pass a video mode to the notify callbackLaurent Pinchart2012-03-121-17/+19
* sh_mobile_lcdc: Add display notify callback to sh_mobile_lcdc_chanLaurent Pinchart2012-03-121-0/+84
* fbdev: sh_mobile_lcdc: Return display connection state in display_onLaurent Pinchart2012-03-121-1/+7
* fbdev: sh_mobile_lcdc: Remove fb_info parameter to display_on operationLaurent Pinchart2012-03-121-1/+1
* sh_mobile_lcdc: Add an lcdc channel pointer to sh_mobile_lcdc_entityLaurent Pinchart2012-03-121-1/+4
* fbdev: sh_mobile_lcdc: Merge board_cfg and lcd_size_cfg into panel_cfgLaurent Pinchart2012-03-121-18/+17Star
* fbdev: sh_mobile_lcdc: Move brightness ops to sh_mobile_lcdc_bl_infoLaurent Pinchart2012-03-121-4/+2Star
* fbdev: sh_mobile_lcdc: Remove board configuration board_data fieldLaurent Pinchart2012-03-121-9/+7Star
* fbdev: sh_mobile_lcdc: Remove board configuration owner fieldLaurent Pinchart2012-03-121-6/+2Star
* fbdev: sh_mobile_lcdc: Handle HDMI/MIPI transmitter device directlyLaurent Pinchart2012-03-121-5/+26
* fbdev: sh_mobile_lcdc: Create functions to turn the display on/offLaurent Pinchart2012-03-121-25/+28
* fbdev: sh_mobile_lcdc: Don't pass struct device aroundLaurent Pinchart2012-03-121-20/+21
* fbdev: sh_mobile_lcdc: Move pm runtime enable to probe()Laurent Pinchart2012-03-121-18/+16Star
* fbdev: sh_mobile_lcdc: Mark init-only symbols with __devinit(const)Laurent Pinchart2012-03-121-2/+2
* fbdev: sh_mobile_lcdc: Reorder code into sectionsLaurent Pinchart2012-03-121-190/+231
* fbdev: sh_mobile_lcdc: Support FOURCC-based format APILaurent Pinchart2011-12-191-120/+240