aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/exynos/exynos_drm_drv.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-13drm/exynos: iommu: add support for ARM64 specific code for IOMMU glueMarek Szyprowski1-6/+1
2016-06-21drm: Lobotomize set_busid nonsense for !pci driversDaniel Vetter1-1/+0
2016-06-10drm/atomic-helper: Massage swap_state signature somewhatDaniel Vetter1-1/+1
2016-06-02drm/exynos: Use for_each_crtc_in_stateDaniel Vetter1-4/+4
2016-05-21drm: Nuke ->vblank_disable_allowedDaniel Vetter1-7/+0
2016-05-17Merge tag 'topic/drm-misc-2016-05-13' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie1-1/+1
2016-05-10drm/exynos: support gem_prime_mmapJoonyoung Shim1-0/+1
2016-05-10drm/exynos: Use lockless gem BO free callbackDaniel Vetter1-1/+1
2016-05-02drm/exynos: Rename async to nonblock.Maarten Lankhorst1-2/+2
2016-03-13drm/exynos: add DRM_EXYNOS_GEM_MAP ioctlJoonyoung Shim1-0/+2
2016-03-01drm/exynos: use real device for DMA-mapping operationsMarek Szyprowski1-4/+38
2016-03-01drm/exynos: refactor driver and device registration codeMarek Szyprowski1-126/+107
2016-02-08drm/exynos: Remove event cancelling from postcloseDaniel Vetter1-14/+0
2016-01-13drm/exynos: fix kernel panic issue at drm releasingInki Dae1-0/+5
2015-12-13drm/exynos: simplify sleep PM opsAndrzej Hajda1-46/+30
2015-11-03drm/exynos: separate Mixer and HDMI driversAndrzej Hajda1-1/+3
2015-10-20Merge tag 'topic/drm-misc-2015-10-19' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie1-10/+10
2015-10-16drm/<drivers>: Drop DRM_UNLOCKED from modeset driversDaniel Vetter1-10/+10
2015-10-16Merge commit '06d1ee32a4d25356a710b49d5e95dbdd68bdf505' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into drm-nextDave Airlie1-0/+2
2015-10-07drm: Stop using drm_vblank_count() as the hw frame counterVille Syrjälä1-1/+1
2015-09-30drm/exynos: Suspend/resume is unused if !PMThierry Reding1-0/+2
2015-09-08drm/atomic-helper: Add option to update planes only on active crtcDaniel Vetter1-1/+1
2015-08-31drm/exynos: add render node supportJoonyoung Shim1-19/+19
2015-08-31drm/exynos: remove legacy ->suspend()/resume()Gustavo Padovan1-2/+0
2015-08-31drm/exynos: Enable atomic modesetting featureGustavo Padovan1-1/+2
2015-08-31drm/exynos: wait all planes updates to finishGustavo Padovan1-1/+43
2015-08-31drm/exynos: add atomic asynchronous commitGustavo Padovan1-0/+113
2015-08-16drm/exynos: use prime helpersJoonyoung Shim1-3/+6
2015-08-16drm/exynos: remove struct exynos_drm_encoder layerGustavo Padovan1-1/+0
2015-08-16drm/exynos: fold encoder setup into exynos_drm_load()Gustavo Padovan1-2/+10
2015-08-16drm/exynos: move order to register vidi kms driverJoonyoung Shim1-3/+3
2015-06-22drm/exynos: mic: add MIC driverHyungwon Hwang1-3/+3
2015-06-20drm/exynos: remove SoC checking codeAndrzej Hajda1-26/+1
2015-06-20drm/exynos: fix broken component binding in case of multiple pipelinesAndrzej Hajda1-208/+72
2015-06-20drm/exynos: consolidate driver/device initialization codeAndrzej Hajda1-82/+138
2015-06-20drm/exynos: atomic phase 2: wire up state reset(), duplicate() and destroy()Gustavo Padovan1-0/+2
2015-04-13drm/exynos: track vblank events on a per crtc basisMandeep Singh Baines1-13/+0
2015-04-13drm/exynos: remove struct *_win_data abstraction on planesGustavo Padovan1-14/+0
2015-02-11drm/exynos: Add DECON driverAjay Kumar1-0/+4
2015-01-12drm/exynos: remove the redundant machine checking codeHyungwon Hwang1-12/+0
2014-12-15Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-157/+95
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-12-02Merge tag 'v3.18-rc7' into drm-nextDave Airlie1-0/+12
2014-11-25drm/exynos: fix exynos_drm_component_delInki Dae1-2/+0
2014-11-24drm/exynos: clean up machine compatible string checkInki Dae1-3/+15
2014-11-24drm/exynos: move Exynos platform drivers registration to initGustavo Padovan1-57/+48
2014-11-24Revert "drm/exynos: fix null pointer dereference issue"Gustavo Padovan1-8/+9
2014-11-24drm/exynos: Fix DSI resuming fail because power domain being offKrzysztof Kozlowski1-2/+0
2014-11-24drm/exynos: remove ifdeferry from initialization codeAndrzej Hajda1-135/+61
2014-11-24drm/exynos: fix null pointer dereference issueInki Dae1-9/+9