aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/imx/ipuv3-crtc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-10drm/imx: Add 8 pixel alignment fixSebastian Reichel1-1/+10
2021-01-04drm/imx: ipuv3-crtc: use drm managed resourcesPhilipp Zabel1-71/+43
2021-01-04drm/imx: ipuv3-plane: use drm managed resourcesPhilipp Zabel1-25/+2
2020-11-02drm/atomic: Pass the full state to CRTC atomic begin and flushMaxime Ripard1-2/+2
2020-11-02drm/atomic: Pass the full state to CRTC atomic_checkMaxime Ripard1-2/+4
2020-10-09drm/atomic: Pass the full state to CRTC atomic enable/disableMaxime Ripard1-2/+4
2020-07-23Merge tag 'imx-drm-next-2020-07-20' of git://git.pengutronix.de/pza/linux into drm-nextDave Airlie1-11/+10
2020-07-20drm/imx: fix use after freePhilipp Zabel1-11/+10
2020-07-02drm/imx: Use __drm_atomic_helper_crtc_resetDaniel Vetter1-13/+8
2019-07-22Merge v5.3-rc1 into drm-misc-nextMaxime Ripard1-3/+3
2019-07-17drm/imx: drop use of drmP.hSam Ravnborg1-2/+6
2019-07-04drm/imx: only send event on crtc disable if kept disabledRobert Beckett1-1/+1
2019-07-04drm/imx: notify drm core before sending event during crtc disableRobert Beckett1-2/+2
2019-05-08Merge tag 'drm-next-2019-05-09' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-1/+1
2019-04-23drm/imx: don't skip DP channel disable for background planeLucas Stach1-1/+1
2019-03-18drm: Use new DRM_BUS_FLAG_*_(DRIVE|SAMPLE)_(POS|NEG)EDGE flagsLaurent Pinchart1-1/+1
2019-02-28Merge tag 'imx-drm-next-2019-02-22' of git://git.pengutronix.de/pza/linux into drm-nextDave Airlie1-2/+28
2019-02-22drm/imx: only send commit done event when all state has been appliedLucas Stach1-2/+28
2019-01-24drm: Split out drm_probe_helper.hDaniel Vetter1-6/+6
2018-11-05drm/imx: Switch to SPDX identifierFabio Estevam1-9/+1
2018-07-27Merge tag 'imx-drm-next-2018-07-20' of git://git.pengutronix.de/git/pza/linux into drm-nextDave Airlie1-1/+0
2018-07-16drm/imx: Remove last traces of struct imx_drm_crtcLeonard Crestez1-1/+0
2018-07-02drm/imx: Use drm_plane_mask()Ville Syrjälä1-1/+1
2018-03-15drm/imx: move arming of the vblank event to atomic_flushLucas Stach1-0/+5
2017-10-02drm/imx: switch to drm_*_get(), drm_*_put() helpersCihangir Akturk1-1/+1
2017-06-30drm: Add old state pointer to CRTC .enable() helper functionLaurent Pinchart1-2/+3
2017-04-04drm/imx: merge imx-drm-core and ipuv3-crtc in one moduleLucas Stach1-7/+1
2017-03-16drm/imx: enable/disable PRG on CRTC enable/disableLucas Stach1-0/+2
2017-03-15drm/imx: add deferred plane disablingPhilipp Zabel1-1/+21
2017-02-09drm: imx: remove struct imx_drm_crtc and imx_drm_crtc_helper_funcsShawn Guo1-36/+22
2016-11-09drm/imx: disable planes before DCLucas Stach1-3/+6
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: don't destroy mode objects manually on driver unbindLucas Stach1-3/+6
2016-08-29drm/imx: Use DRM_PLANE_COMMIT_NO_DISABLE_AFTER_MODESET flagLiu Ying1-0/+3
2016-08-29drm/imx: ipuv3-crtc: Use the callback ->atomic_disable instead of ->disableLiu Ying1-2/+3
2016-08-15Merge tag 'topic/drm-misc-2016-08-12' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie1-1/+0
2016-08-12drm: Remove superflous linux/fb.h includesDaniel Vetter1-1/+0
2016-08-08drm/imx: Remove imx_drm_handle_vblank()Liu Ying1-1/+1
2016-07-12drm/imx: turn remaining container_of macros into inline functionsPhilipp Zabel1-1/+4
2016-07-12drm/imx: store internal bus configuration in crtc statePhilipp Zabel1-13/+54
2016-07-12drm/imx: atomic phase 3 step 2: Legacy callback fixupsLiu Ying1-38/+6
2016-07-12drm/imx: atomic phase 3 step 1: Use atomic configurationLiu Ying1-182/+27
2016-07-12drm/imx: Remove encoders' ->prepare callbacksLiu Ying1-26/+12
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 Ying1-0/+4
2016-07-12drm/imx: atomic phase 1: Use transitional atomic CRTC and plane helpersLiu Ying1-94/+103
2016-05-30drm/imx: use bus_flags for pixel clock polarityPhilipp Zabel1-3/+7
2016-05-23drm/imx: Match imx-ipuv3-crtc components using device node in platform dataPhilipp Zabel1-1/+1
2016-03-14Merge drm-fixes into drm-next.Dave Airlie1-0/+2