summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/imx/ipuv3-crtc.c
AgeCommit message (Expand)Author
2022-12-16drm/imx: move IPUv3 driver into separate subdirectoryLucas Stach
2022-08-03drm/gem: rename GEM CMA helpers to GEM DMA helpersDanilo Krummrich
2022-08-03drm/fb: remove unused includes of drm_fb_cma_helper.hDanilo Krummrich
2022-06-09drm: imx: fix compiler warning with gcc-12Linus Torvalds
2021-05-10drm/imx: Add 8 pixel alignment fixSebastian Reichel
2021-01-04drm/imx: ipuv3-crtc: use drm managed resourcesPhilipp Zabel
2021-01-04drm/imx: ipuv3-plane: use drm managed resourcesPhilipp Zabel
2020-11-02drm/atomic: Pass the full state to CRTC atomic begin and flushMaxime Ripard
2020-11-02drm/atomic: Pass the full state to CRTC atomic_checkMaxime Ripard
2020-10-09drm/atomic: Pass the full state to CRTC atomic enable/disableMaxime Ripard
2020-07-23Merge tag 'imx-drm-next-2020-07-20' of git://git.pengutronix.de/pza/linux int...Dave Airlie
2020-07-20drm/imx: fix use after freePhilipp Zabel
2020-07-02drm/imx: Use __drm_atomic_helper_crtc_resetDaniel Vetter
2019-07-22Merge v5.3-rc1 into drm-misc-nextMaxime Ripard
2019-07-17drm/imx: drop use of drmP.hSam Ravnborg
2019-07-04drm/imx: only send event on crtc disable if kept disabledRobert Beckett
2019-07-04drm/imx: notify drm core before sending event during crtc disableRobert Beckett
2019-05-08Merge tag 'drm-next-2019-05-09' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2019-04-23drm/imx: don't skip DP channel disable for background planeLucas Stach
2019-03-18drm: Use new DRM_BUS_FLAG_*_(DRIVE|SAMPLE)_(POS|NEG)EDGE flagsLaurent Pinchart
2019-02-28Merge tag 'imx-drm-next-2019-02-22' of git://git.pengutronix.de/pza/linux int...Dave Airlie
2019-02-22drm/imx: only send commit done event when all state has been appliedLucas Stach
2019-01-24drm: Split out drm_probe_helper.hDaniel Vetter
2018-11-05drm/imx: Switch to SPDX identifierFabio Estevam
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