summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'exynos-drm-next' of git://git.kernel.org/pub/scm/linux/kernel/g...Dave Airlie2013-07-0132-838/+450
|\
| * ARM: dts: change compatible strings for EXYNOS5250 hdmi subsystemRahul Sharma2013-06-283-6/+6
| * drm/exynos: add support for exynos5420 mixerRahul Sharma2013-06-283-12/+45
| * drm/exynos: add new compatible strings for hdmi subsystemRahul Sharma2013-06-288-13/+38
| * drm/exynos: fix interlace resolutions for exynos5420Rahul Sharma2013-06-281-6/+8
| * drm/exynos: use of_get_named_gpio to get hdmi hpd gpioRahul Sharma2013-06-281-2/+1
| * drm/exynos: make sure to handle an error case to vm_mmap callInki Dae2013-06-281-3/+3
| * drm/exynos: exynos_drm_ipp: Remove redundant break statementSachin Kamat2013-06-281-1/+0
| * drm/exynos: add mout_hdmi clock in hdmi driver to change parentRahul Sharma2013-06-281-4/+10
| * drm/exynos: Prepare/Unprepare HDMI subsystem clocksSean Paul2013-06-282-18/+18
| * drm/exynos: Clean up logs for DRM_ERROR / DRM_DEBUG_KMSYoungJun Cho2013-06-286-224/+187
| * drm/exynos: Remove tracking log functionsYoungJun Cho2013-06-2820-437/+4
| * drm/exynos: hdmi: use drm_display_mode to check the supported modesRahul Sharma2013-06-288-76/+41
| * drm/exynos: fimd: Add support for S3C64xx SoCsTomasz Figa2013-06-281-0/+10
| * drm/exynos: fimd: Add support for FIMD variants with clock selectionTomasz Figa2013-06-281-0/+6
| * drm/exynos: fimd: Add support for FIMD versions without SHADOWCON registerTomasz Figa2013-06-281-20/+49
| * drm/exynos: fimd: Hold pointer to driver data in context structTomasz Figa2013-06-281-2/+3
| * drm/exynos: do not use mode_set_base function directlyInki Dae2013-06-281-2/+8
| * drm/exynos: Remove redundant use of of_match_ptr macroSachin Kamat2013-06-281-2/+1
| * drm/exynos: remove ignoring return value warning in hdmiSeung-Woo Kim2013-06-281-1/+3
| * drm/exynos: fix WINDOWS_NR checking to vidi driverInki Dae2013-06-281-3/+3
| * drm/exynos: fix tests for valid FIMD window numberKrzysztof Kozlowski2013-06-281-3/+3
| * drm/exynos: fix checks for valid mixer windowKrzysztof Kozlowski2013-06-282-3/+3
|/
* Revert "drm: kms_helper: don't lose hotplug event"Dave Airlie2013-06-282-32/+1
* drm/doc: Document the KMS property APILaurent Pinchart2013-06-281-0/+143
* drm/doc: Remove outdated note about i915 driver not behaving properlyLaurent Pinchart2013-06-281-4/+0
* drm: Improve manual IRQ installation documentationLaurent Pinchart2013-06-281-48/+70
* drm/prime: add return check for dma_buf_fdYoungJun Cho2013-06-281-11/+28
* drm/prime: reorder drm_prime_add_buf_handle and remove prototypeSeung-Woo Kim2013-06-281-16/+14
* drm/prime: fix to put an exported dma_buf for adding handle failureYoungJun Cho2013-06-281-1/+7
* drm/prime: support to cache mappingJoonyoung Shim2013-06-281-3/+49
* drm/prime: replace NULL with error value in drm_prime_pages_to_sgYoungJun Cho2013-06-281-3/+5
* drm/prime: fix to check return of dma_map_sg in prime helperYoungJun Cho2013-06-281-2/+7
* drm/gem: fix not to assign error value to gem nameYoungJun Cho2013-06-281-11/+7
* drm/gem: add mutex lock when using drm_gem_mmap_objYoungJun Cho2013-06-283-0/+10
* drm/omap: drop the !FB_OMAP2 depDave Airlie2013-06-281-1/+1
* drm/ttm: get rid of ttm_bo_is_reservedMaarten Lankhorst2013-06-281-14/+0
* drm/vmwgfx: get rid of ttm_bo_is_reserved usageMaarten Lankhorst2013-06-282-3/+3
* drm/radeon: get rid of ttm_bo_is_reserved usageMaarten Lankhorst2013-06-283-45/+43
* drm/ttm: get rid of ttm_bo_is_reserved usageMaarten Lankhorst2013-06-281-4/+4
* drm/ttm: inline ttm_bo_reserve and related callsMaarten Lankhorst2013-06-283-172/+117
* drm/radeon: inline reservationsMaarten Lankhorst2013-06-282-24/+21
* drm/mgag200: inline reservationsMaarten Lankhorst2013-06-282-20/+18
* drm/cirrus: inline reservationsMaarten Lankhorst2013-06-282-20/+19
* drm/ast: inline reservationsMaarten Lankhorst2013-06-282-20/+18
* drm/ttm: convert to the reservation apiMaarten Lankhorst2013-06-287-193/+79
* drm/nouveau: make flipping lockdep safeMaarten Lankhorst2013-06-281-58/+45
* drm/ttm: make ttm reservation calls behave like reservation callsMaarten Lankhorst2013-06-2813-112/+172
* reservation: cross-device reservation support, v4Maarten Lankhorst2013-06-284-1/+104
* drm/ast: do not attempt to acquire a reservation while in an interrupt handlerMaarten Lankhorst2013-06-281-2/+3
OpenPOWER on IntegriCloud