aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/exynos/exynos_drm_crtc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-03drm/exynos: add TE handler to support LCD I80 interfaceYoungJun Cho1-0/+8
2014-08-03drm/exynos: use wait_event_timeout() for safety usageYoungJun Cho1-2/+5
2014-06-02drm/exynos: add component framework supportInki Dae1-0/+17
2014-04-30drm/exynos: balance framebuffer refcountAndrzej Hajda1-0/+1
2014-04-01drm: Replace crtc fb with primary plane fb (v3)Matt Roper1-10/+10
2014-04-01drm/exynos: Restrict plane loops to only operate on overlay planes (v2)Matt Roper1-1/+1
2014-03-24drm/exynos: Implement mode_fixup manager operationSean Paul1-1/+6
2014-03-24drm/exynos: Add mode_set manager operationSean Paul1-0/+4
2014-03-24drm/exynos: Disable unused crtc planes from crtcSean Paul1-2/+11
2014-03-24drm/exynos: Split manager/display/subdrvSean Paul1-23/+92
2013-12-02drm: fix typos in comment in /gpu/drm/exynosMasanari Iida1-2/+2
2013-09-05drm/exynos: Remove redundant error messagesSachin Kamat1-3/+1
2013-09-05drm/exynos: Add missing includesMark Brown1-0/+1
2013-08-30drm: Pass page flip ioctl flags to driverKeith Packard1-2/+3
2013-06-28drm/exynos: Remove tracking log functionsYoungJun Cho1-28/+0
2013-06-28drm/exynos: do not use mode_set_base function directlyInki Dae1-2/+8
2013-06-17drm: Drop all the stub gamma_get, gamma_set, load_lut functions from driversVille Syrjälä1-7/+0
2013-05-23drm/exynos: wait for the completion of pending page flipInki Dae1-0/+16
2013-05-23drm/exynos: use drm_send_vblank_event() helperRob Clark1-8/+2
2013-05-22drm/exynos: page flip fixesRob Clark1-1/+0
2013-01-07drm/exynos: move finish page flip to a common placeRahul Sharma1-0/+30
2013-01-04drm/exynos: change file license to GPLInki Dae1-18/+4
2012-11-29drm/exynos: hold event_lock while accessing pageflip_event_listImre Deak1-0/+5
2012-10-07Merge branch 'exynos-drm-next' of git://git.infradead.org/users/kmpark/linux-samsung into drm-nextDave Airlie1-7/+13
2012-10-04drm/exynos: check crtc's dpms mode at SetCrtcInki Dae1-0/+6
2012-10-04drm/exynos: check crtc's dpms mode at page flipInki Dae1-0/+6
2012-10-04drm/exynos: fix duplicated mutex lock issueInki Dae1-5/+0
2012-10-04drm/exynos: fixed duplicated mode setting.Inki Dae1-2/+1
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells1-2/+2
2012-07-27drm/exynos: add property for crtc modeJoonyoung Shim1-0/+72
2012-07-27drm/exynos: add crtc disable functionJoonyoung Shim1-0/+11
2012-07-27drm/exynos: add plane enable/disableJoonyoung Shim1-17/+3
2012-07-27drm/exynos: fix dpms operation for mode setJoonyoung Shim1-23/+3
2012-07-27drm/exynos: update overlay via plane from crtcJoonyoung Shim1-121/+25
2012-07-27drm/exynos: use private plane for crtcJoonyoung Shim1-16/+15
2012-07-27drm/exynos: fix to set pipe of crtcJoonyoung Shim1-4/+4
2012-07-27drm/exynos: fix point to call overlay_ops->mode_setJoonyoung Shim1-1/+11
2012-07-19drm: Make the .mode_fixup() operations mode argument a const pointerLaurent Pinchart1-1/+1
2012-05-17drm/exynos: added source size to overlay structureSeung-Woo Kim1-0/+4
2012-03-20drm/exynos: remove module of exynos drm subdrvJoonyoung Shim1-6/+0
2012-03-20drm/exynos: added mode_fixup feature and code clean.Inki Dae1-1/+5
2012-02-16drm/exynos: fixed page flip issue.Inki Dae1-3/+3
2011-12-29drm/exynos: Support multi buffersSeung-Woo Kim1-12/+16
2011-12-21drm/exynos: Add plane support with fimdJoonyoung Shim1-0/+1
2011-12-21drm/exynos: updated crtc and encoder dpms framework.Inki Dae1-6/+52
2011-12-20Merge tag 'v3.2-rc6' of /home/airlied/devel/kernel/linux-2.6 into drm-core-nextDave Airlie1-37/+39
2011-12-20drm: Replace pitch with pitches[] in drm_framebufferVille Syrjälä1-1/+1
2011-11-15drm/exynos: changed buffer structure.Inki Dae1-33/+14
2011-11-15drm/exynos: added crtc dpms for disable crtcJoonyoung Shim1-4/+25
2011-10-18drm/exynos: fixed page flip bug.Inki Dae1-5/+11