summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/imx/ipuv3-crtc.c
AgeCommit message (Expand)Author
2019-07-10drm/imx: only send event on crtc disable if kept disabledRobert Beckett
2019-07-10drm/imx: notify drm core before sending event during crtc disableRobert Beckett
2019-05-16drm/imx: don't skip DP channel disable for background planeLucas Stach
2018-07-27Merge tag 'imx-drm-next-2018-07-20' of git://git.pengutronix.de/git/pza/linux...Dave Airlie
2018-07-16drm/imx: Remove last traces of struct imx_drm_crtcLeonard Crestez
2018-07-02drm/imx: Use drm_plane_mask()Ville Syrjälä
2018-03-15drm/imx: move arming of the vblank event to atomic_flushLucas Stach
2017-10-02drm/imx: switch to drm_*_get(), drm_*_put() helpersCihangir Akturk
2017-06-30drm: Add old state pointer to CRTC .enable() helper functionLaurent Pinchart
2017-04-04drm/imx: merge imx-drm-core and ipuv3-crtc in one moduleLucas Stach
2017-03-16drm/imx: enable/disable PRG on CRTC enable/disableLucas Stach
2017-03-15drm/imx: add deferred plane disablingPhilipp Zabel
2017-02-09drm: imx: remove struct imx_drm_crtc and imx_drm_crtc_helper_funcsShawn Guo
2016-11-09drm/imx: disable planes before DCLucas Stach
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: don't destroy mode objects manually on driver unbindLucas Stach
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-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-08drm/imx: Remove imx_drm_handle_vblank()Liu Ying
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: atomic phase 3 step 2: Legacy callback fixupsLiu Ying
2016-07-12drm/imx: atomic phase 3 step 1: Use atomic configurationLiu Ying
2016-07-12drm/imx: Remove encoders' ->prepare callbacksLiu Ying
2016-07-12drm/imx: atomic phase 2 step 2: Track plane_state->fb correctly in ->page_flipLiu Ying
2016-07-12drm/imx: atomic phase 2 step 1: Wire up state ->reset, ->duplicate and ->destroyLiu Ying
2016-07-12drm/imx: atomic phase 1: Use transitional atomic CRTC and plane helpersLiu Ying
2016-05-30drm/imx: use bus_flags for pixel clock polarityPhilipp Zabel
2016-05-23drm/imx: Match imx-ipuv3-crtc components using device node in platform dataPhilipp Zabel
2016-03-14Merge drm-fixes into drm-next.Dave Airlie
2016-03-01drm/imx: only enable vblank IRQs when neededLucas Stach
2016-03-01drm/imx: implement fence syncLucas Stach
2016-03-01drm/imx: keep GEM object referenced as long as scanout is activeLucas Stach
2016-03-01drm/imx: track flip state explicitlyLucas Stach
2016-03-01drm/imx: don't touch primary fb on pageflipLucas Stach
2016-02-10drm/imx: notify DRM core about CRTC vblank stateLucas Stach
2016-02-08drm/imx: Unconfuse preclose logicDaniel Vetter
2015-12-15drm/imx: Constify function pointer structsVille Syrjälä
2015-11-25drm: imx: convert to drm_crtc_send_vblank_event()Russell King
2015-11-24drm/imx: Remove of_node assignment from ipuv3-crtc driver probePhilipp Zabel
2015-11-19drm/imx: ipuv3-crtc: Return error if ipu_plane_init() fails for primary planeLiu Ying
2015-11-19drm/imx: switch to universal planesPhilipp Zabel
2015-03-31drm/imx: consolidate bus format variable namesPhilipp Zabel
2015-03-31drm/imx: ipuv3-crtc: Allow to divide DI clock from TVEv2Philipp Zabel
2015-03-31drm/imx: Add support for interlaced scanoutPhilipp Zabel
2015-01-07imx-drm: core: handling of DI clock flags to ipu_crtc_mode_set()Russell King
2015-01-07gpu: ipu-v3: Use videomode in struct ipu_di_signal_cfgSteve Longerbeam