Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
f5d5240e087556991b6f33eca6124f3b8f9da703
/
drivers
/
gpu
/
ipu-v3
/
ipu-common.c
cda7755
gpu: ipu-v3: Allow channel burst locking on i.MX6 only
by Philipp Zabel
· 7 years ago
4bf9914
drm: Convert to using %pOF instead of full_name
by Rob Herring
· 7 years ago
925344c
BackMerge tag 'v4.12-rc5' into drm-next
by Dave Airlie
· 8 years ago
ffb4073
gpu: ipu-v3: remove interrupt busy waiting routine
by Philipp Zabel
· 8 years ago
93adc8b
gpu: ipu-v3: allocate ipuv3_channels as needed
by Philipp Zabel
· 8 years ago
b7dfee24
gpu: ipu-v3: Fix CSI selection for VDIC
by Marek Vasut
· 8 years ago
30310c8
gpu: ipu-v3: don't depend on DRM being enabled
by Lucas Stach
· 8 years ago
92681fe
gpu: ipu-v3: hook up PRG unit
by Lucas Stach
· 8 years ago
ea9c260
gpu: ipu-v3: add driver for Prefetch Resolve Gasket
by Lucas Stach
· 8 years ago
d2a3423
gpu: ipu-v3: add driver for Prefetch Resolve Engine
by Lucas Stach
· 8 years ago
e72db3b
gpu: ipu-v3: add support for separate alpha channels
by Philipp Zabel
· 10 years ago
f9bb7ac
gpu: ipu-v3: add unsynchronised DP channel disabling
by Philipp Zabel
· 8 years ago
0e47b02
gpu: ipu-v3: Stop overwriting pdev->dev.of_node of child devices
by Philipp Zabel
· 8 years ago
a92d814
gpu: ipu-v3: initially clear all interrupts
by Philipp Zabel
· 8 years ago
c9d508c
gpu: ipu-v3: add YUV 4:4:4 support
by Philipp Zabel
· 8 years ago
cd98e85
gpu: ipu-v3: Add queued image conversion support
by Steve Longerbeam
· 8 years ago
e92e447
gpu: ipu-v3: fix a possible NULL dereference
by LABBE Corentin
· 8 years ago
ac4708f
gpu: ipu-v3: Add FSU channel linking support
by Steve Longerbeam
· 8 years ago
2d2ead4
gpu: ipu-v3: Add Video Deinterlacer unit
by Steve Longerbeam
· 8 years ago
88287ec
gpu: ipu-v3: rename CSI client device
by Steve Longerbeam
· 8 years ago
572a761
gpu: ipu-v3: Add ipu_get_num()
by Steve Longerbeam
· 8 years ago
310944d
drm/imx: Match imx-ipuv3-crtc components using device node in platform data
by Philipp Zabel
· 9 years ago
503fe87
gpu: ipu-v3: Fix imx-ipuv3-crtc module autoloading
by Philipp Zabel
· 9 years ago
596a65d
gpu: ipu-v3: Reset IPU before activating IRQ
by David Jander
· 10 years ago
17e0521
gpu: ipu-v3: Do not bail out on missing optional port nodes
by Philipp Zabel
· 9 years ago
304e6be
gpu: ipu-v3: Assign of_node of child platform devices to corresponding ports
by Philipp Zabel
· 9 years ago
99ae78c
gpu: ipu-v3: Remove reg_offset field
by Philipp Zabel
· 10 years ago
7d2e8a2
gpu: ipu-v3: add support for ARGB4444 16-bit color format
by Lucas Stach
· 9 years ago
0cb8b75
gpu: ipu-v3: add support for 15-bit RGB with 1-bit alpha formats
by Philipp Zabel
· 10 years ago
ca0141d
gpu/drm: Kill off set_irq_flags usage
by Rob Herring
· 9 years ago
bd0b9ac
genirq: Remove irq argument from irq flow handlers
by Thomas Gleixner
· 9 years ago
3527122
Merge tag 'dmaengine-4.3-rc1' of git://git.infradead.org/users/vkoul/slave-dma
by Linus Torvalds
· 9 years ago
4d9efdfc
dmaengine: ipu: Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc
by Jiang Liu
· 9 years ago
510e642
GPU: ipu: fix lockup caused by pending chained interrupts
by Russell King
· 10 years ago
86f5e73
GPU: ipu: Fix race in installing IPU chained IRQ handler
by Russell King
· 10 years ago
a49e7c0
gpu: ipu-v3: Fix IC control register offset
by Philipp Zabel
· 10 years ago
46d987a
Merge tag 'ipu-fixes-3.18' of git://git.pengutronix.de/git/pza/linux into drm-next
by Dave Airlie
· 10 years ago
3feb049
gpu: ipu-v3: Add ipu_dump()
by Steve Longerbeam
· 11 years ago
9a34cef
gpu: ipu-v3: Add more planar formats support
by Steve Longerbeam
· 11 years ago
4fd1a07
gpu: ipu-v3: Add ipu_idmac_lock_enable()
by Steve Longerbeam
· 11 years ago
2bcf577
gpu: ipu-v3: Add ipu_idmac_enable_watermark()
by Steve Longerbeam
· 11 years ago
6930afd
gpu: ipu-v3: Add ipu_stride_to_bytes()
by Steve Longerbeam
· 11 years ago
e7268c6
gpu: ipu-v3: Add __ipu_idmac_reset_current_buffer()
by Steve Longerbeam
· 11 years ago
bce6f08
gpu: ipu-v3: Add ipu_idmac_clear_buffer()
by Steve Longerbeam
· 11 years ago
aa52f57
gpu: ipu-v3: Add ipu_idmac_buffer_is_ready()
by Steve Longerbeam
· 11 years ago
4cea940
gpu: ipu-v3: Add helper function checking if pixfmt is planar
by Steve Longerbeam
· 11 years ago
f835f38
gpu: ipu-v3: Add rotation mode conversion utilities
by Steve Longerbeam
· 11 years ago
ae0e970
gpu: ipu-v3: Add ipu_mbus_code_to_colorspace()
by Steve Longerbeam
· 11 years ago
fc43535
gpu: ipu-v3: smfc: Move enable/disable to ipu-smfc.c
by Steve Longerbeam
· 11 years ago
1aa8ea0
gpu: ipu-v3: Add Image Converter unit
by Steve Longerbeam
· 10 years ago
2ffd48f
gpu: ipu-v3: Add Camera Sensor Interface unit
by Steve Longerbeam
· 10 years ago
e4946cd
gpu: ipu-v3: Return proper error on ipu_add_client_devices error path
by Axel Lin
· 10 years ago
ba07975
gpu: ipu-v3: Add functions to set CSI/IC source muxes
by Steve Longerbeam
· 11 years ago
7d2691d
gpu: ipu-v3: Add ipu-cpmem unit
by Steve Longerbeam
· 11 years ago
682b7c1
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 11 years ago
d6ca8ca
gpu: ipu-v3: Register the CSI modules
by Philipp Zabel
· 13 years ago
3f5a8a9
gpu: ipu-v3: Add CSI and SMFC module enable wrappers
by Philipp Zabel
· 13 years ago
e904609
gpu: ipu-v3: Add ipu_idmac_get_current_buffer function
by Philipp Zabel
· 13 years ago
35de925
gpu: ipu-v3: Add SMFC code
by Philipp Zabel
· 13 years ago
39b9004
gpu: ipu-v3: Move i.MX IPUv3 core driver out of staging
by Philipp Zabel
· 11 years ago
[Renamed (99%) from drivers/staging/imx-drm/ipu-v3/ipu-common.c]
912cbd4
Merge 3.13-rc5 into staging-next
by Greg Kroah-Hartman
· 11 years ago
4ae078d
imx-drm: ipu-v3: fix potential CRTC device registration race
by Russell King
· 11 years ago
885a947
staging: delete non-required instances of include <linux/init.h>
by Paul Gortmaker
· 11 years ago
ed5d6ca
staging: drm/imx: fix return value check in ipu_add_subdevice_pdata()
by Wei Yongjun
· 11 years ago
89bc5be
staging: imx-drm: use true and false for bool variables
by Valentina Manea
· 11 years ago
b8d181e
staging: drm/imx: add drm plane support
by Philipp Zabel
· 11 years ago
fb822a3
staging: drm/imx: make waiting for idle channel optional
by Sascha Hauer
· 11 years ago
38fc7b3
staging: drm/imx: add BGR565 format
by Philipp Zabel
· 11 years ago
7cb1779
staging: drm/imx: fix RGB formats, make ipu_cpmem_set_fmt take a drm_fourcc
by Philipp Zabel
· 11 years ago
e56af86
staging: drm/imx: make struct ipu_rgb format definitions const
by Philipp Zabel
· 11 years ago
10f2268
imx-drm: ipu-common: Add MODULE_ALIAS
by Fabio Estevam
· 11 years ago
62645a2
imx-drm: ipu-common: Check the return value from clk_prepare_enable()
by Fabio Estevam
· 11 years ago
be798b2
imx-drm: ipu-common: Simplify the error path
by Fabio Estevam
· 11 years ago
37f85b26
staging: drm/imx: use generic irq chip unused field to block out invalid irqs
by Philipp Zabel
· 12 years ago
379cdec
staging: drm/imx: use generic irqchip
by Philipp Zabel
· 12 years ago
b728766
staging: drm/imx: convert IPU irq driver to irq_domain_add_linear
by Philipp Zabel
· 12 years ago
fcba914
Merge tag 'soc-for-linus-3' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 12 years ago
a772635
Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 12 years ago
567b1b0
Merge tag 'imx-soc-3.10' of git://git.linaro.org/people/shawnguo/linux-2.6 into next/soc2
by Olof Johansson
· 12 years ago
6c64155
staging: drm/imx: Use SRC to reset IPU
by Philipp Zabel
· 12 years ago
de88cbb
arm: Move chained_irq_(enter|exit) to a generic file
by Catalin Marinas
· 12 years ago
6cadd88
staging: imx-drm: ipu-common: Fix sparse warnings
by Fabio Estevam
· 12 years ago
4ee723a
staging: imx-drm: ipu-common: Remove unused variable
by Fabio Estevam
· 12 years ago
4d27b2c
staging: drm/imx: check return value of ipu_reset()
by Lothar Waßmann
· 12 years ago
8aa1be4
staging: imx-drm: remove use of __devexit
by Bill Pemberton
· 12 years ago
c4aabf8
staging: imx-drm: remove use of __devinit
by Bill Pemberton
· 12 years ago
99c28f1
staging: drm/imx: remove use of __devexit_p
by Bill Pemberton
· 12 years ago
2d8f46f
staging: drm/imx: Remove 300ms delay after memory reset
by Philipp Zabel
· 12 years ago
0125f21
staging: drm/imx: Add ipu_cpmem_set_yuv_interleaved()
by Philipp Zabel
· 12 years ago
d3e4e61
staging: drm/imx: Add YVU420 support to i.MX IPUv3 base driver
by Philipp Zabel
· 12 years ago
c096ae1
staging: drm/imx: Fix YUYV support in i.MX IPUv3 base driver
by Michael Olbrich
· 12 years ago
9c2c438
staging: ipu-v3: ipu-common: Indicate succesful probe
by Fabio Estevam
· 12 years ago
fd563db
staging: ipu-v3: ipu-common: Make it less verbose
by Fabio Estevam
· 12 years ago
aecfbdb
staging: drm/imx: add i.MX IPUv3 base driver
by Sascha Hauer
· 12 years ago