summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/ipu-v3
AgeCommit message (Expand)AuthorLines
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner-2/+2
2015-09-04Merge tag 'dmaengine-4.3-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds-2/+2
2015-07-16dmaengine: ipu: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descJiang Liu-2/+2
2015-07-10GPU: ipu: fix lockup caused by pending chained interruptsRussell King-0/+3
2015-06-18GPU: ipu: Fix race in installing IPU chained IRQ handlerRussell King-8/+5
2015-04-13Merge tag 'imx-drm-next-2015-03-31' of git://git.pengutronix.de/git/pza/linux...Dave Airlie-9/+9
2015-03-31gpu: ipu-v3: turns out the IPU can only downsize 4:1Philipp Zabel-2/+2
2015-03-31gpu: ipu-v3: limit pixel clock divider to 8-bitsPhilipp Zabel-6/+3
2015-03-31drm/imx: consolidate bus format variable namesPhilipp Zabel-2/+2
2015-03-31drm/imx: switch to use media bus formatsPhilipp Zabel-8/+8
2015-02-23gpu: ipu-v3: do not divide by zero if the pixel clock is too largePhilipp Zabel-0/+2
2015-02-11Merge tag 'imx-drm-fixes-2015-01-28' of git://git.pengutronix.de/git/pza/linu...Dave Airlie-4/+5
2015-01-27gpu: ipu-v3: Fix IC control register offsetPhilipp Zabel-2/+2
2015-01-27gpu: ipu-v3: wait_for_completion_timeout does not return negative statusNicholas Mc Guire-2/+3
2015-01-07gpu: ipu-di: Switch to DIV_ROUND_CLOSEST for DI clock divider calcSteve Longerbeam-6/+3
2015-01-07gpu: ipu-v3: Use videomode in struct ipu_di_signal_cfgSteve Longerbeam-41/+48
2015-01-07gpu: ipu-di: remove some non-functional codeSteve Longerbeam-6/+0
2015-01-07gpu: ipu-di: Add ipu_di_adjust_videomode()Jiada Wang-0/+29
2015-01-06gpu: ipu-v3: Implement use counter for ipu_dc_enable(), ipu_dc_disable()Steve Longerbeam-2/+23
2014-11-14[media] gpu: ipu-v3: Make use of media_bus_format enumBoris BREZILLON-33/+33
2014-10-07Merge tag 'ipu-fixes-3.18' of git://git.pengutronix.de/git/pza/linux into drm...Dave Airlie-3/+5
2014-09-24gpu: ipu-v3: Kconfig: Remove SOC_IMX6SL from IMX_IPUV3_CORE KconfigFabio Estevam-1/+1
2014-09-02gpu: ipu-v3: Add ipu_dump()Steve Longerbeam-0/+38
2014-09-02gpu: ipu-cpmem: Add ipu_cpmem_dump()Steve Longerbeam-0/+63
2014-09-02gpu: ipu-v3: Add more planar formats supportSteve Longerbeam-18/+120
2014-09-02gpu: ipu-cpmem: Add second buffer support to ipu_cpmem_set_image()Steve Longerbeam-16/+16
2014-09-02gpu: ipu-cpmem: Add ipu_cpmem_set_rotation()Steve Longerbeam-0/+10
2014-09-02gpu: ipu-cpmem: Add ipu_cpmem_set_axi_id()Steve Longerbeam-0/+7
2014-09-02gpu: ipu-cpmem: Add ipu_cpmem_set_block_mode()Steve Longerbeam-0/+6
2014-09-02gpu: ipu-v3: Add ipu_idmac_lock_enable()Steve Longerbeam-0/+69
2014-09-02gpu: ipu-v3: Add ipu_idmac_enable_watermark()Steve Longerbeam-0/+25
2014-09-02gpu: ipu-v3: Add ipu_stride_to_bytes()Steve Longerbeam-0/+30
2014-09-02gpu: ipu-v3: Add __ipu_idmac_reset_current_buffer()Steve Longerbeam-0/+23
2014-09-02gpu: ipu-v3: Add ipu_idmac_clear_buffer()Steve Longerbeam-0/+28
2014-09-02gpu: ipu-v3: Add ipu_idmac_buffer_is_ready()Steve Longerbeam-1/+26
2014-09-02gpu: ipu-v3: Move IDMAC channel names to imx-ipu-v3.hSteve Longerbeam-25/+0
2014-09-02gpu: ipu-v3: Add helper function checking if pixfmt is planarSteve Longerbeam-0/+12
2014-09-02gpu: ipu-v3: Add rotation mode conversion utilitiesSteve Longerbeam-0/+64
2014-09-02gpu: ipu-v3: Add ipu_mbus_code_to_colorspace()Steve Longerbeam-0/+13
2014-09-02gpu: ipu-v3: smfc: Add ipu_smfc_set_watermark()Steve Longerbeam-0/+20
2014-09-02gpu: ipu-v3: smfc: Convert to per-channelSteve Longerbeam-26/+106
2014-09-02gpu: ipu-v3: smfc: Move enable/disable to ipu-smfc.cSteve Longerbeam-12/+12
2014-09-02gpu: ipu-v3: Add Image Converter unitSteve Longerbeam-2/+803
2014-09-02gpu: ipu-v3: Add Camera Sensor Interface unitSteve Longerbeam-13/+780
2014-09-02gpu: ipu-v3: ipu-smfc: Do not leave DEBUG definedFabio Estevam-1/+0
2014-09-02gpu: ipu-v3: Return proper error on ipu_add_client_devices error pathAxel Lin-1/+3
2014-09-02gpu: ipu-v3: Select GENERIC_IRQ_CHIP to fix build errorAxel Lin-0/+1
2014-08-18gpu: ipu-v3: Rename and add IDMAC channelsSteve Longerbeam-6/+14
2014-08-18gpu: ipu-v3: Add functions to set CSI/IC source muxesSteve Longerbeam-0/+51
2014-08-18gpu: ipu-v3: Add ipu-cpmem unitSteve Longerbeam-449/+622