summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/exynos/exynos_drm_plane.c
AgeCommit message (Expand)AuthorFilesLines
2015-08-16drm/exynos: merge exynos_drm_buf.c to exynos_drm_gem.cJoonyoung Shim1-5/+5
2015-08-16drm/exynos: unify exynos_drm_plane names with drm coreGustavo Padovan1-5/+6
2015-08-16drm/exynos: use drm atomic state directlyGustavo Padovan1-12/+0
2015-08-16drm/exynos: pass struct exynos_drm_plane in update/enableGustavo Padovan1-2/+2
2015-08-16drm/exynos: rename win_commit/disable to atomic-like namesGustavo Padovan1-5/+5
2015-06-19drm/exynos: remove exported functions from exynos_drm_planeGustavo Padovan1-56/+42
2015-06-19drm/exynos: atomic phase 3: atomic updates of planesGustavo Padovan1-2/+2
2015-06-19drm/exynos: atomic phase 2: wire up state reset(), duplicate() and destroy()Gustavo Padovan1-0/+4
2015-06-19drm/exynos: use adjusted_mode of crtc_state instead of modeJoonyoung Shim1-6/+7
2015-06-19drm/exynos: atomic phase 1: use drm_plane_helper_disable()Gustavo Padovan1-13/+19
2015-06-19drm/exynos: atomic phase 1: use drm_plane_helper_update()Gustavo Padovan1-10/+30
2015-05-19drm/exynos: plane: honor buffer offset for dma_addrTobias Jakobi1-1/+1
2015-04-13drm/exynos: add ratio calculationJoonyoung Shim1-2/+6
2015-04-13drm/exynos: use src_x and src_y instead of fb_x and fb_yJoonyoung Shim1-4/+4
2015-04-13drm/exynos: remove exynos_plane_destroy()Gustavo Padovan1-7/+1
2015-04-13drm/exynos: make zpos property immutableGustavo Padovan1-19/+2
2015-04-13drm/exynos: preset zpos value for overlay planesGustavo Padovan1-7/+9
2015-04-13drm/exynos: remove struct *_win_data abstraction on planesGustavo Padovan1-18/+5
2015-03-18drm/exynos: Check for NULL dereference of crtcCharles Keepax1-1/+1
2015-02-13Merge branch 'exynos-drm-next' of git://git.kernel.org/pub/scm/linux/kernel/g...Dave Airlie1-27/+6
2015-02-11Merge tag 'topic/drm-misc-2015-02-06' of git://anongit.freedesktop.org/drm-in...Dave Airlie1-1/+0
2015-02-09drm/exynos: remove exynos_plane_dpmsJoonyoung Shim1-27/+6
2015-02-04drm: remove DRM_FORMAT_NV12MTDaniel Vetter1-1/+0
2015-01-25drm/exynos: create exynos_check_plane()Gustavo Padovan1-13/+21
2015-01-25drm/exynos: remove struct exynos_drm_managerGustavo Padovan1-13/+13
2015-01-25drm/exynos: unify plane update on exynos_update_plane()Gustavo Padovan1-1/+1
2015-01-25drm/exynos: remove exynos_plane_commit() wrapperGustavo Padovan1-10/+5
2015-01-25drm/exynos: Don't touch DPMS when updating overlay planesGustavo Padovan1-1/+0
2015-01-25drm/exynos: remove struct exynos_drm_overlayGustavo Padovan1-48/+37
2015-01-25drm/exynos: remove exynos_drm_crtc_plane_* wrappersGustavo Padovan1-4/+15
2014-09-19drm/exynos: switch to universal plane APIAndrzej Hajda1-9/+10
2014-03-28drm/exynos: Replace DRM_LOG_KMS() by DRM_DEBUG_KMS()Lespiau, Damien1-1/+1
2014-03-23drm/exynos: Split manager/display/subdrvSean Paul1-10/+5
2014-03-23drm/exynos: Use unsigned long for possible_crtcsSean Paul1-1/+1
2013-09-05drm/exynos: Remove redundant error messagesSachin Kamat1-3/+1
2013-09-05drm/exynos: Add missing includesMark Brown1-0/+1
2013-06-28drm/exynos: Remove tracking log functionsYoungJun Cho1-16/+0
2012-12-14drm/exynos: fix fb offset calculation for planeJoonyoung Shim1-5/+1
2012-12-13drm/exynos: remove unused vaddr memberYoungJun Cho1-4/+2
2012-11-29drm/exynos: remove unnecessary code.Inki Dae1-1/+0
2012-10-07Merge branch 'exynos-drm-next' of git://git.infradead.org/users/kmpark/linux-...Dave Airlie1-3/+55
2012-10-04drm/exynos: fix to calculate CRTC shown via screenJoonyoung Shim1-2/+54
2012-10-04drm/exynos: check NV12M format specific to Exynos properlyInki Dae1-1/+1
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells1-2/+2
2012-09-13drm/exynos: remove DRM_FORMAT_NV12M from plane moduleInki Dae1-1/+0
2012-07-27drm/exynos: add plane enable/disableJoonyoung Shim1-11/+27
2012-07-27drm/exynos: add property for plane zposJoonyoung Shim1-45/+47
2012-07-27drm/exynos: update overlay via plane from crtcJoonyoung Shim1-30/+87
2012-07-27drm/exynos: use private plane for crtcJoonyoung Shim1-10/+24
2012-07-27drm/exynos: define to_exynos_plane macroJoonyoung Shim1-7/+6