summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/imx
AgeCommit message (Expand)AuthorLines
2016-11-09drm/imx: disable planes before DCLucas Stach-3/+6
2016-10-20drm/imx: ipuv3-plane: disable local alpha for planes without alpha channelPhilipp Zabel-0/+1
2016-10-20drm/imx: ipuv3-plane: make sure x/y offsets are even in case of chroma subsam...Philipp Zabel-0/+11
2016-10-18drm/imx: ipuv3-plane: Access old u/vbo properly in ->atomic_check for YU12/YV12Liu Ying-1/+3
2016-10-18drm/imx: drm_dev_alloc() returns error pointersDan Carpenter-2/+2
2016-10-18drm/imx: ipuv3-plane: Skip setting u/vbo only when we don't need modesetLiu Ying-5/+4
2016-10-18drm/imx: ipuv3-plane: Switch EBA buffer only when we don't need modesetLiu Ying-1/+2
2016-10-17drm/imx: hide an unused labelArnd Bergmann-0/+2
2016-09-28Merge tag 'v4.8-rc8' into drm-nextDave Airlie-0/+4
2016-08-30drm/imx: fix crtc vblank state regressionLucas Stach-0/+4
2016-08-29drm/imx: parallel-display: detach bridge or panel on unbindPhilipp Zabel-0/+5
2016-08-29drm/imx: imx-ldb: detach bridge on unbindPhilipp Zabel-0/+2
2016-08-29drm/imx: imx-ldb: detach panel on unbindLucas Stach-0/+3
2016-08-29drm/imx: Add active plane reconfiguration supportLiu Ying-8/+39
2016-08-29drm/imx: add exclusive fence to plane stateLucas Stach-35/+28
2016-08-29drm/imx: fold ipu_plane_disable into ipu_disable_planeLucas Stach-10/+5
2016-08-29drm/imx: don't destroy mode objects manually on driver unbindLucas Stach-17/+8
2016-08-29drm/imx: drop deprecated load/unload drm_driver opsLucas Stach-128/+112
2016-08-29drm/imx: don't call disable_plane in plane destroy pathLucas Stach-1/+0
2016-08-29drm/imx: Add active plane reconfiguration supportLiu Ying-6/+33
2016-08-29drm/imx: Use DRM_PLANE_COMMIT_NO_DISABLE_AFTER_MODESET flagLiu Ying-3/+11
2016-08-29drm/imx: ipuv3-crtc: Use the callback ->atomic_disable instead of ->disableLiu Ying-2/+3
2016-08-29drm/atomic-helper: Add NO_DISABLE_AFTER_MODESET flag support for plane commitLiu Ying-1/+2
2016-08-15Merge tag 'topic/drm-misc-2016-08-12' of git://anongit.freedesktop.org/drm-in...Dave Airlie-2/+0
2016-08-12drm: Remove superflous linux/fb.h includesDaniel Vetter-2/+0
2016-08-11drm/imx-ldb: Add support to drm-bridgePeter Senna Tschudin-41/+79
2016-08-08drm/imx: imx-ldb: use encoder atomic_mode_set callbackPhilipp Zabel-14/+10
2016-08-08drm/imx: Remove imx_drm_handle_vblank()Liu Ying-9/+1
2016-08-08drm/imx: Remove imx_drm_crtc_id()Liu Ying-8/+0
2016-08-08drm/imx: Remove imx_drm_crtc_vblank_get/_put()Liu Ying-14/+0
2016-08-08drm/imx: convey the pixelclk-active and de-active flags from DT to the ipu-di...Lothar Waßmann-4/+15
2016-07-30Merge tag 'imx-drm-fixes-2016-07-27' of git://git.pengutronix.de/git/pza/linu...Dave Airlie-5/+2
2016-07-27drm/imx: imx-ldb: do not try to dereference crtc->state->state in encoder mod...Philipp Zabel-5/+2
2016-07-19Merge remote-tracking branch 'airlied/drm-next' into topic/drm-miscDaniel Vetter-807/+768
2016-07-18drm/imx: make fbdev support really optionalTobias Jakobi-1/+0
2016-07-14drm/imx: parallel-display: add bridge supportPhilipp Zabel-9/+41
2016-07-12drm/imx: parallel-display: check return code from of_get_drm_display_mode()Lothar Waßmann-1/+7
2016-07-12drm/imx: imx-tve: fix the error messageFabio Estevam-2/+2
2016-07-12drm/imx: imx-tve: remove unneeded 'or' operationFabio Estevam-1/+1
2016-07-12drm/imx: imx-tve: check the value returned by regulator_set_voltage()Fabio Estevam-1/+3
2016-07-12drm/imx: imx-ldb: check return code on panel attachLucas Stach-2/+6
2016-07-12drm/imx: turn remaining container_of macros into inline functionsPhilipp Zabel-8/+23
2016-07-12drm/imx: store internal bus configuration in crtc statePhilipp Zabel-107/+229
2016-07-12drm/imx: remove empty mode_set encoder callbacksPhilipp Zabel-14/+0
2016-07-12drm/imx: atomic phase 3 step 3: Advertise DRIVER_ATOMICLiu Ying-1/+2
2016-07-12drm/imx: atomic phase 3 step 2: Legacy callback fixupsLiu Ying-82/+27
2016-07-12drm/imx: atomic phase 3 step 1: Use atomic configurationLiu Ying-308/+114
2016-07-12drm/imx: Remove encoders' ->prepare callbacksLiu Ying-203/+142
2016-07-12drm/imx: atomic phase 2 step 2: Track plane_state->fb correctly in ->page_flipLiu Ying-0/+4
2016-07-12drm/imx: atomic phase 2 step 1: Wire up state ->reset, ->duplicate and ->destroyLiu Ying-0/+22