summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/exynos/exynos_drm_drv.c
AgeCommit message (Expand)Author
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
2014-12-15Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-12-02Merge tag 'v3.18-rc7' into drm-nextDave Airlie
2014-11-25drm/exynos: fix exynos_drm_component_delInki Dae
2014-11-24drm/exynos: clean up machine compatible string checkInki Dae
2014-11-24drm/exynos: move Exynos platform drivers registration to initGustavo Padovan
2014-11-24Revert "drm/exynos: fix null pointer dereference issue"Gustavo Padovan
2014-11-24drm/exynos: Fix DSI resuming fail because power domain being offKrzysztof Kozlowski
2014-11-24drm/exynos: remove ifdeferry from initialization codeAndrzej Hajda
2014-11-24drm/exynos: fix null pointer dereference issueInki Dae
2014-11-24drm/exynos: fix possible infinite loop issueInki Dae
2014-11-24drm/exynos: resolve infinite loop issue on non multi-platformInki Dae
2014-11-24drm/exynos: resolve infinite loop issue on multi-platformInki Dae
2014-11-10drm/exynos: fix possible infinite loop issueInki Dae
2014-11-10drm/exynos: resolve infinite loop issue on non multi-platformInki Dae
2014-11-10drm/exynos: resolve infinite loop issue on multi-platformInki Dae
2014-11-03Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman
2014-11-03drm/exynos: correct connector->dpms field before resumingAndrzej Hajda
2014-11-03drm/exynos: init kms poll at the end of initializationAndrzej Hajda
2014-11-03drm/exynos: propagate plane initialization errorsAndrzej Hajda
2014-11-03drm/exynos: init vblank with real number of crtcsAndrzej Hajda
2014-10-20gpu: drm: exynos: drop owner assignment from platform_driversWolfram Sang
2014-09-20drm/exynos: switch to universal plane APIAndrzej Hajda
2014-09-20drm/exynos: use drm generic mmap interfaceInki Dae
2014-09-20drm/exynos: remove DRM_EXYNOS_GEM_MAP_OFFSET ioctlInki Dae