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