summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/exynos/exynos_drm_connector.c
Commit message (Expand)AuthorAgeFilesLines
* drm/exynos: use helpersRob Clark2014-07-181-14/+1
* drm: add register and unregister functions for connectorsThomas Wood2014-06-191-3/+3
* drm/exynos: Split manager/display/subdrvSean Paul2014-03-241-30/+20
* drm/exynos: Remove dpms link between encoder/connectorSean Paul2014-03-241-39/+3
* drm/exynos: Pass exynos_drm_manager in manager ops instead of devSean Paul2014-03-241-1/+1
* drm/exynos: fimd: replace struct fb_videomode with videomodeAndrzej Hajda2013-09-051-30/+3
* drm/exynos: Remove redundant error messagesSachin Kamat2013-09-051-3/+1
* drm/exynos: Add missing includesMark Brown2013-09-051-0/+1
* drm/exynos: Remove tracking log functionsYoungJun Cho2013-06-281-13/+0
* drm/exynos: hdmi: use drm_display_mode to check the supported modesRahul Sharma2013-06-281-36/+2
* drm/exynos: drm_connector: Fix error check conditionSachin Kamat2013-04-171-1/+1
* drm/exynos: let drm handle edid allocationsRahul Sharma2013-01-251-18/+15
* drm/exynos: change file license to GPLInki Dae2013-01-041-18/+4
* drm/exynos: fix display on issueInki Dae2012-10-311-0/+1
* Merge branch 'exynos-drm-next' of git://git.infradead.org/users/kmpark/linux-...Dave Airlie2012-10-071-4/+46
|\
| * drm/exynos: fix display power call issue.Inki Dae2012-10-041-3/+2
| * drm/exynos: Fix potential NULL pointer dereferenceSachin Kamat2012-10-041-1/+5
| * drm/exynos: fixed duplicated mode setting.Inki Dae2012-10-041-1/+40
* | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-10-031-3/+1
|\ \ | |/
| * drm: remove the raw_edid field from struct drm_display_infoJani Nikula2012-08-241-3/+1
* | UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells2012-10-021-2/+2
|/
* drm/exynos: Add missing static storage class specifierSachin Kamat2012-07-271-1/+2
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-03-221-7/+28
|\
| * drm/exynos: added virtual display driver.Inki Dae2012-03-211-0/+4
| * drm/exynos: remove module of exynos drm subdrvJoonyoung Shim2012-03-201-6/+0
| * drm/exynos: added mode_fixup feature and code clean.Inki Dae2012-03-201-1/+24
* | drm/exynos: Fix fb_videomode <-> drm_mode_modeinfo conversionLaurent Pinchart2012-03-151-8/+8
|/
* drm/exynos: added panel physical size.Eun-Chul Kim2012-02-151-5/+11
* drm/exynos: changed exynos_drm_display to exynos_drm_display_opsInki Dae2011-11-151-14/+15
* drm/exynos: added manager object to connectorInki Dae2011-11-151-7/+31
* drm/exynos: fixed converting between display mode and timingSeung-Woo Kim2011-11-151-1/+8
* drm/exynos: fixed connector flag with hpd and interlace scan for hdmiSeung-Woo Kim2011-11-151-0/+2
* DRM: add DRM Driver for Samsung SoC EXYNOS4210.Inki Dae2011-10-051-0/+293