index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
ipu-v3
Age
Commit message (
Expand
)
Author
Files
Lines
2018-11-05
gpu: ipu-v3: image-convert: allow three rows or columns
Philipp Zabel
1
-6
/
+1
2018-11-05
gpu: ipu-v3: image-convert: disable double buffering if necessary
Philipp Zabel
1
-2
/
+25
2018-11-05
gpu: ipu-v3: image-convert: add some ASCII art to the exposition
Philipp Zabel
1
-10
/
+29
2018-11-05
gpu: ipu-v3: image-convert: fix bytesperline adjustment
Philipp Zabel
1
-4
/
+12
2018-11-05
gpu: ipu-v3: image-convert: relax alignment restrictions
Philipp Zabel
1
-40
/
+41
2018-11-05
gpu: ipu-v3: image-convert: fix debug output for varying tile sizes
Philipp Zabel
1
-2
/
+10
2018-11-05
gpu: ipu-v3: image-convert: select optimal seam positions
Philipp Zabel
1
-6
/
+337
2018-11-05
gpu: ipu-v3: image-convert: move tile alignment helpers
Philipp Zabel
1
-27
/
+27
2018-11-05
gpu: ipu-v3: image-convert: calculate tile dimensions and offsets outside fil...
Philipp Zabel
1
-5
/
+13
2018-11-05
gpu: ipu-v3: image-convert: store tile top/left position
Philipp Zabel
1
-12
/
+15
2018-11-05
gpu: ipu-v3: image-convert: reconfigure IC per tile
Philipp Zabel
1
-21
/
+44
2018-11-05
gpu: ipu-v3: image-convert: calculate per-tile resize coefficients
Philipp Zabel
1
-2
/
+234
2018-11-05
gpu: ipu-v3: image-convert: prepare for per-tile configuration
Philipp Zabel
1
-25
/
+35
2018-11-05
gpu: ipu-v3: image-convert: Catch unaligned tile offsets
Steve Longerbeam
1
-24
/
+37
2018-11-05
gpu: ipu-v3: image-convert: Remove need_abort flag
Steve Longerbeam
1
-4
/
+1
2018-11-05
gpu: ipu-v3: image-convert: Allow reentrancy into abort
Steve Longerbeam
1
-3
/
+4
2018-11-05
gpu: ipu-v3: image-convert: Only wait for abort completion if active run
Steve Longerbeam
1
-2
/
+7
2018-11-05
gpu: ipu-v3: image-convert: Prevent race between run and unprepare
Steve Longerbeam
1
-3
/
+7
2018-11-05
gpu: ipu-v3: ipu-ic: allow to manually set resize coefficients
Philipp Zabel
1
-19
/
+33
2018-11-05
gpu: ipu-v3: Add chroma plane offset overrides to ipu_cpmem_set_image()
Steve Longerbeam
2
-24
/
+32
2018-11-05
gpu: ipu-cpmem: add WARN_ON_ONCE() for unaligned dma buffers
Steve Longerbeam
1
-0
/
+6
2018-10-04
media: v4l: mediabus: Recognise CSI-2 D-PHY and C-PHY
Sakari Ailus
1
-3
/
+3
2018-08-16
Merge tag 'drm-next-2018-08-15' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
4
-11
/
+64
2018-08-14
Merge branches 'pm-core', 'pm-domains', 'pm-sleep', 'acpi-pm' and 'pm-cpuidle'
Rafael J. Wysocki
2
-2
/
+4
2018-08-10
Merge tag 'imx-drm-fixes-2018-08-03' of git://git.pengutronix.de/git/pza/linu...
Dave Airlie
2
-3
/
+5
2018-08-02
gpu: ipu-v3: default to id 0 on missing OF alias
Philipp Zabel
1
-0
/
+2
2018-08-02
gpu: ipu-v3: Fix U/V offset macros for planar 4:2:0
Steve Longerbeam
1
-3
/
+3
2018-08-02
gpu: ipu-v3: add support for XRGB32 and XBGR32 V4L2 pixel formats
Philipp Zabel
3
-0
/
+18
2018-07-16
gpu: ipu-v3: Allow negative offsets for interlaced scanning
Philipp Zabel
1
-2
/
+13
2018-07-16
gpu: ipu-v3: csi: support RGB565 on parallel bus
Jan Luebbe
1
-4
/
+8
2018-07-16
gpu: ipu-v3: csi: pass back mbus_code_to_bus_cfg error codes
Enrico Scholz
1
-4
/
+16
2018-07-16
gpu: ipu-csi: add rgb/bgr888 24bit support to mbus_code_to_bus_cfg
Michael Grzeschik
1
-0
/
+6
2018-07-16
gpu: ipu-csi: Check for field type alternate
Steve Longerbeam
1
-1
/
+2
2018-07-09
driver core: Rename flag AUTOREMOVE to AUTOREMOVE_CONSUMER
Vivek Gautam
2
-2
/
+4
2018-03-15
gpu: ipu-v3: prg: avoid possible array underflow
Arnd Bergmann
1
-3
/
+9
2018-02-19
gpu: ipu-csi: add 10/12-bit grayscale support to mbus_code_to_bus_cfg
Jan Luebbe
1
-0
/
+2
2018-02-19
gpu: ipu-cpmem: add 16-bit grayscale support to ipu_cpmem_set_image
Philipp Zabel
1
-0
/
+1
2018-02-19
gpu: ipu-v3: prg: fix device node leak in ipu_prg_lookup_by_phandle
Tobias Jordan
1
-0
/
+3
2018-02-19
gpu: ipu-v3: pre: fix device node leak in ipu_pre_lookup_by_phandle
Tobias Jordan
1
-0
/
+3
2018-02-16
gpu: ipu-cpmem: add 8-bit grayscale support to ipu_cpmem_set_image
Philipp Zabel
1
-0
/
+1
2018-02-16
gpu: ipu-v3: make const arrays int_reg static, shrinks object size
Colin Ian King
1
-2
/
+2
2017-12-19
gpu: ipu-v3: allow to build with COMPILE_TEST
Philipp Zabel
3
-1
/
+5
2017-12-19
gpu: ipu-v3: prg: add modifier support
Lucas Stach
1
-3
/
+10
2017-12-19
gpu: ipu-v3: pre: add tiled prefetch support
Lucas Stach
3
-6
/
+29
2017-12-19
gpu: ipu-v3: prg: switch to runtime PM
Lucas Stach
1
-21
/
+50
2017-11-24
Merge tag 'drm-for-v4.15-part2' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
1
-3
/
+0
2017-11-23
Merge tag 'imx-drm-next-2017-10-18' of git://git.pengutronix.de/git/pza/linux...
Dave Airlie
1
-3
/
+0
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-10-11
gpu: ipu-v3: pre: implement workaround for ERR009624
Lucas Stach
1
-0
/
+29
2017-10-11
gpu: ipu-v3: prg: wait for double buffers to be filled on channel startup
Lucas Stach
1
-0
/
+7
[next]