summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/exynos/exynos_drm_drv.c
AgeCommit message (Expand)AuthorFilesLines
2014-04-04drm/exynos: add DSIM driverAndrzej Hajda1-0/+15
2014-03-24drm/exynos: init kms poll after creation of connectorsAndrzej Hajda1-3/+3
2014-03-24drm/exynos: delay fbdev initialization until an output is connectedAndrzej Hajda1-12/+4
2014-03-24drm/exynos: fix unnecessary resource cleanupInki Dae1-3/+2
2014-03-24drm/exynos: Consolidate suspend/resume in drm_drvSean Paul1-0/+97
2014-03-24drm/exynos: Move display implementation into dpSean Paul1-0/+14
2014-03-24drm/exynos: Remove exynos_drm_hdmi shimSean Paul1-13/+0
2014-03-24drm/exynos: Split manager/display/subdrvSean Paul1-12/+17
2014-03-24drm/exynos: Use unsigned long for possible_crtcsSean Paul1-1/+1
2014-03-24drm/exynos: Fix (more) freeing issues in exynos_drm_drv.cDaniel Kurtz1-3/+7
2014-02-07drm/exynos: Fix freeing issues in exynos_drm_drv.cSachin Kamat1-6/+8
2014-01-07drm/exynos: use a new anon file for exynos gem mmaperInki Dae1-0/+21
2013-12-18drm/exynos: call drm_put_dev directly from ->removeDaniel Vetter1-1/+3
2013-12-02drm/exynos: release unhandled page flip events at postclose.Inki Dae1-13/+22
2013-11-15Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-1/+0
2013-10-31DMA-API: others: use dma_set_coherent_mask()Russell King1-1/+5
2013-10-09drm: kill ->gem_init_object() and friendsDavid Herrmann1-1/+0
2013-09-05drm/exynos: Remove redundant error messagesSachin Kamat1-3/+1
2013-08-07drm: const'ify ioctls table (v2)Rob Clark1-2/+2
2013-08-07drm/gem: create drm_gem_dumb_destroyDaniel Vetter1-1/+1
2013-07-04drm/exynos: add error check routine in exynos_drm_openYoungJun Cho1-1/+8
2013-06-28drm/exynos: Remove tracking log functionsYoungJun Cho1-20/+0
2013-04-29drm/exynos: added ipp device registration to drm driverSeung-Woo Kim1-0/+7
2013-04-29drm/exynos: fix wrong return check for platform_device_register_simpleSeung-Woo Kim1-1/+1
2013-01-08Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-18/+4
2013-01-04drm/exynos: change file license to GPLInki Dae1-18/+4
2013-01-03Drivers: gpu: remove __dev* attributes.Greg Kroah-Hartman1-1/+1
2012-12-15drm/exynos: add gsc ipp driverEunchul Kim1-0/+15
2012-12-15drm/exynos: add rotator ipp driverEunchul Kim1-0/+15
2012-12-15drm/exynos: add fimc ipp driverEunchul Kim1-0/+15
2012-12-15drm/exynos: add ipp subsystemEunchul Kim1-0/+24
2012-12-13drm: exynos: moved exynos drm hdmi device registration to drm driverRahul Sharma1-1/+8
2012-12-13drm: exynos: moved exynos drm device registration to drm driverRahul Sharma1-0/+16
2012-11-29drm/exynos: add iommu support for exynos drm frameworkInki Dae1-3/+20
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells1-2/+2
2012-10-02UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/.David Howells1-1/+0
2012-09-13drm/exynos: fix double call of drm_prime_(init/destroy)_file_privateMandeep Singh Baines1-2/+0
2012-09-06drm: use drm_compat_ioctl for 32-bit appsKeith Packard1-0/+3
2012-07-27drm/exynos: add property for plane zposJoonyoung Shim1-2/+0
2012-07-27drm/exynos: use private plane for crtcJoonyoung Shim1-2/+5
2012-06-05drm/exynos: DRIVER_BUS_PLATFORM is not a driver featureLaurent Pinchart1-2/+2
2012-05-22Merge branch 'exynos-drm-next' of git://git.infradead.org/users/kmpark/linux-...Dave Airlie1-1/+40
2012-05-22drm: Constify gem_vm_ops pointerLaurent Pinchart1-1/+1
2012-05-17drm/exynos: add G2D driverJoonyoung Shim1-0/+29
2012-05-08drm/exynos: added a feature to get gem buffer information.Inki Dae1-0/+2
2012-05-08drm/exynos: added drm prime feature.Inki Dae1-1/+9
2012-03-22Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-1/+93
2012-03-21drm/exynos: added virtual display driver.Inki Dae1-0/+18
2012-03-20drm/exynos: add subdrv open/close functionsJoonyoung Shim1-0/+10
2012-03-20drm/exynos: remove module of exynos drm subdrvJoonyoung Shim1-1/+51