summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/exynos/exynos_drm_drv.c
AgeCommit message (Expand)AuthorFilesLines
2015-02-11drm/exynos: debugfs: add debugfs interface and gem_info nodesubmit/tizen/20150212.024415accepted/tizen/wearable/20150213.030440accepted/tizen/tv/20150213.025935accepted/tizen/mobile/20150213.030609accepted/tizen/common/20150212.145007YoungJun Cho1-0/+9
2014-11-21drm/gem: create drm_gem_dumb_destroyDaniel Vetter1-1/+1
2014-11-18drm/exynos: correct connector->dpms field before resumingInki Dae1-2/+6
2014-11-18drm/exynos: remove pm runtime interfacesInki Dae1-29/+0
2014-11-18drm/exynos: scaler: add exynos drm sc driverHyungwon Hwang1-0/+3
2014-11-18drm/exynos: use a new anon file for exynos gem mmaperInki Dae1-1/+35
2014-11-18drm/exynos: release unhandled page flip events at postclose.Inki Dae1-13/+22
2014-11-18drm/exynos: add DSIM driverAndrzej Hajda1-0/+3
2014-11-18drm/exynos: init kms poll after creation of connectorsAndrzej Hajda1-3/+3
2014-11-18drm/exynos: delay fbdev initialization until an output is connectedAndrzej Hajda1-12/+3
2014-11-18drm/exynos: call drm_put_dev directly from ->removeDaniel Vetter1-1/+3
2014-11-18drm/exynos: fix unnecessary resource cleanupInki Dae1-3/+2
2014-11-18drm/exynos: Consolidate suspend/resume in drm_drvSean Paul1-0/+97
2014-11-18drm/exynos: Remove exynos_drm_hdmi shimSean Paul1-14/+0
2014-11-18drm/exynos: Split manager/display/subdrvSean Paul1-12/+17
2014-11-18drm/exynos: Use unsigned long for possible_crtcsSean Paul1-1/+1
2014-11-18drm/exynos: remove DRIVER_HAVE_IRQ featureJoonyoung Shim1-2/+1
2014-11-18drm/exynos: add support for separate iommu mapping management by drm driverMarek Szyprowski1-0/+8
2014-11-18drm/exynos: simplify and unify subdrivers registrationMarek Szyprowski1-120/+37
2014-11-18drm/exynos: Remove tracking log functionsYoungJun Cho1-20/+0
2014-11-18drm/exynos: Remove redundant error messagesSachin Kamat1-3/+1
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
2012-03-20drm/exynos: release pending pageflip events when closedJoonyoung Shim1-0/+14