aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/exynos/exynos_drm_drv.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-11-24drm/exynos/fimd: stop using manager->ctx pointerAndrzej Hajda1-1/+0
2014-11-24drm/exynos: remove leftover hdmi function declarationsGustavo Padovan1-11/+0
2014-11-24drm/exynos: update documentation to reflect code changesGustavo Padovan1-2/+1
2014-11-24drm/exynos: Save up space using bool var as bitfieldsGustavo Padovan1-8/+8
2014-11-24drm/exynos: remove unused wait_for macroGustavo Padovan1-14/+0
2014-11-24drm/exynos: Replace repeated declaration by include <drm/drmP.h>Gustavo Padovan1-3/+1
2014-11-24drm/exynos: remove extra declaration of struct exynos_overlayGustavo Padovan1-1/+0
2014-11-24drm/exynos: remove ifdeferry from initialization codeAndrzej Hajda1-14/+11
2014-09-20drm/exynos: use drm generic mmap interfaceInki Dae1-1/+0
2014-08-03drm/exynos/ipp: remove struct exynos_drm_ipp_privateAndrzej Hajda1-5/+1
2014-08-03drm/exynos/ipp: remove unused field from exynos_drm_ipp_privateAndrzej Hajda1-1/+0
2014-08-03drm/exynos: add TE handler to support LCD I80 interfaceYoungJun Cho1-0/+3
2014-07-08Merge tag 'topic/core-stuff-2014-06-30' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie1-2/+0
2014-06-24drm/exynos: change zero to NULL for sparseDan Carpenter1-1/+1
2014-06-18drm: Don't export internal module variablesDaniel Vetter1-2/+0
2014-06-02drm/exynos: consider deferred probe caseInki Dae1-3/+10
2014-06-02drm/exynos: separate dpi from fimdAndrzej Hajda1-10/+5
2014-06-02drm/exynos: add component framework supportInki Dae1-45/+44
2014-04-08Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-66/+97
2014-04-04drm/exynos: add DSIM driverAndrzej Hajda1-0/+1
2014-03-24drm/exynos: restore parallel output interface supportAndrzej Hajda1-0/+8
2014-03-24drm/exynos: Remove the exynos_drm_connector shimSean Paul1-11/+0
2014-03-24drm/exynos: Add create_connector callbackSean Paul1-0/+2
2014-03-24drm/exynos: Move display implementation into dpSean Paul1-0/+1
2014-03-24drm/exynos: Implement mode_fixup manager operationSean Paul1-0/+4
2014-03-24drm/exynos: Add mode_set manager operationSean Paul1-0/+3
2014-03-24drm/exynos: Split manager/display/subdrvSean Paul1-39/+67
2014-03-24drm/exynos: Rename display_op power_on to dpmsSean Paul1-2/+2
2014-03-24drm/exynos: Remove apply manager callbackSean Paul1-2/+0
2014-03-24drm/exynos: Pass exynos_drm_manager in manager ops instead of devSean Paul1-16/+19
2014-03-24drm/exynos: Add an initialize function to manager and displaySean Paul1-0/+5
2014-03-24drm/exynos: Merge overlay_ops into manager_opsSean Paul1-20/+9
2014-02-28arm: dma-mapping: remove order parameter from arm_iommu_create_mapping()Marek Szyprowski1-2/+0
2014-01-07drm/exynos: use a new anon file for exynos gem mmaperInki Dae1-0/+1
2013-06-28drm/exynos: hdmi: use drm_display_mode to check the supported modesRahul Sharma1-2/+2
2013-04-29drm/exynos: added ipp device registration to drm driverSeung-Woo Kim1-0/+10
2013-04-29exynos/drm: hdmi: cleanup for hdmi common device registrationSeung-Woo Kim1-1/+1
2013-01-25drm/exynos: let drm handle edid allocationsRahul Sharma1-2/+2
2013-01-04drm/exynos: change file license to GPLInki Dae1-18/+4
2012-12-15drm/exynos: add gsc ipp driverEunchul Kim1-0/+1
2012-12-15drm/exynos: add rotator ipp driverEunchul Kim1-0/+1
2012-12-15drm/exynos: add fimc ipp driverEunchul Kim1-0/+1
2012-12-15drm/exynos: add ipp subsystemEunchul Kim1-0/+7
2012-12-13drm/exynos: remove unused vaddr memberYoungJun Cho1-2/+0
2012-12-13drm/exynos: make wait_for_vblank a manager opPrathyush K1-3/+3
2012-12-13drm: exynos: moved exynos drm hdmi device registration to drm driverRahul Sharma1-0/+11
2012-12-04drm/exynos: add userptr feature for g2d moduleInki Dae1-2/+1
2012-11-29drm/exynos: add iommu support for exynos drm frameworkInki Dae1-0/+11
2012-10-07Merge branch 'exynos-drm-next' of git://git.infradead.org/users/kmpark/linux-samsung into drm-nextDave Airlie1-1/+18
2012-10-04drm/exynos: add wait_for_vblank callback interface.Inki Dae1-0/+17