summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/ipu-v3
AgeCommit message (Expand)AuthorLines
2018-08-02gpu: ipu-v3: default to id 0 on missing OF aliasPhilipp Zabel-0/+2
2018-08-02gpu: ipu-v3: Fix U/V offset macros for planar 4:2:0Steve Longerbeam-3/+3
2018-08-02gpu: ipu-v3: add support for XRGB32 and XBGR32 V4L2 pixel formatsPhilipp Zabel-0/+18
2018-07-16gpu: ipu-v3: Allow negative offsets for interlaced scanningPhilipp Zabel-2/+13
2018-07-16gpu: ipu-v3: csi: support RGB565 on parallel busJan Luebbe-4/+8
2018-07-16gpu: ipu-v3: csi: pass back mbus_code_to_bus_cfg error codesEnrico Scholz-4/+16
2018-07-16gpu: ipu-csi: add rgb/bgr888 24bit support to mbus_code_to_bus_cfgMichael Grzeschik-0/+6
2018-07-16gpu: ipu-csi: Check for field type alternateSteve Longerbeam-1/+2
2018-07-09driver core: Rename flag AUTOREMOVE to AUTOREMOVE_CONSUMERVivek Gautam-2/+4
2018-03-15gpu: ipu-v3: prg: avoid possible array underflowArnd Bergmann-3/+9
2018-02-19gpu: ipu-csi: add 10/12-bit grayscale support to mbus_code_to_bus_cfgJan Luebbe-0/+2
2018-02-19gpu: ipu-cpmem: add 16-bit grayscale support to ipu_cpmem_set_imagePhilipp Zabel-0/+1
2018-02-19gpu: ipu-v3: prg: fix device node leak in ipu_prg_lookup_by_phandleTobias Jordan-0/+3
2018-02-19gpu: ipu-v3: pre: fix device node leak in ipu_pre_lookup_by_phandleTobias Jordan-0/+3
2018-02-16gpu: ipu-cpmem: add 8-bit grayscale support to ipu_cpmem_set_imagePhilipp Zabel-0/+1
2018-02-16gpu: ipu-v3: make const arrays int_reg static, shrinks object sizeColin Ian King-2/+2
2017-12-19gpu: ipu-v3: allow to build with COMPILE_TESTPhilipp Zabel-1/+5
2017-12-19gpu: ipu-v3: prg: add modifier supportLucas Stach-3/+10
2017-12-19gpu: ipu-v3: pre: add tiled prefetch supportLucas Stach-6/+29
2017-12-19gpu: ipu-v3: prg: switch to runtime PMLucas Stach-21/+50
2017-11-23Merge tag 'drm-for-v4.15-part2' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds-3/+0
2017-11-23Merge tag 'imx-drm-next-2017-10-18' of git://git.pengutronix.de/git/pza/linux...Dave Airlie-3/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-10-11gpu: ipu-v3: pre: implement workaround for ERR009624Lucas Stach-0/+29
2017-10-11gpu: ipu-v3: prg: wait for double buffers to be filled on channel startupLucas Stach-0/+7
2017-10-11gpu: ipu-v3: Allow channel burst locking on i.MX6 onlyPhilipp Zabel-0/+8
2017-10-04gpu: ipu-v3: ipu-dc: Remove unused 'di' variableFabio Estevam-3/+0
2017-09-03Merge tag 'drm-for-v4.14' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds-2/+2
2017-08-11gpu: ipu-v3: add DRM dependencyArnd Bergmann-0/+1
2017-07-26drm: Convert to using %pOF instead of full_nameRob Herring-2/+2
2017-06-16BackMerge tag 'v4.12-rc5' into drm-nextDave Airlie-15/+13
2017-06-08gpu: ipu-v3: vdic: include AUTO field order bit in ipu_vdi_set_field_orderSteve Longerbeam-2/+2
2017-06-08gpu: ipu-v3: remove interrupt busy waiting routinePhilipp Zabel-17/+0
2017-06-08gpu: ipu-v3: allocate ipuv3_channels as neededPhilipp Zabel-14/+17
2017-06-08gpu: ipu-v3: Add support for double read/write reductionPhilipp Zabel-0/+6
2017-06-08gpu: ipu-v3: prg: remove counter load enableLucas Stach-2/+0
2017-06-06gpu: ipu-v3: Fix CSI selection for VDICMarek Vasut-7/+8
2017-06-06gpu: ipu-v3: pre: only use internal clock gatingLucas Stach-8/+5
2017-04-04gpu: ipu-v3: don't depend on DRM being enabledLucas Stach-2/+9
2017-03-16gpu: ipu-v3: only set non-zero AXI ID for IC when PRG is absentLucas Stach-1/+6
2017-03-16gpu: ipu-v3: hook up PRG unitLucas Stach-1/+10
2017-03-16gpu: ipu-v3: add driver for Prefetch Resolve GasketLucas Stach-1/+432
2017-03-15gpu: ipu-v3: add driver for Prefetch Resolve EngineLucas Stach-2/+320
2017-03-15gpu: ipu-v3: add support for separate alpha channelsPhilipp Zabel-0/+63
2017-03-15drm/imx: add deferred plane disablingPhilipp Zabel-3/+0
2017-03-15gpu: ipu-v3: add unsynchronised DP channel disablingPhilipp Zabel-10/+17
2017-03-15gpu: ipu-v3: remove IRQ dance on DC channel disableLucas Stach-57/+4
2017-03-15gpu: ipu-cpmem: add bayer formats to ipu_cpmem_set_imagePhilipp Zabel-0/+13
2017-03-15gpu: ipu-cpmem: set image base address even for incorrect formatsPhilipp Zabel-2/+6
2017-02-17gpu: ipu-v3: Stop overwriting pdev->dev.of_node of child devicesPhilipp Zabel-6/+0