aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/exynos/exynos_drm_crtc.c
Commit message (Expand)AuthorAge
* drm/exynos: enable vblank after DPMS onAndrzej Hajda2014-11-02
* drm/exynos: switch to universal plane APIAndrzej Hajda2014-09-19
* drm/exynos: add TE handler to support LCD I80 interfaceYoungJun Cho2014-08-03
* drm/exynos: use wait_event_timeout() for safety usageYoungJun Cho2014-08-03
* drm/exynos: add component framework supportInki Dae2014-06-01
* drm/exynos: balance framebuffer refcountAndrzej Hajda2014-04-29
* drm: Replace crtc fb with primary plane fb (v3)Matt Roper2014-04-01
* drm/exynos: Restrict plane loops to only operate on overlay planes (v2)Matt Roper2014-04-01
* drm/exynos: Implement mode_fixup manager operationSean Paul2014-03-23
* drm/exynos: Add mode_set manager operationSean Paul2014-03-23
* drm/exynos: Disable unused crtc planes from crtcSean Paul2014-03-23
* drm/exynos: Split manager/display/subdrvSean Paul2014-03-23
* drm: fix typos in comment in /gpu/drm/exynosMasanari Iida2013-12-02
* drm/exynos: Remove redundant error messagesSachin Kamat2013-09-05
* drm/exynos: Add missing includesMark Brown2013-09-05
* drm: Pass page flip ioctl flags to driverKeith Packard2013-08-29
* drm/exynos: Remove tracking log functionsYoungJun Cho2013-06-28
* drm/exynos: do not use mode_set_base function directlyInki Dae2013-06-28
* drm: Drop all the stub gamma_get, gamma_set, load_lut functions from driversVille Syrjälä2013-06-17
* drm/exynos: wait for the completion of pending page flipInki Dae2013-05-23
* drm/exynos: use drm_send_vblank_event() helperRob Clark2013-05-23
* drm/exynos: page flip fixesRob Clark2013-05-21
* drm/exynos: move finish page flip to a common placeRahul Sharma2013-01-06
* drm/exynos: change file license to GPLInki Dae2013-01-04
* drm/exynos: hold event_lock while accessing pageflip_event_listImre Deak2012-11-29
* Merge branch 'exynos-drm-next' of git://git.infradead.org/users/kmpark/linux-...Dave Airlie2012-10-07
|\
| * drm/exynos: check crtc's dpms mode at SetCrtcInki Dae2012-10-03
| * drm/exynos: check crtc's dpms mode at page flipInki Dae2012-10-03
| * drm/exynos: fix duplicated mutex lock issueInki Dae2012-10-03
| * drm/exynos: fixed duplicated mode setting.Inki Dae2012-10-03
* | UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells2012-10-02
|/
* drm/exynos: add property for crtc modeJoonyoung Shim2012-07-26
* drm/exynos: add crtc disable functionJoonyoung Shim2012-07-26
* drm/exynos: add plane enable/disableJoonyoung Shim2012-07-26
* drm/exynos: fix dpms operation for mode setJoonyoung Shim2012-07-26
* drm/exynos: update overlay via plane from crtcJoonyoung Shim2012-07-26
* drm/exynos: use private plane for crtcJoonyoung Shim2012-07-26
* drm/exynos: fix to set pipe of crtcJoonyoung Shim2012-07-26
* drm/exynos: fix point to call overlay_ops->mode_setJoonyoung Shim2012-07-26
* drm: Make the .mode_fixup() operations mode argument a const pointerLaurent Pinchart2012-07-19
* drm/exynos: added source size to overlay structureSeung-Woo Kim2012-05-17
* drm/exynos: remove module of exynos drm subdrvJoonyoung Shim2012-03-20
* drm/exynos: added mode_fixup feature and code clean.Inki Dae2012-03-20
* drm/exynos: fixed page flip issue.Inki Dae2012-02-16
* drm/exynos: Support multi buffersSeung-Woo Kim2011-12-28
* drm/exynos: Add plane support with fimdJoonyoung Shim2011-12-21
* drm/exynos: updated crtc and encoder dpms framework.Inki Dae2011-12-21
* Merge tag 'v3.2-rc6' of /home/airlied/devel/kernel/linux-2.6 into drm-core-nextDave Airlie2011-12-20
|\
| * drm/exynos: changed buffer structure.Inki Dae2011-11-15
| * drm/exynos: added crtc dpms for disable crtcJoonyoung Shim2011-11-15