summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/ipu-v3
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'imx-drm-next-2015-10-30' of git://git.pengutronix.de/git/pza/linux...Dave Airlie2015-11-053-6/+91
|\
| * gpu: ipu-v3: fix div_ratio typeAndrzej Hajda2015-10-301-1/+1
| * gpu: ipu-v3: csi: add support for 8 bpp grayscale sensors.Philippe De Muyter2015-10-301-0/+1
| * gpu: ipu-v3: add support for ARGB4444 16-bit color formatLucas Stach2015-10-302-0/+12
| * gpu: ipu-v3: add support for RGBX8888 and RGBA8888 pixel formatsPhilipp Zabel2015-10-301-4/+28
| * gpu: ipu-v3: add support for 15-bit RGB with 1-bit alpha formatsPhilipp Zabel2015-10-302-0/+48
| * gpu: ipu-v3: ipu-csi: bool test doesn't need a comparison to falseFabio Estevam2015-10-301-1/+1
* | gpu: imx: fix support for interlaced modesRussell King2015-10-062-46/+48
* | gpu: imx: simplify sync polarity settingRussell King2015-10-061-22/+28
|/
* gpu/drm: Kill off set_irq_flags usageRob Herring2015-09-161-2/+1Star
* genirq: Remove irq argument from irq flow handlersThomas Gleixner2015-09-161-2/+2
* Merge tag 'dmaengine-4.3-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2015-09-041-2/+2
|\
| * dmaengine: ipu: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descJiang Liu2015-07-161-2/+2
* | GPU: ipu: fix lockup caused by pending chained interruptsRussell King2015-07-101-0/+3
|/
* GPU: ipu: Fix race in installing IPU chained IRQ handlerRussell King2015-06-181-8/+5Star
* Merge tag 'imx-drm-next-2015-03-31' of git://git.pengutronix.de/git/pza/linux...Dave Airlie2015-04-131-9/+9
|\
| * drm/imx: consolidate bus format variable namesPhilipp Zabel2015-03-311-2/+2
| * drm/imx: switch to use media bus formatsPhilipp Zabel2015-03-311-8/+8
* | gpu: ipu-v3: turns out the IPU can only downsize 4:1Philipp Zabel2015-03-311-2/+2
* | gpu: ipu-v3: limit pixel clock divider to 8-bitsPhilipp Zabel2015-03-311-6/+3Star
|/
* gpu: ipu-v3: do not divide by zero if the pixel clock is too largePhilipp Zabel2015-02-231-0/+2
* Merge tag 'imx-drm-fixes-2015-01-28' of git://git.pengutronix.de/git/pza/linu...Dave Airlie2015-02-112-4/+5
|\
| * gpu: ipu-v3: Fix IC control register offsetPhilipp Zabel2015-01-271-2/+2
| * gpu: ipu-v3: wait_for_completion_timeout does not return negative statusNicholas Mc Guire2015-01-271-2/+3
* | gpu: ipu-di: Switch to DIV_ROUND_CLOSEST for DI clock divider calcSteve Longerbeam2015-01-071-6/+3Star
* | gpu: ipu-v3: Use videomode in struct ipu_di_signal_cfgSteve Longerbeam2015-01-071-41/+48
* | gpu: ipu-di: remove some non-functional codeSteve Longerbeam2015-01-071-6/+0Star
* | gpu: ipu-di: Add ipu_di_adjust_videomode()Jiada Wang2015-01-071-0/+29
* | gpu: ipu-v3: Implement use counter for ipu_dc_enable(), ipu_dc_disable()Steve Longerbeam2015-01-061-2/+23
|/
* [media] gpu: ipu-v3: Make use of media_bus_format enumBoris BREZILLON2014-11-141-33/+33
* Merge tag 'ipu-fixes-3.18' of git://git.pengutronix.de/git/pza/linux into drm...Dave Airlie2014-10-073-3/+5
|\
| * gpu: ipu-v3: Kconfig: Remove SOC_IMX6SL from IMX_IPUV3_CORE KconfigFabio Estevam2014-09-241-1/+1
| * gpu: ipu-v3: ipu-smfc: Do not leave DEBUG definedFabio Estevam2014-09-021-1/+0Star
| * gpu: ipu-v3: Return proper error on ipu_add_client_devices error pathAxel Lin2014-09-021-1/+3
| * gpu: ipu-v3: Select GENERIC_IRQ_CHIP to fix build errorAxel Lin2014-09-021-0/+1
* | gpu: ipu-v3: Add ipu_dump()Steve Longerbeam2014-09-021-0/+38
* | gpu: ipu-cpmem: Add ipu_cpmem_dump()Steve Longerbeam2014-09-021-0/+63
* | gpu: ipu-v3: Add more planar formats supportSteve Longerbeam2014-09-022-18/+120
* | gpu: ipu-cpmem: Add second buffer support to ipu_cpmem_set_image()Steve Longerbeam2014-09-021-16/+16
* | gpu: ipu-cpmem: Add ipu_cpmem_set_rotation()Steve Longerbeam2014-09-021-0/+10
* | gpu: ipu-cpmem: Add ipu_cpmem_set_axi_id()Steve Longerbeam2014-09-021-0/+7
* | gpu: ipu-cpmem: Add ipu_cpmem_set_block_mode()Steve Longerbeam2014-09-021-0/+6
* | gpu: ipu-v3: Add ipu_idmac_lock_enable()Steve Longerbeam2014-09-021-0/+69
* | gpu: ipu-v3: Add ipu_idmac_enable_watermark()Steve Longerbeam2014-09-021-0/+25
* | gpu: ipu-v3: Add ipu_stride_to_bytes()Steve Longerbeam2014-09-021-0/+30
* | gpu: ipu-v3: Add __ipu_idmac_reset_current_buffer()Steve Longerbeam2014-09-021-0/+23
* | gpu: ipu-v3: Add ipu_idmac_clear_buffer()Steve Longerbeam2014-09-021-0/+28
* | gpu: ipu-v3: Add ipu_idmac_buffer_is_ready()Steve Longerbeam2014-09-022-1/+26
* | gpu: ipu-v3: Move IDMAC channel names to imx-ipu-v3.hSteve Longerbeam2014-09-021-25/+0Star
* | gpu: ipu-v3: Add helper function checking if pixfmt is planarSteve Longerbeam2014-09-021-0/+12