aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/exynos/exynos_drm_drv.c
AgeCommit message (Expand)Author
2014-03-20drm/exynos: Fix (more) freeing issues in exynos_drm_drv.cDaniel Kurtz
2014-02-07drm/exynos: Fix freeing issues in exynos_drm_drv.cSachin Kamat
2014-01-07drm/exynos: use a new anon file for exynos gem mmaperInki Dae
2013-12-18drm/exynos: call drm_put_dev directly from ->removeDaniel Vetter
2013-12-02drm/exynos: release unhandled page flip events at postclose.Inki Dae
2013-11-15Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2013-10-31DMA-API: others: use dma_set_coherent_mask()Russell King
2013-10-09drm: kill ->gem_init_object() and friendsDavid Herrmann
2013-09-05drm/exynos: Remove redundant error messagesSachin Kamat
2013-08-07drm: const'ify ioctls table (v2)Rob Clark
2013-08-07drm/gem: create drm_gem_dumb_destroyDaniel Vetter
2013-07-04drm/exynos: add error check routine in exynos_drm_openYoungJun Cho
2013-06-28drm/exynos: Remove tracking log functionsYoungJun Cho
2013-04-29drm/exynos: added ipp device registration to drm driverSeung-Woo Kim
2013-04-29drm/exynos: fix wrong return check for platform_device_register_simpleSeung-Woo Kim
2013-01-08Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2013-01-04drm/exynos: change file license to GPLInki Dae
2013-01-03Drivers: gpu: remove __dev* attributes.Greg Kroah-Hartman
2012-12-15drm/exynos: add gsc ipp driverEunchul Kim
2012-12-15drm/exynos: add rotator ipp driverEunchul Kim
2012-12-15drm/exynos: add fimc ipp driverEunchul Kim
2012-12-15drm/exynos: add ipp subsystemEunchul Kim
2012-12-13drm: exynos: moved exynos drm hdmi device registration to drm driverRahul Sharma
2012-12-13drm: exynos: moved exynos drm device registration to drm driverRahul Sharma
2012-11-29drm/exynos: add iommu support for exynos drm frameworkInki Dae
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells
2012-10-02UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/.David Howells
2012-09-13drm/exynos: fix double call of drm_prime_(init/destroy)_file_privateMandeep Singh Baines
2012-09-06drm: use drm_compat_ioctl for 32-bit appsKeith Packard
2012-07-27drm/exynos: add property for plane zposJoonyoung Shim
2012-07-27drm/exynos: use private plane for crtcJoonyoung Shim
2012-06-05drm/exynos: DRIVER_BUS_PLATFORM is not a driver featureLaurent Pinchart
2012-05-22Merge branch 'exynos-drm-next' of git://git.infradead.org/users/kmpark/linux-...Dave Airlie
2012-05-22drm: Constify gem_vm_ops pointerLaurent Pinchart
2012-05-17drm/exynos: add G2D driverJoonyoung Shim
2012-05-08drm/exynos: added a feature to get gem buffer information.Inki Dae
2012-05-08drm/exynos: added drm prime feature.Inki Dae
2012-03-22Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2012-03-21drm/exynos: added virtual display driver.Inki Dae
2012-03-20drm/exynos: add subdrv open/close functionsJoonyoung Shim
2012-03-20drm/exynos: remove module of exynos drm subdrvJoonyoung Shim
2012-03-20drm/exynos: release pending pageflip events when closedJoonyoung Shim
2012-03-15drm/exynos: use correct 'exynos-drm' name for platform deviceMarek Szyprowski
2012-02-16drm/exynos: added postclose to release resource.Inki Dae
2012-02-16drm/exynos: added possible_clones setup function.Inki Dae
2012-02-16drm/exynos: removed pageflip_event_list init code when closed.Joonyoung Shim
2011-12-29drm/exynos: extend vblank off delay time.Inki Dae
2011-12-29drm/exynos: change driver name.Inki Dae
2011-12-21drm/exynos: Add plane support with fimdJoonyoung Shim
2011-12-21drm/exynos: Fix compile errorsJoonyoung Shim