summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/exynos/exynos_drm_crtc.c
AgeCommit message (Expand)Author
2014-04-30drm/exynos: balance framebuffer refcountAndrzej Hajda
2014-04-01drm: Replace crtc fb with primary plane fb (v3)Matt Roper
2014-04-01drm/exynos: Restrict plane loops to only operate on overlay planes (v2)Matt Roper
2014-03-24drm/exynos: Implement mode_fixup manager operationSean Paul
2014-03-24drm/exynos: Add mode_set manager operationSean Paul
2014-03-24drm/exynos: Disable unused crtc planes from crtcSean Paul
2014-03-24drm/exynos: Split manager/display/subdrvSean Paul
2013-12-02drm: fix typos in comment in /gpu/drm/exynosMasanari Iida
2013-09-05drm/exynos: Remove redundant error messagesSachin Kamat
2013-09-05drm/exynos: Add missing includesMark Brown
2013-08-30drm: Pass page flip ioctl flags to driverKeith Packard
2013-06-28drm/exynos: Remove tracking log functionsYoungJun Cho
2013-06-28drm/exynos: do not use mode_set_base function directlyInki Dae
2013-06-17drm: Drop all the stub gamma_get, gamma_set, load_lut functions from driversVille Syrjälä
2013-05-23drm/exynos: wait for the completion of pending page flipInki Dae
2013-05-23drm/exynos: use drm_send_vblank_event() helperRob Clark
2013-05-22drm/exynos: page flip fixesRob Clark
2013-01-07drm/exynos: move finish page flip to a common placeRahul Sharma
2013-01-04drm/exynos: change file license to GPLInki Dae
2012-11-29drm/exynos: hold event_lock while accessing pageflip_event_listImre Deak
2012-10-07Merge branch 'exynos-drm-next' of git://git.infradead.org/users/kmpark/linux-...Dave Airlie
2012-10-04drm/exynos: check crtc's dpms mode at SetCrtcInki Dae
2012-10-04drm/exynos: check crtc's dpms mode at page flipInki Dae
2012-10-04drm/exynos: fix duplicated mutex lock issueInki Dae
2012-10-04drm/exynos: fixed duplicated mode setting.Inki Dae
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells
2012-07-27drm/exynos: add property for crtc modeJoonyoung Shim
2012-07-27drm/exynos: add crtc disable functionJoonyoung Shim
2012-07-27drm/exynos: add plane enable/disableJoonyoung Shim
2012-07-27drm/exynos: fix dpms operation for mode setJoonyoung Shim
2012-07-27drm/exynos: update overlay via plane from crtcJoonyoung Shim
2012-07-27drm/exynos: use private plane for crtcJoonyoung Shim
2012-07-27drm/exynos: fix to set pipe of crtcJoonyoung Shim
2012-07-27drm/exynos: fix point to call overlay_ops->mode_setJoonyoung Shim
2012-07-19drm: Make the .mode_fixup() operations mode argument a const pointerLaurent Pinchart
2012-05-17drm/exynos: added source size to overlay structureSeung-Woo Kim
2012-03-20drm/exynos: remove module of exynos drm subdrvJoonyoung Shim
2012-03-20drm/exynos: added mode_fixup feature and code clean.Inki Dae
2012-02-16drm/exynos: fixed page flip issue.Inki Dae
2011-12-29drm/exynos: Support multi buffersSeung-Woo Kim
2011-12-21drm/exynos: Add plane support with fimdJoonyoung Shim
2011-12-21drm/exynos: updated crtc and encoder dpms framework.Inki Dae
2011-12-20Merge tag 'v3.2-rc6' of /home/airlied/devel/kernel/linux-2.6 into drm-core-nextDave Airlie
2011-12-20drm: Replace pitch with pitches[] in drm_framebufferVille Syrjälä
2011-11-15drm/exynos: changed buffer structure.Inki Dae
2011-11-15drm/exynos: added crtc dpms for disable crtcJoonyoung Shim
2011-10-18drm/exynos: fixed page flip bug.Inki Dae
2011-10-18drm/exynos: added comments and code clean.Inki Dae
2011-10-18drm/exynos: fixed overlay updating time at page flip.Inki Dae
2011-10-18drm/exynos: fixed overlay data updating.Inki Dae