summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/imx/imx-drm-core.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-17drm/imx: drop use of drmP.hSam Ravnborg1-2/+6
2019-06-21drm/imx: Drop drm_gem_prime_export/importDaniel Vetter1-2/+0
2019-06-21drm/prime: Actually remove DRIVER_PRIME everywhereDaniel Vetter1-2/+1
2019-03-06Merge drm/drm-next into drm-misc-nextSean Paul1-5/+2
2019-02-28Merge tag 'imx-drm-next-2019-02-22' of git://git.pengutronix.de/pza/linux int...Dave Airlie1-5/+2
2019-02-22drm/imx: ipuv3-plane: add zpos propertyPhilipp Zabel1-5/+2
2019-02-19drm: imx: Use of_node_name_eq for node name comparisonsRob Herring1-1/+1
2019-01-24drm: Split out drm_probe_helper.hDaniel Vetter1-3/+3
2018-11-05drm/imx: Switch to SPDX identifierFabio Estevam1-10/+1
2018-10-05drm/imx: fix build failure without CONFIG_DRM_FBDEV_EMULATIONArnd Bergmann1-2/+0
2018-09-25drm/imx: Use drm_fbdev_generic_setup()Noralf Trønnes1-15/+4
2018-08-01drm/imx: Convert drm_atomic_helper_suspend/resume()Souptick Joarder1-40/+2
2018-07-17drm/imx: Remove unused field imx_drm_device.pipesLeonard Crestez1-1/+0
2018-07-17drm/imx: Replace drm_dev_unref with drm_dev_putThomas Zimmermann1-4/+4
2018-01-05Merge tag 'imx-drm-next-2018-01-02' of git://git.pengutronix.de/git/pza/linux...Dave Airlie1-0/+1
2017-12-19drm/imx: add FB modifier supportLucas Stach1-0/+1
2017-12-08drm/imx: Use drm_fb_cma_fbdev_init/fini()Noralf Trønnes1-27/+6
2017-11-30drm/imx: always call wait_for_flip_done in commit_tailLucas Stach1-2/+9
2017-09-16drm/imx: Use drm_gem_fb_create() and drm_gem_fb_prepare_fb()Noralf Trønnes1-1/+2
2017-07-29drm/imx: Use .dumb_map_offset and .dumb_destroy defaultsNoralf Trønnes1-2/+0
2017-07-13drm/imx: Use atomic iterator macrosMaarten Lankhorst1-4/+4
2017-05-31drm/imx: Drop drm_vblank_cleanupDaniel Vetter1-3/+1
2017-04-07Merge tag 'imx-drm-next-2017-04-04' of git://git.pengutronix.de/git/pza/linux...Dave Airlie1-1/+17
2017-04-04drm/imx: merge imx-drm-core and ipuv3-crtc in one moduleLucas Stach1-1/+17
2017-03-23Merge tag 'drm-misc-next-2017-03-21' of git://anongit.freedesktop.org/git/drm...Dave Airlie1-10/+1
2017-03-16drm/imx: Remove unneeded definition for structure imx_drm_componentLiu Ying1-5/+0
2017-03-16drm/imx: use PRG/PRE when possibleLucas Stach1-0/+5
2017-03-15drm/imx: add deferred plane disablingPhilipp Zabel1-0/+18
2017-03-15drm/imx: don't wait for vblank and stop calling cleanup_planes in commit_tailPhilipp Zabel1-4/+0
2017-03-14drm: Create DEFINE_DRM_GEM_CMA_FOPS and roll it out to driversDaniel Vetter1-10/+1
2017-02-26Merge airlied/drm-next into drm-misc-nextDaniel Vetter1-2/+2
2017-02-23Merge tag 'imx-drm-fixes-2017-02-17' of https://git.pengutronix.de/git/pza/li...Dave Airlie1-2/+2
2017-02-17drm/imx: lift 64x64 pixel minimum framebuffer size requirementPhilipp Zabel1-2/+2
2017-02-12drm: Constify drm_mode_config atomic helper private pointerLaurent Pinchart1-1/+1
2017-02-09drm: imx: remove struct imx_drm_crtc and imx_drm_crtc_helper_funcsShawn Guo1-101/+0
2017-02-07drm: remove drm_vblank_no_hw_counter assignment from driver codeShawn Guo1-1/+0
2017-02-02drm: Rely on mode_config data for fb_helper initializationGabriel Krisman Bertazi1-2/+1
2016-11-15drm/imx: Switch to drm_fb_cma_prepare_fb() helperMarek Vasut1-31/+1
2016-11-11Merge tag 'topic/drm-misc-2016-11-10' of git://anongit.freedesktop.org/drm-in...Dave Airlie1-2/+4
2016-11-08drm/imx: use drm_atomic_set_fence_for_plane() to set the fenceGustavo Padovan1-2/+4
2016-10-18drm/imx: drm_dev_alloc() returns error pointersDan Carpenter1-2/+2
2016-10-17drm/imx: hide an unused labelArnd Bergmann1-0/+2
2016-08-29drm/imx: add exclusive fence to plane stateLucas Stach1-35/+28
2016-08-29drm/imx: don't destroy mode objects manually on driver unbindLucas Stach1-2/+2
2016-08-29drm/imx: drop deprecated load/unload drm_driver opsLucas Stach1-128/+112
2016-08-29drm/imx: Add active plane reconfiguration supportLiu Ying1-1/+25
2016-08-29drm/imx: Use DRM_PLANE_COMMIT_NO_DISABLE_AFTER_MODESET flagLiu Ying1-1/+2
2016-08-29drm/atomic-helper: Add NO_DISABLE_AFTER_MODESET flag support for plane commitLiu Ying1-1/+2
2016-08-15Merge tag 'topic/drm-misc-2016-08-12' of git://anongit.freedesktop.org/drm-in...Dave Airlie1-1/+0
2016-08-12drm: Remove superflous linux/fb.h includesDaniel Vetter1-1/+0