index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
imx
Age
Commit message (
Expand
)
Author
Lines
2016-11-09
drm/imx: disable planes before DC
Lucas Stach
-3
/
+6
2016-10-20
drm/imx: ipuv3-plane: disable local alpha for planes without alpha channel
Philipp Zabel
-0
/
+1
2016-10-20
drm/imx: ipuv3-plane: make sure x/y offsets are even in case of chroma subsam...
Philipp Zabel
-0
/
+11
2016-10-18
drm/imx: ipuv3-plane: Access old u/vbo properly in ->atomic_check for YU12/YV12
Liu Ying
-1
/
+3
2016-10-18
drm/imx: drm_dev_alloc() returns error pointers
Dan Carpenter
-2
/
+2
2016-10-18
drm/imx: ipuv3-plane: Skip setting u/vbo only when we don't need modeset
Liu Ying
-5
/
+4
2016-10-18
drm/imx: ipuv3-plane: Switch EBA buffer only when we don't need modeset
Liu Ying
-1
/
+2
2016-10-17
drm/imx: hide an unused label
Arnd Bergmann
-0
/
+2
2016-09-28
Merge tag 'v4.8-rc8' into drm-next
Dave Airlie
-0
/
+4
2016-08-30
drm/imx: fix crtc vblank state regression
Lucas Stach
-0
/
+4
2016-08-29
drm/imx: parallel-display: detach bridge or panel on unbind
Philipp Zabel
-0
/
+5
2016-08-29
drm/imx: imx-ldb: detach bridge on unbind
Philipp Zabel
-0
/
+2
2016-08-29
drm/imx: imx-ldb: detach panel on unbind
Lucas Stach
-0
/
+3
2016-08-29
drm/imx: Add active plane reconfiguration support
Liu Ying
-8
/
+39
2016-08-29
drm/imx: add exclusive fence to plane state
Lucas Stach
-35
/
+28
2016-08-29
drm/imx: fold ipu_plane_disable into ipu_disable_plane
Lucas Stach
-10
/
+5
2016-08-29
drm/imx: don't destroy mode objects manually on driver unbind
Lucas Stach
-17
/
+8
2016-08-29
drm/imx: drop deprecated load/unload drm_driver ops
Lucas Stach
-128
/
+112
2016-08-29
drm/imx: don't call disable_plane in plane destroy path
Lucas Stach
-1
/
+0
2016-08-29
drm/imx: Add active plane reconfiguration support
Liu Ying
-6
/
+33
2016-08-29
drm/imx: Use DRM_PLANE_COMMIT_NO_DISABLE_AFTER_MODESET flag
Liu Ying
-3
/
+11
2016-08-29
drm/imx: ipuv3-crtc: Use the callback ->atomic_disable instead of ->disable
Liu Ying
-2
/
+3
2016-08-29
drm/atomic-helper: Add NO_DISABLE_AFTER_MODESET flag support for plane commit
Liu Ying
-1
/
+2
2016-08-15
Merge tag 'topic/drm-misc-2016-08-12' of git://anongit.freedesktop.org/drm-in...
Dave Airlie
-2
/
+0
2016-08-12
drm: Remove superflous linux/fb.h includes
Daniel Vetter
-2
/
+0
2016-08-11
drm/imx-ldb: Add support to drm-bridge
Peter Senna Tschudin
-41
/
+79
2016-08-08
drm/imx: imx-ldb: use encoder atomic_mode_set callback
Philipp Zabel
-14
/
+10
2016-08-08
drm/imx: Remove imx_drm_handle_vblank()
Liu Ying
-9
/
+1
2016-08-08
drm/imx: Remove imx_drm_crtc_id()
Liu Ying
-8
/
+0
2016-08-08
drm/imx: Remove imx_drm_crtc_vblank_get/_put()
Liu Ying
-14
/
+0
2016-08-08
drm/imx: convey the pixelclk-active and de-active flags from DT to the ipu-di...
Lothar Waßmann
-4
/
+15
2016-07-30
Merge tag 'imx-drm-fixes-2016-07-27' of git://git.pengutronix.de/git/pza/linu...
Dave Airlie
-5
/
+2
2016-07-27
drm/imx: imx-ldb: do not try to dereference crtc->state->state in encoder mod...
Philipp Zabel
-5
/
+2
2016-07-19
Merge remote-tracking branch 'airlied/drm-next' into topic/drm-misc
Daniel Vetter
-807
/
+768
2016-07-18
drm/imx: make fbdev support really optional
Tobias Jakobi
-1
/
+0
2016-07-14
drm/imx: parallel-display: add bridge support
Philipp Zabel
-9
/
+41
2016-07-12
drm/imx: parallel-display: check return code from of_get_drm_display_mode()
Lothar Waßmann
-1
/
+7
2016-07-12
drm/imx: imx-tve: fix the error message
Fabio Estevam
-2
/
+2
2016-07-12
drm/imx: imx-tve: remove unneeded 'or' operation
Fabio Estevam
-1
/
+1
2016-07-12
drm/imx: imx-tve: check the value returned by regulator_set_voltage()
Fabio Estevam
-1
/
+3
2016-07-12
drm/imx: imx-ldb: check return code on panel attach
Lucas Stach
-2
/
+6
2016-07-12
drm/imx: turn remaining container_of macros into inline functions
Philipp Zabel
-8
/
+23
2016-07-12
drm/imx: store internal bus configuration in crtc state
Philipp Zabel
-107
/
+229
2016-07-12
drm/imx: remove empty mode_set encoder callbacks
Philipp Zabel
-14
/
+0
2016-07-12
drm/imx: atomic phase 3 step 3: Advertise DRIVER_ATOMIC
Liu Ying
-1
/
+2
2016-07-12
drm/imx: atomic phase 3 step 2: Legacy callback fixups
Liu Ying
-82
/
+27
2016-07-12
drm/imx: atomic phase 3 step 1: Use atomic configuration
Liu Ying
-308
/
+114
2016-07-12
drm/imx: Remove encoders' ->prepare callbacks
Liu Ying
-203
/
+142
2016-07-12
drm/imx: atomic phase 2 step 2: Track plane_state->fb correctly in ->page_flip
Liu Ying
-0
/
+4
2016-07-12
drm/imx: atomic phase 2 step 1: Wire up state ->reset, ->duplicate and ->destroy
Liu Ying
-0
/
+22
[next]