summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/exynos/exynos_drm_drv.c
AgeCommit message (Expand)Author
2017-01-31drm/exynos: use atomic helper commitInki Dae
2017-01-31drm/exynos: remove unnecessary codesInki Dae
2017-01-09drm: Change the return type of the unload hook to voidGabriel Krisman Bertazi
2016-11-11Merge tag 'topic/drm-misc-2016-11-10' of git://anongit.freedesktop.org/drm-in...Dave Airlie
2016-11-07Backmerge tag 'v4.9-rc4' into drm-nextDave Airlie
2016-11-02drm: define drm_compat_ioctl NULL on CONFIG_COMPAT=n and reduce #ifdefsJani Nikula
2016-10-26drm: Don't force all planes to be added to the state due to zposVille Syrjälä
2016-10-17drm: Add reference counting to drm_atomic_stateChris Wilson
2016-10-01drm/exynos: fix pending update handlingAndrzej Hajda
2016-08-29drm/atomic-helper: Add NO_DISABLE_AFTER_MODESET flag support for plane commitLiu Ying
2016-07-13drm/exynos: iommu: add support for ARM64 specific code for IOMMU glueMarek Szyprowski
2016-06-21drm: Lobotomize set_busid nonsense for !pci driversDaniel Vetter
2016-06-10drm/atomic-helper: Massage swap_state signature somewhatDaniel Vetter
2016-06-02drm/exynos: Use for_each_crtc_in_stateDaniel Vetter
2016-05-21drm: Nuke ->vblank_disable_allowedDaniel Vetter
2016-05-17Merge tag 'topic/drm-misc-2016-05-13' of git://anongit.freedesktop.org/drm-in...Dave Airlie
2016-05-10drm/exynos: support gem_prime_mmapJoonyoung Shim
2016-05-10drm/exynos: Use lockless gem BO free callbackDaniel Vetter
2016-05-02drm/exynos: Rename async to nonblock.Maarten Lankhorst
2016-03-13drm/exynos: add DRM_EXYNOS_GEM_MAP ioctlJoonyoung Shim
2016-03-01drm/exynos: use real device for DMA-mapping operationsMarek Szyprowski
2016-03-01drm/exynos: refactor driver and device registration codeMarek Szyprowski
2016-02-08drm/exynos: Remove event cancelling from postcloseDaniel Vetter
2016-01-13drm/exynos: fix kernel panic issue at drm releasingInki Dae
2015-12-13drm/exynos: simplify sleep PM opsAndrzej Hajda
2015-11-03drm/exynos: separate Mixer and HDMI driversAndrzej Hajda
2015-10-20Merge tag 'topic/drm-misc-2015-10-19' of git://anongit.freedesktop.org/drm-in...Dave Airlie
2015-10-16drm/<drivers>: Drop DRM_UNLOCKED from modeset driversDaniel Vetter
2015-10-16Merge commit '06d1ee32a4d25356a710b49d5e95dbdd68bdf505' of git://git.kernel.o...Dave Airlie
2015-10-07drm: Stop using drm_vblank_count() as the hw frame counterVille Syrjälä
2015-09-30drm/exynos: Suspend/resume is unused if !PMThierry Reding
2015-09-08drm/atomic-helper: Add option to update planes only on active crtcDaniel Vetter
2015-08-31drm/exynos: add render node supportJoonyoung Shim
2015-08-31drm/exynos: remove legacy ->suspend()/resume()Gustavo Padovan
2015-08-31drm/exynos: Enable atomic modesetting featureGustavo Padovan
2015-08-31drm/exynos: wait all planes updates to finishGustavo Padovan
2015-08-31drm/exynos: add atomic asynchronous commitGustavo Padovan
2015-08-16drm/exynos: use prime helpersJoonyoung Shim
2015-08-16drm/exynos: remove struct exynos_drm_encoder layerGustavo Padovan
2015-08-16drm/exynos: fold encoder setup into exynos_drm_load()Gustavo Padovan
2015-08-16drm/exynos: move order to register vidi kms driverJoonyoung Shim
2015-06-22drm/exynos: mic: add MIC driverHyungwon Hwang
2015-06-20drm/exynos: remove SoC checking codeAndrzej Hajda
2015-06-20drm/exynos: fix broken component binding in case of multiple pipelinesAndrzej Hajda
2015-06-20drm/exynos: consolidate driver/device initialization codeAndrzej Hajda
2015-06-20drm/exynos: atomic phase 2: wire up state reset(), duplicate() and destroy()Gustavo Padovan
2015-04-13drm/exynos: track vblank events on a per crtc basisMandeep Singh Baines
2015-04-13drm/exynos: remove struct *_win_data abstraction on planesGustavo Padovan
2015-02-11drm/exynos: Add DECON driverAjay Kumar
2015-01-12drm/exynos: remove the redundant machine checking codeHyungwon Hwang