Commit Graph

146 Commits (42002c6de9ee1916a118d6a732c533bfe138ed6f)

Author SHA1 Message Date
Greg Kroah-Hartman 48c68c4f1b Drivers: video: remove __dev* attributes. 12 years ago
Laurent Pinchart d38d840ac6 fbdev: sh_mobile_lcdc: Make sh_mobile_lcdc_sys_bus_ops static 12 years ago
Laurent Pinchart 656d4f332c fbdev: sh_mobile_lcdc: Store the backlight brightness internally 12 years ago
Laurent Pinchart 0707330b33 fbdev: sh_mobile_lcdc: Remove priv argument from channel and overlay init 12 years ago
Laurent Pinchart 352d613877 fbdev: sh_mobile_lcdc: Rename mode argument to modes 12 years ago
Laurent Pinchart 856e8dfe6e fbdev: sh_mobile_lcdc: Get display dimensions from the channel structure 12 years ago
Hideki EIRAKU bf10a53765 fbdev: sh_mobile_lcdc: use dma_mmap_coherent 12 years ago
Laurent Pinchart ac33a207b1 fbdev: sh_mobile_lcdc: Fix vertical panning step 13 years ago
Laurent Pinchart a4aa25f6e7 fbdev: sh_mobile_lcdc: Fix pan offset computation in YUV mode 13 years ago
Laurent Pinchart 8be7c66995 fbdev: sh_mobile_lcdc: Fix overlay registers update during pan operation 13 years ago
Laurent Pinchart 15dede882e fbdev: sh_mobile_lcdc: Support horizontal panning 13 years ago
Laurent Pinchart bd5f2c6911 fbdev: sh_mobile_lcdc: Use channel configuration to initialize fb device 13 years ago
Laurent Pinchart 16ca21c9a9 fbdev: sh_mobile_lcdc: Fix line pitch computation 13 years ago
Laurent Pinchart 0c75c4e073 fbdev: sh_mobile_lcdc: Destroy mutex at remove time 13 years ago
Laurent Pinchart 6e729b416b sh_mobile_meram: Use direct function calls for the public API 13 years ago
Laurent Pinchart 4a23717721 sh_mobile_meram: Rename operations to cache_[alloc|free|update] 13 years ago
Laurent Pinchart c5deac3c9b fbdev: sh_mobile_lcdc: Implement overlays support 13 years ago
Laurent Pinchart d7ad334218 fbdev: sh_mobile_lcdc: Rename fb operation handlers with a common prefix 13 years ago
Laurent Pinchart 3281e54c80 fbdev: sh_mobile_lcdc: Constify sh_mobile_lcdc_fix structure 13 years ago
Laurent Pinchart 72c04af9a2 fbdev: sh_mobile_lcdc: Don't confuse line size with pitch 13 years ago
Laurent Pinchart cdf88b9072 fbdev: sh_mobile_meram: Remove unneeded sanity checks 13 years ago
Laurent Pinchart 97d16fe69b fbdev: sh_mobile_meram: Don't perform update in register operation 13 years ago
Laurent Pinchart b5ef967df1 fbdev: sh_mobile_lcdc: Don't store copy of platform data 13 years ago
Laurent Pinchart 481100506b fbdev: sh_mobile_meram: Allocate ICBs automatically 13 years ago
Laurent Pinchart 4976677f4d fbdev: sh_mobile_lcdc: Pass channel pointer to sh_mobile_wait_for_vsync 13 years ago
Laurent Pinchart 58f03d998d fbdev: sh_mobile_lcdc: Store configuration in channel structure 13 years ago
Laurent Pinchart e8363140c0 fbdev: sh_mobile_lcdc: Pass physical device pointer to DMA functions 13 years ago
Laurent Pinchart a67f379d36 fbdev: sh_mobile_lcdc: Split fb init/cleanup from channel init/cleanup 13 years ago
Laurent Pinchart fc9e78e6b3 fbdev: sh_mobile_lcdc: Store the format in struct sh_mobile_lcdc_chan 13 years ago
Laurent Pinchart 105784bbb4 fbdev: sh_mobile_lcdc: Add sh_mobile_format_info() function 13 years ago
Laurent Pinchart 93ff259846 fbdev: sh_mobile_lcdc: Rename (lcd|num)_cfg (lcd|num)_modes 13 years ago
Laurent Pinchart 2d04559dc2 fbdev: sh_mobile_lcdc: Store display mode in a struct fb_videomode 13 years ago
Laurent Pinchart 13f80eea56 fbdev: sh_mobile_hdmi: Don't access LCDC fb_info 13 years ago
Laurent Pinchart e0c8601a18 fbdev: sh_mobile_lcdc: Pass a video mode to the notify callback 13 years ago
Laurent Pinchart ecd2994786 sh_mobile_lcdc: Add display notify callback to sh_mobile_lcdc_chan 13 years ago
Laurent Pinchart 458981c388 fbdev: sh_mobile_lcdc: Return display connection state in display_on 13 years ago
Laurent Pinchart 5864ace19a fbdev: sh_mobile_lcdc: Remove fb_info parameter to display_on operation 13 years ago
Laurent Pinchart e34d0bbb06 sh_mobile_lcdc: Add an lcdc channel pointer to sh_mobile_lcdc_entity 13 years ago
Laurent Pinchart afaad83b9c fbdev: sh_mobile_lcdc: Merge board_cfg and lcd_size_cfg into panel_cfg 13 years ago
Laurent Pinchart 43059b0f46 fbdev: sh_mobile_lcdc: Move brightness ops to sh_mobile_lcdc_bl_info 13 years ago
Laurent Pinchart 018882aa66 fbdev: sh_mobile_lcdc: Remove board configuration board_data field 13 years ago
Laurent Pinchart aa7b5b0b2d fbdev: sh_mobile_lcdc: Remove board configuration owner field 13 years ago
Laurent Pinchart 9a2985e7f9 fbdev: sh_mobile_lcdc: Handle HDMI/MIPI transmitter device directly 13 years ago
Laurent Pinchart 37c5dcc21d fbdev: sh_mobile_lcdc: Create functions to turn the display on/off 13 years ago
Laurent Pinchart 0a7f17aa3d fbdev: sh_mobile_lcdc: Don't pass struct device around 13 years ago
Laurent Pinchart 4774c12aac fbdev: sh_mobile_lcdc: Move pm runtime enable to probe() 13 years ago
Laurent Pinchart 217e9c4353 fbdev: sh_mobile_lcdc: Mark init-only symbols with __devinit(const) 13 years ago
Laurent Pinchart f1f60b5f55 fbdev: sh_mobile_lcdc: Reorder code into sections 13 years ago
Laurent Pinchart edd153a3e4 fbdev: sh_mobile_lcdc: Support FOURCC-based format API 13 years ago
Axel Lin 4277f2c466 video: convert drivers/video/* to use module_platform_driver() 13 years ago