aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/exynos/exynos_drm_drv.c
Commit message (Expand)AuthorAge
* drm/exynos: remove redundant mutex_unlockAndrzej Hajda2014-06-01
* drm/exynos: Fix double locks at PM resumeTakashi Iwai2014-06-01
* drm/exynos: remove unnecessary runtime pm interfacesInki Dae2014-06-01
* drm/exynos: fix comment to exynos_drm_device_subdrv_prove callInki Dae2014-06-01
* drm/exynos: add component framework supportInki Dae2014-06-01
* drm/exynos: modify goto labels to meaningful namesInki Dae2014-06-01
* drm/exynos: remove DRIVER_HAVE_IRQ featureJoonyoung Shim2014-06-01
* drm/exynos: add DSIM driverAndrzej Hajda2014-04-04
* drm/exynos: init kms poll after creation of connectorsAndrzej Hajda2014-03-23
* drm/exynos: delay fbdev initialization until an output is connectedAndrzej Hajda2014-03-23
* drm/exynos: fix unnecessary resource cleanupInki Dae2014-03-23
* drm/exynos: Consolidate suspend/resume in drm_drvSean Paul2014-03-23
* drm/exynos: Move display implementation into dpSean Paul2014-03-23
* drm/exynos: Remove exynos_drm_hdmi shimSean Paul2014-03-23
* drm/exynos: Split manager/display/subdrvSean Paul2014-03-23
* drm/exynos: Use unsigned long for possible_crtcsSean Paul2014-03-23
* drm/exynos: Fix (more) freeing issues in exynos_drm_drv.cDaniel Kurtz2014-03-23
* drm/exynos: Fix freeing issues in exynos_drm_drv.cSachin Kamat2014-02-06
* drm/exynos: use a new anon file for exynos gem mmaperInki Dae2014-01-07
* drm/exynos: call drm_put_dev directly from ->removeDaniel Vetter2013-12-17
* drm/exynos: release unhandled page flip events at postclose.Inki Dae2013-12-02
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2013-11-15
|\
| * drm: kill ->gem_init_object() and friendsDavid Herrmann2013-10-09
* | DMA-API: others: use dma_set_coherent_mask()Russell King2013-10-31
|/
* drm/exynos: Remove redundant error messagesSachin Kamat2013-09-05
* drm: const'ify ioctls table (v2)Rob Clark2013-08-06
* drm/gem: create drm_gem_dumb_destroyDaniel Vetter2013-08-06
* drm/exynos: add error check routine in exynos_drm_openYoungJun Cho2013-07-04
* drm/exynos: Remove tracking log functionsYoungJun Cho2013-06-28
* drm/exynos: added ipp device registration to drm driverSeung-Woo Kim2013-04-29
* drm/exynos: fix wrong return check for platform_device_register_simpleSeung-Woo Kim2013-04-29
* Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2013-01-08
|\
| * drm/exynos: change file license to GPLInki Dae2013-01-04
* | Drivers: gpu: remove __dev* attributes.Greg Kroah-Hartman2013-01-03
|/
* drm/exynos: add gsc ipp driverEunchul Kim2012-12-14
* drm/exynos: add rotator ipp driverEunchul Kim2012-12-14
* drm/exynos: add fimc ipp driverEunchul Kim2012-12-14
* drm/exynos: add ipp subsystemEunchul Kim2012-12-14
* drm: exynos: moved exynos drm hdmi device registration to drm driverRahul Sharma2012-12-13
* drm: exynos: moved exynos drm device registration to drm driverRahul Sharma2012-12-13
* drm/exynos: add iommu support for exynos drm frameworkInki Dae2012-11-29
* UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells2012-10-02
* UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/.David Howells2012-10-02
* drm/exynos: fix double call of drm_prime_(init/destroy)_file_privateMandeep Singh Baines2012-09-12
* drm: use drm_compat_ioctl for 32-bit appsKeith Packard2012-09-05
* drm/exynos: add property for plane zposJoonyoung Shim2012-07-26
* drm/exynos: use private plane for crtcJoonyoung Shim2012-07-26
* drm/exynos: DRIVER_BUS_PLATFORM is not a driver featureLaurent Pinchart2012-06-04
* Merge branch 'exynos-drm-next' of git://git.infradead.org/users/kmpark/linux-...Dave Airlie2012-05-22
|\
| * drm/exynos: add G2D driverJoonyoung Shim2012-05-17