summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/ipu-v3
Commit message (Expand)AuthorAgeFilesLines
* gpu: ipu-v3: common: Add of_node_put() for reference returned by of_graph_get...Liang He2023-03-111-0/+1
* gpu: ipu-v3: Fix dev_dbg frequency outputLeo Ruan2022-04-201-2/+3
* gpu: ipu-v3: Fix i.MX IPU-v3 offset calculations for (semi)planar U/V formatsKrzysztof HaƂasa2021-09-221-15/+15
* gpu: ipu-v3: image-convert: Combine rotate/no-rotate irq handlersSteve Longerbeam2020-08-211-38/+20
* gpu: ipu-v3: pre: don't trigger update if buffer address doesn't changeLucas Stach2019-12-051-0/+6
* gpu: ipu-v3: ipu-ic: Fix saturation bit offset in TPMEMSteve Longerbeam2019-07-261-1/+1
* gpu: ipu-v3: dp: fix CSC handlingLucas Stach2019-05-161-3/+9
* gpu: ipu-v3: Fix CSI offsets for imx53Steve Longerbeam2019-03-231-2/+2
* gpu: ipu-v3: Fix i.MX51 CSI control registers offsetAlexander Shiyan2019-03-231-2/+2
* gpu: ipu-v3: image-convert: Prevent race between run and unprepareSteve Longerbeam2019-02-121-3/+7
* Merge tag 'drm-next-2018-08-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2018-08-154-11/+64
|\
| * Merge tag 'imx-drm-fixes-2018-08-03' of git://git.pengutronix.de/git/pza/linu...Dave Airlie2018-08-102-3/+5
| |\
| | * gpu: ipu-v3: default to id 0 on missing OF aliasPhilipp Zabel2018-08-021-0/+2
| | * gpu: ipu-v3: Fix U/V offset macros for planar 4:2:0Steve Longerbeam2018-08-021-3/+3
| * | gpu: ipu-v3: add support for XRGB32 and XBGR32 V4L2 pixel formatsPhilipp Zabel2018-08-023-0/+18
| * | gpu: ipu-v3: Allow negative offsets for interlaced scanningPhilipp Zabel2018-07-161-2/+13
| * | gpu: ipu-v3: csi: support RGB565 on parallel busJan Luebbe2018-07-161-4/+8
| * | gpu: ipu-v3: csi: pass back mbus_code_to_bus_cfg error codesEnrico Scholz2018-07-161-4/+16
| * | gpu: ipu-csi: add rgb/bgr888 24bit support to mbus_code_to_bus_cfgMichael Grzeschik2018-07-161-0/+6
| |/
| |
| \
*-. \ Merge branches 'pm-core', 'pm-domains', 'pm-sleep', 'acpi-pm' and 'pm-cpuidle'Rafael J. Wysocki2018-08-142-2/+4
|\ \ \ | |_|/ |/| |
| * | driver core: Rename flag AUTOREMOVE to AUTOREMOVE_CONSUMERVivek Gautam2018-07-092-2/+4
| |/
* / gpu: ipu-csi: Check for field type alternateSteve Longerbeam2018-07-161-1/+2
|/
* gpu: ipu-v3: prg: avoid possible array underflowArnd Bergmann2018-03-151-3/+9
* gpu: ipu-csi: add 10/12-bit grayscale support to mbus_code_to_bus_cfgJan Luebbe2018-02-191-0/+2
* gpu: ipu-cpmem: add 16-bit grayscale support to ipu_cpmem_set_imagePhilipp Zabel2018-02-191-0/+1
* gpu: ipu-v3: prg: fix device node leak in ipu_prg_lookup_by_phandleTobias Jordan2018-02-191-0/+3
* gpu: ipu-v3: pre: fix device node leak in ipu_pre_lookup_by_phandleTobias Jordan2018-02-191-0/+3
* gpu: ipu-cpmem: add 8-bit grayscale support to ipu_cpmem_set_imagePhilipp Zabel2018-02-161-0/+1
* gpu: ipu-v3: make const arrays int_reg static, shrinks object sizeColin Ian King2018-02-161-2/+2
* gpu: ipu-v3: allow to build with COMPILE_TESTPhilipp Zabel2017-12-193-1/+5
* gpu: ipu-v3: prg: add modifier supportLucas Stach2017-12-191-3/+10
* gpu: ipu-v3: pre: add tiled prefetch supportLucas Stach2017-12-193-6/+29
* gpu: ipu-v3: prg: switch to runtime PMLucas Stach2017-12-191-21/+50
* Merge tag 'drm-for-v4.15-part2' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2017-11-231-3/+0
|\
| * Merge tag 'imx-drm-next-2017-10-18' of git://git.pengutronix.de/git/pza/linux...Dave Airlie2017-11-231-3/+0
| |\
| | * gpu: ipu-v3: ipu-dc: Remove unused 'di' variableFabio Estevam2017-10-041-3/+0
* | | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/ /
* | gpu: ipu-v3: pre: implement workaround for ERR009624Lucas Stach2017-10-111-0/+29
* | gpu: ipu-v3: prg: wait for double buffers to be filled on channel startupLucas Stach2017-10-111-0/+7
* | gpu: ipu-v3: Allow channel burst locking on i.MX6 onlyPhilipp Zabel2017-10-111-0/+8
|/
* Merge tag 'drm-for-v4.14' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2017-09-031-2/+2
|\
| * drm: Convert to using %pOF instead of full_nameRob Herring2017-07-261-2/+2
* | gpu: ipu-v3: add DRM dependencyArnd Bergmann2017-08-111-0/+1
|/
* BackMerge tag 'v4.12-rc5' into drm-nextDave Airlie2017-06-162-15/+13
|\
| * gpu: ipu-v3: Fix CSI selection for VDICMarek Vasut2017-06-061-7/+8
| * gpu: ipu-v3: pre: only use internal clock gatingLucas Stach2017-06-061-8/+5
* | gpu: ipu-v3: vdic: include AUTO field order bit in ipu_vdi_set_field_orderSteve Longerbeam2017-06-081-2/+2
* | gpu: ipu-v3: remove interrupt busy waiting routinePhilipp Zabel2017-06-082-17/+0
* | gpu: ipu-v3: allocate ipuv3_channels as neededPhilipp Zabel2017-06-082-14/+17
* | gpu: ipu-v3: Add support for double read/write reductionPhilipp Zabel2017-06-081-0/+6