summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/imx/ipuv3-crtc.c
Commit message (Expand)AuthorAgeFilesLines
* drm/imx: move IPUv3 driver into separate subdirectoryLucas Stach2022-12-161-456/+0
* drm/gem: rename GEM CMA helpers to GEM DMA helpersDanilo Krummrich2022-08-031-1/+1
* drm/fb: remove unused includes of drm_fb_cma_helper.hDanilo Krummrich2022-08-031-1/+0
* drm: imx: fix compiler warning with gcc-12Linus Torvalds2022-06-091-1/+1
* drm/imx: Add 8 pixel alignment fixSebastian Reichel2021-05-101-1/+10
* drm/imx: ipuv3-crtc: use drm managed resourcesPhilipp Zabel2021-01-041-71/+43
* drm/imx: ipuv3-plane: use drm managed resourcesPhilipp Zabel2021-01-041-25/+2
* drm/atomic: Pass the full state to CRTC atomic begin and flushMaxime Ripard2020-11-021-2/+2
* drm/atomic: Pass the full state to CRTC atomic_checkMaxime Ripard2020-11-021-2/+4
* drm/atomic: Pass the full state to CRTC atomic enable/disableMaxime Ripard2020-10-091-2/+4
* Merge tag 'imx-drm-next-2020-07-20' of git://git.pengutronix.de/pza/linux int...Dave Airlie2020-07-231-11/+10
|\
| * drm/imx: fix use after freePhilipp Zabel2020-07-201-11/+10
* | drm/imx: Use __drm_atomic_helper_crtc_resetDaniel Vetter2020-07-021-13/+8
|/
* Merge v5.3-rc1 into drm-misc-nextMaxime Ripard2019-07-221-3/+3
|\
| * drm/imx: only send event on crtc disable if kept disabledRobert Beckett2019-07-041-1/+1
| * drm/imx: notify drm core before sending event during crtc disableRobert Beckett2019-07-041-2/+2
* | drm/imx: drop use of drmP.hSam Ravnborg2019-07-171-2/+6
|/
* Merge tag 'drm-next-2019-05-09' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-05-081-1/+1
|\
| * drm: Use new DRM_BUS_FLAG_*_(DRIVE|SAMPLE)_(POS|NEG)EDGE flagsLaurent Pinchart2019-03-181-1/+1
* | drm/imx: don't skip DP channel disable for background planeLucas Stach2019-04-231-1/+1
|/
* Merge tag 'imx-drm-next-2019-02-22' of git://git.pengutronix.de/pza/linux int...Dave Airlie2019-02-281-2/+28
|\
| * drm/imx: only send commit done event when all state has been appliedLucas Stach2019-02-221-2/+28
* | drm: Split out drm_probe_helper.hDaniel Vetter2019-01-241-6/+6
|/
* 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