summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/imx
AgeCommit message (Expand)AuthorFilesLines
2016-09-28Merge tag 'v4.8-rc8' into drm-nextDave Airlie1-0/+4
2016-08-30drm/imx: fix crtc vblank state regressionLucas Stach1-0/+4
2016-08-29drm/imx: parallel-display: detach bridge or panel on unbindPhilipp Zabel1-0/+5
2016-08-29drm/imx: imx-ldb: detach bridge on unbindPhilipp Zabel1-0/+2
2016-08-29drm/imx: imx-ldb: detach panel on unbindLucas Stach1-0/+3
2016-08-29drm/imx: Add active plane reconfiguration supportLiu Ying2-8/+39
2016-08-29drm/imx: add exclusive fence to plane stateLucas Stach1-35/+28
2016-08-29drm/imx: fold ipu_plane_disable into ipu_disable_planeLucas Stach1-10/+5
2016-08-29drm/imx: don't destroy mode objects manually on driver unbindLucas Stach5-17/+8
2016-08-29drm/imx: drop deprecated load/unload drm_driver opsLucas Stach1-128/+112
2016-08-29drm/imx: don't call disable_plane in plane destroy pathLucas Stach1-1/+0
2016-08-29drm/imx: Add active plane reconfiguration supportLiu Ying2-6/+33
2016-08-29drm/imx: Use DRM_PLANE_COMMIT_NO_DISABLE_AFTER_MODESET flagLiu Ying3-3/+11
2016-08-29drm/imx: ipuv3-crtc: Use the callback ->atomic_disable instead of ->disableLiu Ying1-2/+3
2016-08-29drm/atomic-helper: Add NO_DISABLE_AFTER_MODESET flag support for plane commitLiu Ying1-1/+2
2016-08-15Merge tag 'topic/drm-misc-2016-08-12' of git://anongit.freedesktop.org/drm-in...Dave Airlie2-2/+0
2016-08-12drm: Remove superflous linux/fb.h includesDaniel Vetter2-2/+0
2016-08-11drm/imx-ldb: Add support to drm-bridgePeter Senna Tschudin1-41/+79
2016-08-08drm/imx: imx-ldb: use encoder atomic_mode_set callbackPhilipp Zabel1-14/+10
2016-08-08drm/imx: Remove imx_drm_handle_vblank()Liu Ying3-9/+1
2016-08-08drm/imx: Remove imx_drm_crtc_id()Liu Ying2-8/+0
2016-08-08drm/imx: Remove imx_drm_crtc_vblank_get/_put()Liu Ying2-14/+0
2016-08-08drm/imx: convey the pixelclk-active and de-active flags from DT to the ipu-di...Lothar Waßmann2-4/+15
2016-07-30Merge tag 'imx-drm-fixes-2016-07-27' of git://git.pengutronix.de/git/pza/linu...Dave Airlie1-5/+2
2016-07-27drm/imx: imx-ldb: do not try to dereference crtc->state->state in encoder mod...Philipp Zabel1-5/+2
2016-07-19Merge remote-tracking branch 'airlied/drm-next' into topic/drm-miscDaniel Vetter9-807/+768
2016-07-18drm/imx: make fbdev support really optionalTobias Jakobi1-1/+0
2016-07-14drm/imx: parallel-display: add bridge supportPhilipp Zabel1-9/+41
2016-07-12drm/imx: parallel-display: check return code from of_get_drm_display_mode()Lothar Waßmann1-1/+7
2016-07-12drm/imx: imx-tve: fix the error messageFabio Estevam1-2/+2
2016-07-12drm/imx: imx-tve: remove unneeded 'or' operationFabio Estevam1-1/+1
2016-07-12drm/imx: imx-tve: check the value returned by regulator_set_voltage()Fabio Estevam1-1/+3
2016-07-12drm/imx: imx-ldb: check return code on panel attachLucas Stach1-2/+6
2016-07-12drm/imx: turn remaining container_of macros into inline functionsPhilipp Zabel5-8/+23
2016-07-12drm/imx: store internal bus configuration in crtc statePhilipp Zabel6-107/+229
2016-07-12drm/imx: remove empty mode_set encoder callbacksPhilipp Zabel2-14/+0
2016-07-12drm/imx: atomic phase 3 step 3: Advertise DRIVER_ATOMICLiu Ying1-1/+2
2016-07-12drm/imx: atomic phase 3 step 2: Legacy callback fixupsLiu Ying5-82/+27
2016-07-12drm/imx: atomic phase 3 step 1: Use atomic configurationLiu Ying4-308/+114
2016-07-12drm/imx: Remove encoders' ->prepare callbacksLiu Ying7-203/+142
2016-07-12drm/imx: atomic phase 2 step 2: Track plane_state->fb correctly in ->page_flipLiu Ying1-0/+4
2016-07-12drm/imx: atomic phase 2 step 1: Wire up state ->reset, ->duplicate and ->destroyLiu Ying6-0/+22
2016-07-12drm/imx: atomic phase 1: Use transitional atomic CRTC and plane helpersLiu Ying3-315/+409
2016-07-12gpu: ipu-v3: ipu-dmfc: Use static DMFC FIFO allocation mechanismLiu Ying1-26/+0
2016-07-12drm/imx: ipuv3 plane: Check different types of plane separatelyLiu Ying1-29/+38
2016-06-21drm: Lobotomize set_busid nonsense for !pci driversDaniel Vetter1-1/+0
2016-05-30drm/imx: plane: Don't set plane->crtc in ipu_plane_update()Liu Ying1-1/+0
2016-05-30drm/imx: ipuv3-plane: Constify ipu_plane_funcsLiu Ying1-1/+1
2016-05-30drm/imx: imx-ldb: honor 'native-mode' property when selecting video mode from DTLothar Waßmann1-1/+2
2016-05-30drm/imx: parallel-display: remove dead codeLothar Waßmann1-12/+0