summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/exynos
Commit message (Expand)AuthorAgeFilesLines
* 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
* drm/exynos: modify wait_for_vblank of fimdPrathyush K2012-12-131-4/+21
* drm/exynos: modify wait_for_vblank of mixerPrathyush K2012-12-131-5/+26
* drm/exynos: move fimd wait_for_vblank to manager_opsPrathyush K2012-12-131-12/+12
* drm/exynos: move hdmi's wait_for_vblank to manager_opsPrathyush K2012-12-133-25/+25
* drm/exynos: make wait_for_vblank a manager opPrathyush K2012-12-132-24/+7
* drm/exynos: add dmabuf attach/detach callbacks.Inki Dae2012-12-131-31/+73
* drm: exynos: moved exynos drm hdmi device registration to drm driverRahul Sharma2012-12-133-1/+41
* drm: exynos: moved exynos drm device registration to drm driverRahul Sharma2012-12-131-0/+16
* Merge branch 'drm-next-3.8' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie2012-12-101-0/+10
|\
| * drm/exynos: Fix potential NULL pointer dereference in exynos_drm_encoder.cSachin Kamat2012-11-221-1/+1
| * drm/exynos: Make exynos4/5_fimd_driver_data staticSachin Kamat2012-11-221-2/+2
| * drm/exynos: fix overlay updating issueInki Dae2012-11-221-0/+6
| * drm/exynos: remove unnecessary code.Inki Dae2012-11-221-1/+0
| * drm/exynos: fix linux framebuffer address setting.Inki Dae2012-11-221-1/+2
* | drm/exynos: sending AVI and AUI info framesRahul Sharma2012-12-052-21/+161
* | drm/exynos: Use devm_clk_get in exynos_drm_fimd.cSachin Kamat2012-12-051-24/+7
* | drm/exynos: Use devm_* APIs in exynos_hdmi.cSachin Kamat2012-12-051-47/+13
* | drm/exynos: Use devm_clk_get in exynos_mixer.cSachin Kamat2012-12-051-43/+16
* | drm/exynos: Fix potential NULL pointer dereferenceSachin Kamat2012-12-051-1/+1
* | drm/exynos: Use devm_clk_get in exynos_drm_g2d.cSachin Kamat2012-12-051-3/+1
* | drm/exynos: use sgt instead of pages for framebuffer addressPrathyush K2012-12-051-2/+2
* | drm: exynos: fix for loosing display mode header during mode adjustmentRahul Sharma2012-12-051-0/+9
* | drm/exynos: fix memory leak to EDID blockEgbert Eich2012-12-051-0/+1
* | drm/exynos: remove 'pages' and 'page_size' elements in exynos gem bufferPrathyush K2012-12-055-52/+16
* | drm/exynos: add exynos drm specific fb_mmap functionPrathyush K2012-12-051-0/+30
* | drm/exynos: make sure that overlay data are updatedInki Dae2012-12-053-10/+38
* | drm/exynos: add vm_ops to specific gem mmaperInki Dae2012-12-041-5/+70
* | drm/exynos: add userptr feature for g2d moduleInki Dae2012-12-044-25/+488
OpenPOWER on IntegriCloud