summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/imx/ipuv3-crtc.c
Commit message (Expand)AuthorAgeFilesLines
* drm/imx: only send commit done event when all state has been appliedpza/imx-drm/nextLucas Stach2019-01-241-2/+28
* drm/imx: Switch to SPDX identifierFabio Estevam2018-11-051-9/+1
* Merge tag 'imx-drm-next-2018-07-20' of git://git.pengutronix.de/git/pza/linux...Dave Airlie2018-07-271-1/+0
|\
| * drm/imx: Remove last traces of struct imx_drm_crtcLeonard Crestez2018-07-161-1/+0
* | drm/imx: Use drm_plane_mask()Ville Syrjälä2018-07-021-1/+1
|/
* drm/imx: move arming of the vblank event to atomic_flushLucas Stach2018-03-151-0/+5
* drm/imx: switch to drm_*_get(), drm_*_put() helpersCihangir Akturk2017-10-021-1/+1
* drm: Add old state pointer to CRTC .enable() helper functionLaurent Pinchart2017-06-301-2/+3
* drm/imx: merge imx-drm-core and ipuv3-crtc in one moduleLucas Stach2017-04-041-7/+1
* drm/imx: enable/disable PRG on CRTC enable/disableLucas Stach2017-03-161-0/+2
* drm/imx: add deferred plane disablingPhilipp Zabel2017-03-151-1/+21
* drm: imx: remove struct imx_drm_crtc and imx_drm_crtc_helper_funcsShawn Guo2017-02-091-36/+22
* drm/imx: disable planes before DCLucas Stach2016-11-091-3/+6
* Merge tag 'v4.8-rc8' into drm-nextDave Airlie2016-09-281-0/+4
|\
| * drm/imx: fix crtc vblank state regressionLucas Stach2016-08-301-0/+4
* | drm/imx: don't destroy mode objects manually on driver unbindLucas Stach2016-08-291-3/+6
* | drm/imx: Use DRM_PLANE_COMMIT_NO_DISABLE_AFTER_MODESET flagLiu Ying2016-08-291-0/+3
* | drm/imx: ipuv3-crtc: Use the callback ->atomic_disable instead of ->disableLiu Ying2016-08-291-2/+3
* | Merge tag 'topic/drm-misc-2016-08-12' of git://anongit.freedesktop.org/drm-in...Dave Airlie2016-08-151-1/+0
|\ \
| * | drm: Remove superflous linux/fb.h includesDaniel Vetter2016-08-121-1/+0
| |/
* / drm/imx: Remove imx_drm_handle_vblank()Liu Ying2016-08-081-1/+1
|/
* drm/imx: turn remaining container_of macros into inline functionsPhilipp Zabel2016-07-121-1/+4
* drm/imx: store internal bus configuration in crtc statePhilipp Zabel2016-07-121-13/+54
* drm/imx: atomic phase 3 step 2: Legacy callback fixupsLiu Ying2016-07-121-38/+6
* drm/imx: atomic phase 3 step 1: Use atomic configurationLiu Ying2016-07-121-182/+27
* drm/imx: Remove encoders' ->prepare callbacksLiu Ying2016-07-121-26/+12
* drm/imx: atomic phase 2 step 2: Track plane_state->fb correctly in ->page_flipLiu Ying2016-07-121-0/+4
* drm/imx: atomic phase 2 step 1: Wire up state ->reset, ->duplicate and ->destroyLiu Ying2016-07-121-0/+4
* drm/imx: atomic phase 1: Use transitional atomic CRTC and plane helpersLiu Ying2016-07-121-94/+103
* drm/imx: use bus_flags for pixel clock polarityPhilipp Zabel2016-05-301-3/+7
* drm/imx: Match imx-ipuv3-crtc components using device node in platform dataPhilipp Zabel2016-05-231-1/+1
* Merge drm-fixes into drm-next.Dave Airlie2016-03-141-0/+2
|\
| * drm/imx: notify DRM core about CRTC vblank stateLucas Stach2016-02-101-0/+2
* | drm/imx: only enable vblank IRQs when neededLucas Stach2016-03-011-0/+9
* | drm/imx: implement fence syncLucas Stach2016-03-011-2/+61
* | drm/imx: keep GEM object referenced as long as scanout is activeLucas Stach2016-03-011-5/+44
* | drm/imx: track flip state explicitlyLucas Stach2016-03-011-5/+10
* | drm/imx: don't touch primary fb on pageflipLucas Stach2016-03-011-1/+0
* | drm/imx: Unconfuse preclose logicDaniel Vetter2016-02-081-4/+0
|/
* drm/imx: Constify function pointer structsVille Syrjälä2015-12-151-1/+1
* drm: imx: convert to drm_crtc_send_vblank_event()Russell King2015-11-251-1/+2
* drm/imx: Remove of_node assignment from ipuv3-crtc driver probePhilipp Zabel2015-11-241-34/+0
* drm/imx: ipuv3-crtc: Return error if ipu_plane_init() fails for primary planeLiu Ying2015-11-191-0/+4
* drm/imx: switch to universal planesPhilipp Zabel2015-11-191-11/+11
* drm/imx: consolidate bus format variable namesPhilipp Zabel2015-03-311-8/+5
* drm/imx: ipuv3-crtc: Allow to divide DI clock from TVEv2Philipp Zabel2015-03-311-3/+5
* drm/imx: Add support for interlaced scanoutPhilipp Zabel2015-03-311-1/+2
* imx-drm: core: handling of DI clock flags to ipu_crtc_mode_set()Russell King2015-01-071-17/+23
* gpu: ipu-v3: Use videomode in struct ipu_di_signal_cfgSteve Longerbeam2015-01-071-21/+5
* imx-drm: ipuv3-crtc: Implement mode_fixupSteve Longerbeam2015-01-071-0/+12