aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/exynos/exynos_dp_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-11-24drm/exynos/dp: stop using display->ctx pointerAndrzej Hajda1-7/+11
2014-11-24drm/exynos/dp: embed display into private contextAndrzej Hajda1-24/+18
2014-11-24drm/exynos: dp: Remove support for unused dptx-phyVivek Gautam1-57/+17
2014-11-03drm/exynos: remove explicit encoder/connector de-initializationAndrzej Hajda1-5/+0
2014-09-20drm/exynos/dp: unregister connector on removalAndrzej Hajda1-1/+3
2014-09-03drm/exynos: Renaming DP training vswing pre emph definesSonika Jindal1-2/+2
2014-08-07Merge tag 'drm/panel/for-3.17-rc1' of git://anongit.freedesktop.org/tegra/linux into drm-nextDave Airlie1-25/+87
2014-08-06drm/exynos: dp: Modify driver to support drm_panelAjay Kumar1-20/+68
2014-08-06drm/exynos: Move DP setup into commit()Ajay Kumar1-5/+19
2014-08-04Subject: Revert "drm/exynos: remove MODULE_DEVICE_TABLE definitions"Sjoerd Simons1-0/+1
2014-08-03drm/exynos: dp: Use correct module licenseJingoo Han1-1/+1
2014-06-19drm: add register and unregister functions for connectorsThomas Wood1-1/+1
2014-06-10drm: Remove spurious ';'Damien Lespiau1-1/+1
2014-06-02drm/exynos: consider deferred probe caseInki Dae1-2/+16
2014-06-02drm/exynos: Use PTR_ERR_OR_ZERO in exynos_dp_core.cSachin Kamat1-4/+1
2014-06-02drm/exynos: dp: Use DPCD defines of drm_dp_helper.hJingoo Han1-49/+49
2014-06-02drm/exynos: dp: support hotplug detection via GPIOAndrew Bresticker1-3/+29
2014-06-02drm/exynos: add component framework supportInki Dae1-17/+28
2014-06-02drm/exynos: dp: remove unnecessary OOM messagesJingoo Han1-6/+2
2014-04-22drm: make mode_valid callback optionalAndrzej Hajda1-7/+0
2014-04-04drm/exynos: remove MODULE_DEVICE_TABLE definitionsInki Dae1-1/+0
2014-03-24drm/exynos: Implement lvds bridge discovery to DP driverSean Paul1-0/+41
2014-03-24drm/exynos: Implement drm_connector directly in dp driverSean Paul1-9/+90
2014-03-24drm/exynos: Implement dpms display callback in DPSean Paul1-62/+80
2014-03-24drm/exynos: Move display implementation into dpSean Paul1-19/+81
2014-03-24drm/exynos: Move dp driver from video/ to drm/Sean Paul1-0/+1155