summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2013-06-28drm/exynos: add new compatible strings for hdmi subsystemRahul Sharma4-5/+17
2013-06-28drm/exynos: fix interlace resolutions for exynos5420Rahul Sharma1-6/+8
2013-06-28drm/exynos: use of_get_named_gpio to get hdmi hpd gpioRahul Sharma1-2/+1
2013-06-28drm/exynos: make sure to handle an error case to vm_mmap callInki Dae1-3/+3
2013-06-28drm/exynos: exynos_drm_ipp: Remove redundant break statementSachin Kamat1-1/+0
2013-06-28drm/exynos: add mout_hdmi clock in hdmi driver to change parentRahul Sharma1-4/+10
2013-06-28drm/exynos: Prepare/Unprepare HDMI subsystem clocksSean Paul2-18/+18
2013-06-28drm/exynos: Clean up logs for DRM_ERROR / DRM_DEBUG_KMSYoungJun Cho6-224/+187
2013-06-28drm/exynos: Remove tracking log functionsYoungJun Cho20-437/+4
2013-06-28drm/exynos: hdmi: use drm_display_mode to check the supported modesRahul Sharma8-76/+41
2013-06-28drm/exynos: fimd: Add support for S3C64xx SoCsTomasz Figa1-0/+10
2013-06-28drm/exynos: fimd: Add support for FIMD variants with clock selectionTomasz Figa1-0/+6
2013-06-28drm/exynos: fimd: Add support for FIMD versions without SHADOWCON registerTomasz Figa1-20/+49
2013-06-28drm/exynos: fimd: Hold pointer to driver data in context structTomasz Figa1-2/+3
2013-06-28drm/exynos: do not use mode_set_base function directlyInki Dae1-2/+8
2013-06-28drm/exynos: Remove redundant use of of_match_ptr macroSachin Kamat1-2/+1
2013-06-28drm/exynos: remove ignoring return value warning in hdmiSeung-Woo Kim1-1/+3
2013-06-28drm/exynos: fix WINDOWS_NR checking to vidi driverInki Dae1-3/+3
2013-06-28drm/exynos: fix tests for valid FIMD window numberKrzysztof Kozlowski1-3/+3
2013-06-28drm/exynos: fix checks for valid mixer windowKrzysztof Kozlowski2-3/+3
2013-06-28Revert "drm: kms_helper: don't lose hotplug event"Dave Airlie1-31/+1
2013-06-28drm/prime: add return check for dma_buf_fdYoungJun Cho1-11/+28
2013-06-28drm/prime: reorder drm_prime_add_buf_handle and remove prototypeSeung-Woo Kim1-16/+14
2013-06-28drm/prime: fix to put an exported dma_buf for adding handle failureYoungJun Cho1-1/+7
2013-06-28drm/prime: support to cache mappingJoonyoung Shim1-3/+49
2013-06-28drm/prime: replace NULL with error value in drm_prime_pages_to_sgYoungJun Cho1-3/+5
2013-06-28drm/prime: fix to check return of dma_map_sg in prime helperYoungJun Cho1-2/+7
2013-06-28drm/gem: fix not to assign error value to gem nameYoungJun Cho1-11/+7
2013-06-28drm/gem: add mutex lock when using drm_gem_mmap_objYoungJun Cho3-0/+10
2013-06-28drm/omap: drop the !FB_OMAP2 depDave Airlie1-1/+1
2013-06-28drm/vmwgfx: get rid of ttm_bo_is_reserved usageMaarten Lankhorst2-3/+3
2013-06-28drm/radeon: get rid of ttm_bo_is_reserved usageMaarten Lankhorst3-45/+43
2013-06-28drm/ttm: get rid of ttm_bo_is_reserved usageMaarten Lankhorst1-4/+4
2013-06-28drm/ttm: inline ttm_bo_reserve and related callsMaarten Lankhorst2-102/+12
2013-06-28drm/radeon: inline reservationsMaarten Lankhorst2-24/+21
2013-06-28drm/mgag200: inline reservationsMaarten Lankhorst2-20/+18
2013-06-28drm/cirrus: inline reservationsMaarten Lankhorst2-20/+19
2013-06-28drm/ast: inline reservationsMaarten Lankhorst2-20/+18
2013-06-28drm/ttm: convert to the reservation apiMaarten Lankhorst5-173/+73
2013-06-28drm/nouveau: make flipping lockdep safeMaarten Lankhorst1-58/+45
2013-06-28drm/ttm: make ttm reservation calls behave like reservation callsMaarten Lankhorst10-99/+138
2013-06-28drm/ast: do not attempt to acquire a reservation while in an interrupt handlerMaarten Lankhorst1-2/+3
2013-06-28drm/mgag200: do not attempt to acquire a reservation while in an interrupt ha...Maarten Lankhorst1-2/+3
2013-06-28drm/cirrus: do not attempt to acquire a reservation while in an interrupt han...Maarten Lankhorst1-2/+3
2013-06-28drm/nouveau: always select ACPI_VIDEO if ACPI is enabled.Maarten Lankhorst2-0/+8
2013-06-28drm/nouveau: complain loudly if buffer is pinned during destructionMaarten Lankhorst1-1/+2
2013-06-28drm/nouveau: fixup fbcon failure pathsMaarten Lankhorst1-9/+14
2013-06-28drm/nouveau: unpin notify object in chan_finiMaarten Lankhorst1-0/+1
2013-06-28drm/nouveau: implement prime helper unpin functionMaarten Lankhorst3-1/+10
2013-06-28drm/radeon: implement unpin function, v2Maarten Lankhorst2-5/+15