aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/exynos/exynos_drm_crtc.c
Commit message (Expand)AuthorAge
* drm/exynos: create exynos_check_plane()Gustavo Padovan2015-01-25
* drm/exynos: don't duplicate drm_display_mode in fimd contextGustavo Padovan2015-01-25
* drm/exynos: remove struct exynos_drm_managerGustavo Padovan2015-01-25
* drm/exynos: remove drm_dev from struct exynos_drm_managerGustavo Padovan2015-01-25
* drm/exynos: move 'type' from manager to crtc structGustavo Padovan2015-01-25
* drm/exynos: remove pipe member of struct exynos_drm_managerGustavo Padovan2015-01-25
* drm/exynos: add pipe param to exynos_drm_crtc_create()Gustavo Padovan2015-01-25
* drm/exynos: rename base object of struct exynos_drm_crtc to 'base'Gustavo Padovan2015-01-25
* drm/exynos: remove exynos_drm_crtc_mode_set_commit()Gustavo Padovan2015-01-25
* drm/exynos: call exynos_update_plane() directly on page flipsGustavo Padovan2015-01-25
* drm/exynos: unify plane update on exynos_update_plane()Gustavo Padovan2015-01-25
* drm/exynos: remove exynos_plane_commit() wrapperGustavo Padovan2015-01-25
* drm/exynos: don't do any DPMS operation while updating planesGustavo Padovan2015-01-25
* drm/exynos: remove exynos_drm_crtc_plane_* wrappersGustavo Padovan2015-01-25
* drm/exynos: expose struct exynos_drm_crtcGustavo Padovan2015-01-25
* drm/exynos: move to_exynos_crtc() macro to main headerGustavo Padovan2015-01-25
* 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