summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/imx
AgeCommit message (Expand)Author
2018-09-05drm/imx: imx-ldb: check if channel is enabled before printing warningLucas Stach
2018-09-05drm/imx: imx-ldb: disable LDB on driver bindLucas Stach
2018-05-30drm/imx: move arming of the vblank event to atomic_flushLucas Stach
2017-03-15drm/imx: imx-tve: Do not set the regulator voltageFabio Estevam
2016-11-09drm/imx: disable planes before DCLucas Stach
2016-10-20drm/imx: ipuv3-plane: disable local alpha for planes without alpha channelPhilipp Zabel
2016-10-20drm/imx: ipuv3-plane: make sure x/y offsets are even in case of chroma subsam...Philipp Zabel
2016-10-18drm/imx: ipuv3-plane: Access old u/vbo properly in ->atomic_check for YU12/YV12Liu Ying
2016-10-18drm/imx: drm_dev_alloc() returns error pointersDan Carpenter
2016-10-18drm/imx: ipuv3-plane: Skip setting u/vbo only when we don't need modesetLiu Ying
2016-10-18drm/imx: ipuv3-plane: Switch EBA buffer only when we don't need modesetLiu Ying
2016-10-17drm/imx: hide an unused labelArnd Bergmann
2016-09-28Merge tag 'v4.8-rc8' into drm-nextDave Airlie
2016-08-30drm/imx: fix crtc vblank state regressionLucas Stach
2016-08-29drm/imx: parallel-display: detach bridge or panel on unbindPhilipp Zabel
2016-08-29drm/imx: imx-ldb: detach bridge on unbindPhilipp Zabel
2016-08-29drm/imx: imx-ldb: detach panel on unbindLucas Stach
2016-08-29drm/imx: Add active plane reconfiguration supportLiu Ying
2016-08-29drm/imx: add exclusive fence to plane stateLucas Stach
2016-08-29drm/imx: fold ipu_plane_disable into ipu_disable_planeLucas Stach
2016-08-29drm/imx: don't destroy mode objects manually on driver unbindLucas Stach
2016-08-29drm/imx: drop deprecated load/unload drm_driver opsLucas Stach
2016-08-29drm/imx: don't call disable_plane in plane destroy pathLucas Stach
2016-08-29drm/imx: Add active plane reconfiguration supportLiu Ying
2016-08-29drm/imx: Use DRM_PLANE_COMMIT_NO_DISABLE_AFTER_MODESET flagLiu Ying
2016-08-29drm/imx: ipuv3-crtc: Use the callback ->atomic_disable instead of ->disableLiu Ying
2016-08-29drm/atomic-helper: Add NO_DISABLE_AFTER_MODESET flag support for plane commitLiu Ying
2016-08-15Merge tag 'topic/drm-misc-2016-08-12' of git://anongit.freedesktop.org/drm-in...Dave Airlie
2016-08-12drm: Remove superflous linux/fb.h includesDaniel Vetter
2016-08-11drm/imx-ldb: Add support to drm-bridgePeter Senna Tschudin
2016-08-08drm/imx: imx-ldb: use encoder atomic_mode_set callbackPhilipp Zabel
2016-08-08drm/imx: Remove imx_drm_handle_vblank()Liu Ying
2016-08-08drm/imx: Remove imx_drm_crtc_id()Liu Ying
2016-08-08drm/imx: Remove imx_drm_crtc_vblank_get/_put()Liu Ying
2016-08-08drm/imx: convey the pixelclk-active and de-active flags from DT to the ipu-di...Lothar Waßmann
2016-07-30Merge tag 'imx-drm-fixes-2016-07-27' of git://git.pengutronix.de/git/pza/linu...Dave Airlie
2016-07-27drm/imx: imx-ldb: do not try to dereference crtc->state->state in encoder mod...Philipp Zabel
2016-07-19Merge remote-tracking branch 'airlied/drm-next' into topic/drm-miscDaniel Vetter
2016-07-18drm/imx: make fbdev support really optionalTobias Jakobi
2016-07-14drm/imx: parallel-display: add bridge supportPhilipp Zabel
2016-07-12drm/imx: parallel-display: check return code from of_get_drm_display_mode()Lothar Waßmann
2016-07-12drm/imx: imx-tve: fix the error messageFabio Estevam
2016-07-12drm/imx: imx-tve: remove unneeded 'or' operationFabio Estevam
2016-07-12drm/imx: imx-tve: check the value returned by regulator_set_voltage()Fabio Estevam
2016-07-12drm/imx: imx-ldb: check return code on panel attachLucas Stach
2016-07-12drm/imx: turn remaining container_of macros into inline functionsPhilipp Zabel
2016-07-12drm/imx: store internal bus configuration in crtc statePhilipp Zabel
2016-07-12drm/imx: remove empty mode_set encoder callbacksPhilipp Zabel
2016-07-12drm/imx: atomic phase 3 step 3: Advertise DRIVER_ATOMICLiu Ying
2016-07-12drm/imx: atomic phase 3 step 2: Legacy callback fixupsLiu Ying