index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
imx
/
ipuv3-plane.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm: Add DRM_MODE_ROTATE_ and DRM_MODE_REFLECT_ to UAPI
Robert Foss
2017-05-22
1
-1
/
+1
*
drm/imx: use PRG/PRE when possible
Lucas Stach
2017-03-16
1
-3
/
+121
*
drm/imx: ipuv3-plane: add support for separate alpha planes
Philipp Zabel
2017-03-15
1
-1
/
+96
*
drm/imx: extend drm_plane_state_to_eba for separate channel support
Philipp Zabel
2017-03-15
1
-8
/
+8
*
drm/imx: add deferred plane disabling
Philipp Zabel
2017-03-15
1
-7
/
+18
*
gpu: ipu-v3: add unsynchronised DP channel disabling
Philipp Zabel
2017-03-15
1
-1
/
+1
*
drm/imx: ipuv3-plane: update overlay plane position also without modeset
Philipp Zabel
2017-03-15
1
-3
/
+5
*
drm/imx: ipuv3-plane: use drm_plane_helper_check_state, clipped coordinates
Philipp Zabel
2017-03-15
1
-42
/
+38
*
drm: Replace 'format->format' comparisons to just 'format' comparisons
Ville Syrjälä
2016-12-15
1
-3
/
+3
*
drm: Nuke fb->pixel_format
Ville Syrjälä
2016-12-15
1
-17
/
+17
*
drm: Replace drm_format_plane_cpp() with fb->format->cpp[]
Ville Syrjälä
2016-12-15
1
-3
/
+3
*
drm/imx: Switch to drm_fb_cma_prepare_fb() helper
Marek Vasut
2016-11-15
1
-0
/
+1
*
drm/imx: ipuv3-plane: add support for YUV 4:2:2 and 4:4:4, NV12, and NV16 for...
Philipp Zabel
2016-10-20
1
-13
/
+47
*
drm/imx: ipuv3-plane: let drm_plane_state_to_ubo/vbo handle chroma subsamplin...
Philipp Zabel
2016-10-20
1
-9
/
+18
*
drm/imx: ipuv3-plane: merge ipu_plane_atomic_set_base into atomic_update
Philipp Zabel
2016-10-20
1
-63
/
+34
*
drm/imx: ipuv3-plane: request modeset if plane offsets changed
Philipp Zabel
2016-10-20
1
-4
/
+2
*
drm/imx: ipuv3-plane: disable local alpha for planes without alpha channel
Philipp Zabel
2016-10-20
1
-0
/
+1
*
drm/imx: ipuv3-plane: make sure x/y offsets are even in case of chroma subsam...
Philipp Zabel
2016-10-20
1
-0
/
+11
*
drm/imx: ipuv3-plane: Access old u/vbo properly in ->atomic_check for YU12/YV12
Liu Ying
2016-10-18
1
-1
/
+3
*
drm/imx: ipuv3-plane: Skip setting u/vbo only when we don't need modeset
Liu Ying
2016-10-18
1
-5
/
+4
*
drm/imx: ipuv3-plane: Switch EBA buffer only when we don't need modeset
Liu Ying
2016-10-18
1
-1
/
+2
*
drm/imx: fold ipu_plane_disable into ipu_disable_plane
Lucas Stach
2016-08-29
1
-10
/
+5
*
drm/imx: don't call disable_plane in plane destroy path
Lucas Stach
2016-08-29
1
-1
/
+0
*
drm/imx: Add active plane reconfiguration support
Liu Ying
2016-08-29
1
-5
/
+8
*
drm/imx: Use DRM_PLANE_COMMIT_NO_DISABLE_AFTER_MODESET flag
Liu Ying
2016-08-29
1
-2
/
+6
*
drm/imx: turn remaining container_of macros into inline functions
Philipp Zabel
2016-07-12
1
-1
/
+4
*
drm/imx: atomic phase 3 step 1: Use atomic configuration
Liu Ying
2016-07-12
1
-122
/
+13
*
drm/imx: atomic phase 2 step 1: Wire up state ->reset, ->duplicate and ->destroy
Liu Ying
2016-07-12
1
-0
/
+4
*
drm/imx: atomic phase 1: Use transitional atomic CRTC and plane helpers
Liu Ying
2016-07-12
1
-206
/
+305
*
gpu: ipu-v3: ipu-dmfc: Use static DMFC FIFO allocation mechanism
Liu Ying
2016-07-12
1
-26
/
+0
*
drm/imx: ipuv3 plane: Check different types of plane separately
Liu Ying
2016-07-12
1
-29
/
+38
*
drm/imx: plane: Don't set plane->crtc in ipu_plane_update()
Liu Ying
2016-05-30
1
-1
/
+0
*
drm/imx: ipuv3-plane: Constify ipu_plane_funcs
Liu Ying
2016-05-30
1
-1
/
+1
*
drm/imx: ipuv3-plane: enable UYVY and VYUY formats
Philipp Zabel
2016-05-30
1
-0
/
+2
*
drm/imx: ipuv3-plane: Configure DMFC wait4eot bit after slots are determined
Liu Ying
2016-03-31
1
-2
/
+2
*
gpu: ipu-v3: ipu-dmfc: Rename ipu_dmfc_init_channel to ipu_dmfc_config_wait4eot
Liu Ying
2016-03-31
1
-1
/
+1
*
gpu: ipu-v3: ipu-dmfc: Make function ipu_dmfc_init_channel() return void
Liu Ying
2016-03-31
1
-5
/
+1
*
drm/imx: ipuv3-plane: fix planar YUV 4:2:0 support
Philipp Zabel
2016-03-31
1
-0
/
+12
*
drm/imx: ipuv3-plane: Add more thorough checks for plane parameter limitations
Philipp Zabel
2016-03-31
1
-12
/
+91
*
Merge drm-fixes into drm-next.
Dave Airlie
2016-03-14
1
-0
/
+1
|
\
|
*
drm/imx: Add missing DRM_FORMAT_RGB565 to ipu_plane_formats
Enrico Jorns
2016-02-10
1
-0
/
+1
*
|
drm/imx: ipuv3 plane: Replace dev_info with dev_dbg if a plane's CRTC changes
Liu Ying
2016-03-01
1
-1
/
+1
|
/
*
drm: Pass 'name' to drm_universal_plane_init()
Ville Syrjälä
2015-12-11
1
-1
/
+2
*
drm/imx: switch to universal planes
Philipp Zabel
2015-11-19
1
-5
/
+4
*
drm/imx: enable ARGB4444 16-bit color format
Lucas Stach
2015-10-30
1
-0
/
+2
*
drm/imx: ipuv3-plane: enable support for RGBX8888 and RGBA8888 pixel formats
Philipp Zabel
2015-10-30
1
-0
/
+6
*
drm/imx: enable 15-bit RGB with 1-bit alpha formats
Philipp Zabel
2015-10-30
1
-0
/
+8
*
drm/imx: Add support for interlaced scanout
Philipp Zabel
2015-03-31
1
-2
/
+5
*
Merge tag 'staging-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2014-12-15
1
-6
/
+37
*
drm: imx: Move imx-drm driver out of staging
Philipp Zabel
2014-11-26
1
-0
/
+363