summaryrefslogtreecommitdiffstats
path: root/drivers/video/imx-ipu-fb.c
Commit message (Expand)AuthorAgeFilesLines
* param: make parameter functions more consistentSascha Hauer2017-04-111-1/+1
* driver: replace dev_request_mem_region with dev_request_mem_resourceSascha Hauer2016-03-071-3/+5
* rework remap_rangeSascha Hauer2015-11-031-3/+2
* video: ipu-fb: mark internally used functions as staticLucas Stach2015-08-191-2/+4
* ARM: move DMA alloc functions to dma.hLucas Stach2015-03-061-0/+1
* ARM: change dma_alloc/free_coherent to match other architecturesLucas Stach2015-03-061-1/+2
* resource: Let dev_request_mem_region return an error pointerSascha Hauer2014-09-161-0/+2
* Merge branch 'for-next/misc'Sascha Hauer2014-04-041-5/+0
|\
| * drivers: treewide: Kill empty remove() implementationsAlexander Shiyan2014-04-021-5/+0
* | video: introduce struct display_timingsSascha Hauer2014-03-291-2/+2
|/
* video: ipufb: Use uncached memory for framebufferSascha Hauer2013-12-201-2/+7
* video: imx-ipu-fb: Allow to specify framebuffer memory size via platform_dataSascha Hauer2013-12-201-2/+7
* video: imx-ipu-fb: Do not modify pwm registerSascha Hauer2013-12-201-5/+0
* video: ipufb: Allow to disable fractional pixelclock dividerSascha Hauer2013-12-201-2/+9
* video: ipufb: Fix divider debug printSascha Hauer2013-12-201-1/+1
* video: ipufb: Fix 24bit format and implement 32bit formatSascha Hauer2013-12-201-1/+8
* video: ipufb: calculate channel param fields from fb_bitfieldsSascha Hauer2013-12-201-33/+59
* video: ipufb: do not use bitfieldsSascha Hauer2013-12-201-142/+129
* video: ipufb: make disp_data_fmt configurableSascha Hauer2013-12-181-26/+18
* fb: imx-ipu-fb: Use dev_add_param_int for alpha parameterSascha Hauer2013-04-111-17/+10
* Use new device_platform_driver() macro for driversAlexander Shiyan2013-02-131-7/+1
* ARM i.MX: get rid of imx-regs.hSascha Hauer2012-10-171-1/+1
* ARM i.MX35: Cleanup remaining unprefixed registersSascha Hauer2012-10-171-2/+2
* Merge branch 'for-next/imx-clk'Sascha Hauer2012-10-041-2/+8
|\
| * video i.MX IPU: Switch to clock supportSascha Hauer2012-10-041-2/+8
* | switch all platform_bus device/driver registering to platform_driver/device_r...Jean-Christophe PLAGNIOL-VILLARD2012-10-041-1/+1
|/
* Treewide: remove address of the Free Software FoundationSascha Hauer2012-09-171-4/+0
* imx-ipu-fb: Add overlay supportTeresa Gámez2012-01-231-14/+143
* imx-ipu-fb: Fix offset for IPU Clock.Teresa Gámez2012-01-231-1/+1
* imx-ipu-fb: Add support for multiple video modesTeresa Gámez2012-01-231-1/+9
* introduce io.hSascha Hauer2011-09-221-1/+1
* video i.MX ipu: convert to struct resourceSascha Hauer2011-07-191-1/+1
* imx-ipu-fb: fix printf compiler warningsSascha Hauer2011-01-071-1/+1
* fb: i.MX IPU: fold mx3fb_set_par into its only userSascha Hauer2010-10-221-22/+5
* fb: i.MX IPU: move fb_info initialization to a single functionSascha Hauer2010-10-221-28/+35
* fb: i.MX IPU: remove unnecessary printfSascha Hauer2010-10-221-2/+0
* imx-ipu-fb: set default bits per pixel at 16 for mx3Jean-Christophe PLAGNIOL-VILLARD2010-09-271-0/+1
* imx-ipu-fb: do not enable framebuffer on startupEric Bénard2010-06-301-2/+0
* imx-ipu-fb: Add board specific hook to enable displayEric Bénard2010-06-301-0/+8
* Fix compile time errors when DEBUG is definedJuergen Beisert2010-02-121-2/+2
* fb: Add a i.MX IPU framebuffer driverJuergen nogit Beisert2009-12-091-0/+919