summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/exynos/exynos_drm_plane.c
Commit message (Expand)AuthorAgeFilesLines
* drm/exynos: cleanup name of gem object for exynos_drmJoonyoung Shim2015-10-261-5/+4
* drm/exynos: add cursor plane supportGustavo Padovan2015-10-261-0/+11
* drm/exynos: remove exynos_drm_fb_get_buf_cnt()Joonyoung Shim2015-09-021-1/+1
* drm/exynos: Properly report supported formats for each deviceMarek Szyprowski2015-08-311-8/+3
* drm/exynos: check for pending fb before finish updateGustavo Padovan2015-08-311-0/+2
* drm/exynos: merge exynos_drm_buf.c to exynos_drm_gem.cJoonyoung Shim2015-08-161-5/+5
* drm/exynos: unify exynos_drm_plane names with drm coreGustavo Padovan2015-08-161-5/+6
* drm/exynos: use drm atomic state directlyGustavo Padovan2015-08-161-12/+0
* drm/exynos: pass struct exynos_drm_plane in update/enableGustavo Padovan2015-08-161-2/+2
* drm/exynos: rename win_commit/disable to atomic-like namesGustavo Padovan2015-08-161-5/+5
* drm/exynos: remove exported functions from exynos_drm_planeGustavo Padovan2015-06-201-56/+42
* drm/exynos: atomic phase 3: atomic updates of planesGustavo Padovan2015-06-201-2/+2
* drm/exynos: atomic phase 2: wire up state reset(), duplicate() and destroy()Gustavo Padovan2015-06-201-0/+4
* drm/exynos: use adjusted_mode of crtc_state instead of modeJoonyoung Shim2015-06-201-6/+7
* drm/exynos: atomic phase 1: use drm_plane_helper_disable()Gustavo Padovan2015-06-201-13/+19
* drm/exynos: atomic phase 1: use drm_plane_helper_update()Gustavo Padovan2015-06-201-10/+30
* drm/exynos: plane: honor buffer offset for dma_addrTobias Jakobi2015-05-191-1/+1
* drm/exynos: add ratio calculationJoonyoung Shim2015-04-131-2/+6
* drm/exynos: use src_x and src_y instead of fb_x and fb_yJoonyoung Shim2015-04-131-4/+4
* drm/exynos: remove exynos_plane_destroy()Gustavo Padovan2015-04-131-7/+1
* drm/exynos: make zpos property immutableGustavo Padovan2015-04-131-19/+2
* drm/exynos: preset zpos value for overlay planesGustavo Padovan2015-04-131-7/+9
* drm/exynos: remove struct *_win_data abstraction on planesGustavo Padovan2015-04-131-18/+5
* drm/exynos: Check for NULL dereference of crtcCharles Keepax2015-03-181-1/+1
* Merge branch 'exynos-drm-next' of git://git.kernel.org/pub/scm/linux/kernel/g...Dave Airlie2015-02-131-27/+6
|\
| * drm/exynos: remove exynos_plane_dpmsJoonyoung Shim2015-02-091-27/+6
* | Merge tag 'topic/drm-misc-2015-02-06' of git://anongit.freedesktop.org/drm-in...Dave Airlie2015-02-111-1/+0
|\ \ | |/ |/|
| * drm: remove DRM_FORMAT_NV12MTDaniel Vetter2015-02-041-1/+0
* | drm/exynos: create exynos_check_plane()Gustavo Padovan2015-01-251-13/+21
* | drm/exynos: remove struct exynos_drm_managerGustavo Padovan2015-01-251-13/+13
* | drm/exynos: unify plane update on exynos_update_plane()Gustavo Padovan2015-01-251-1/+1
* | drm/exynos: remove exynos_plane_commit() wrapperGustavo Padovan2015-01-251-10/+5
* | drm/exynos: Don't touch DPMS when updating overlay planesGustavo Padovan2015-01-251-1/+0
* | drm/exynos: remove struct exynos_drm_overlayGustavo Padovan2015-01-251-48/+37
* | drm/exynos: remove exynos_drm_crtc_plane_* wrappersGustavo Padovan2015-01-251-4/+15
|/
* drm/exynos: switch to universal plane APIAndrzej Hajda2014-09-201-9/+10
* drm/exynos: Replace DRM_LOG_KMS() by DRM_DEBUG_KMS()Lespiau, Damien2014-03-281-1/+1
* drm/exynos: Split manager/display/subdrvSean Paul2014-03-241-10/+5
* drm/exynos: Use unsigned long for possible_crtcsSean Paul2014-03-241-1/+1
* drm/exynos: Remove redundant error messagesSachin Kamat2013-09-051-3/+1
* drm/exynos: Add missing includesMark Brown2013-09-051-0/+1
* drm/exynos: Remove tracking log functionsYoungJun Cho2013-06-281-16/+0
* drm/exynos: fix fb offset calculation for planeJoonyoung Shim2012-12-141-5/+1
* drm/exynos: remove unused vaddr memberYoungJun Cho2012-12-131-4/+2
* drm/exynos: remove unnecessary code.Inki Dae2012-11-291-1/+0
* Merge branch 'exynos-drm-next' of git://git.infradead.org/users/kmpark/linux-...Dave Airlie2012-10-071-3/+55
|\
| * drm/exynos: fix to calculate CRTC shown via screenJoonyoung Shim2012-10-041-2/+54
| * drm/exynos: check NV12M format specific to Exynos properlyInki Dae2012-10-041-1/+1
* | UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells2012-10-021-2/+2
|/
* drm/exynos: remove DRM_FORMAT_NV12M from plane moduleInki Dae2012-09-131-1/+0
OpenPOWER on IntegriCloud