summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/exynos
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2013-01-0835-775/+287
|\
| * drm/prime: drop reference on imported dma-buf come from gemSeung-Woo Kim2013-01-081-0/+5
| * drm/exynos: move finish page flip to a common placeRahul Sharma2013-01-075-88/+36
| * drm/exynos: fimd: modify condition in fimd resumePrathyush K2013-01-071-1/+1
| * drm/exynos: Use devm_clk_get in exynos_drm_gsc.cSachin Kamat2013-01-041-9/+4
| * drm/exynos: Remove redundant NULL check in exynos_drm_gsc.cSachin Kamat2013-01-041-6/+0
| * drm/exynos: Remove explicit freeing using devm_* APIs in exynos_drm_gsc.cSachin Kamat2013-01-041-12/+3
| * drm/exynos: Use devm_clk_get in exynos_drm_rotator.cSachin Kamat2013-01-041-3/+1
| * drm/exynos: Remove redundant NULL check in exynos_drm_rotator.cSachin Kamat2013-01-041-5/+0
| * drm/exynos: Remove unnecessary devm_* freeing APIs in exynos_drm_rotator.cSachin Kamat2013-01-041-14/+4
| * drm/exynos: Use devm_clk_get in exynos_drm_fimc.cSachin Kamat2013-01-041-36/+9
| * drm/exynos: Remove redundant NULL checkSachin Kamat2013-01-041-6/+0
| * drm/exynos: Remove explicit freeing using devm_* APIs in exynos_drm_fimc.cSachin Kamat2013-01-041-21/+9
| * drm/exynos: Use devm_kzalloc in exynos_drm_ipp.cSachin Kamat2013-01-041-7/+2
| * drm/exynos: fix gem buffer allocation type checkingInki Dae2013-01-041-1/+1
| * drm/exynos: remove needless parenthesis.Eunchul Kim2013-01-041-1/+1
| * drm/exynos: fix incorrect interrupt induced by m2m operation.Jinyoung Jeon2013-01-041-0/+13
| * drm/exynos: remove color bar pattern operation.JoongMock Shin2013-01-041-6/+3
| * drm/exynos: correct some comments to abbreviation.Eunchul Kim2013-01-043-3/+3
| * drm/exynos: fix build warning.Eunchul Kim2013-01-041-1/+1
| * drm/exynos: consider both case of vflip and hflip.Eunchul Kim2013-01-043-1/+3
| * drm/exynos: remove needless error handling to property.Eunchul Kim2013-01-043-29/+0
| * drm/exynos: change member variable name.Eunchul Kim2013-01-045-14/+14
| * drm/exynos: consider buffer allocation without iommuInki Dae2013-01-041-7/+48
| * drm/exynos: change file license to GPLInki Dae2013-01-0428-504/+112
| * drm/exynos: consider no iommu support to console framebufferInki Dae2013-01-041-4/+18
| * drm/exynos: fix flags in dma buf exportingSeung-Woo Kim2013-01-041-1/+1
* | Drivers: gpu: remove __dev* attributes.Greg Kroah-Hartman2013-01-0313-37/+37
|/
* drm/exynos: add gsc ipp driverEunchul Kim2012-12-157-0/+2214
* drm/exynos: add rotator ipp driverEunchul Kim2012-12-157-0/+985
* drm/exynos: add fimc ipp driverEunchul Kim2012-12-157-0/+2730
* drm/exynos: add iommu support for ippEunchul Kim2012-12-151-0/+18
* drm/exynos: add ipp subsystemEunchul Kim2012-12-156-0/+2346
* drm/exynos: support device tree for fimdJoonyoung Shim2012-12-151-0/+21
* drm/exynos: support extended screen coordinate of fimdJoonyoung Shim2012-12-141-4/+12
* drm/exynos: fix x, y coordinates for right bottom pixelJoonyoung Shim2012-12-141-7/+11
* drm/exynos: fix fb offset calculation for planeJoonyoung Shim2012-12-141-5/+1
* drm/exynos: hdmi: Fix potential NULL pointer dereference errorSachin Kamat2012-12-141-0/+2
* drm/exynos: hdmi: Add CONFIG_OF and use of_match_ptr() macroSachin Kamat2012-12-143-3/+9
* drm/exynos: add support for hdmiphy power control for exynos5Rahul Sharma2012-12-142-0/+26
* drm/exynos: add runtime pm support for mixerRahul Sharma2012-12-141-7/+58
* drm/exynos: added runtime pm support for hdmiRahul Sharma2012-12-141-8/+52
* drm/exynos: fix allocation and cache mapping typeInki Dae2012-12-141-2/+16
* drm/exynos: reorder framebuffer init sequenceDaniel Vetter2012-12-141-12/+24
* drm/exynos/iommu: fix return value check in drm_create_iommu_mapping()Wei Yongjun2012-12-131-2/+2
* drm/exynos: remove unused vaddr memberYoungJun Cho2012-12-135-20/+4
* drm/exynos: use DMA_ATTR_NO_KERNEL_MAPPING attributeInki Dae2012-12-135-25/+32
* drm/exynos: add exception codes to exynos_drm_fbdev_create()Inki Dae2012-12-131-7/+17
* drm/exynos: clear windows in fimd dpms offPrathyush K2012-12-131-1/+39
* drm/exynos: clear windows in mixer dpms offPrathyush K2012-12-131-75/+118
OpenPOWER on IntegriCloud